Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 925 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 925 Bytes

eZ Platform Marketing Automation Bundle

This bundle integrates Net-Result’s marketing automation suite into the eZ Publish Platform.

License

See the LICENSE file that ships at the root of this bundle.

Installation

  1. add the following to your composer.json:
{
    "require": {
        "ezsystems/marketing-automation-bundle": "dev-master",
        ...
    },
    ...
    "repositories": [
        {
            "type": "vcs",
            "url":  "git@github.com:ezsystems/MarketingAutomationBundle.git"
        }
    ]
}
  1. run composer update ezsystems/marketing-automation-bundle.

  2. Add new EzSystems\MarketingAutomationBundle\EzSystemsMarketingAutomationBundle() to your kernel (ezpublish/EzPublishKernel.php).

Features

Automatic tracker code integration

The Marketing Automation tracking code will automatically be added before the closing body tag.