ezsystems/marketing-automation-bundle
Composer 安装命令:
composer require ezsystems/marketing-automation-bundle
包简介
eZ Platform Marketing Automation
README 文档
README
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
-
add the following to your composer.json:
{ "require": { "ezsystems/marketing-automation-bundle": "^1.0.0@alpha", }, "repositories": [ { "type": "vcs", "url": "git@github.com:ezsystems/MarketingAutomationBundle.git" } ] } -
run
composer update ezsystems/marketing-automation-bundle. -
Add
new EzSystems\MarketingAutomationBundle\EzSystemsMarketingAutomationBundle()to your kernel (ezpublish/EzPublishKernel.php). -
Add the following in an override of your
content.ini.append.php(it will activateezmaformcustom tag in a rich text / XmlText field in the Administration Interface):[CustomTagSettings] AvailableCustomTags[]=ezmaform [ezmaform] CustomAttributes[] CustomAttributes[]=form_id
-
Add the following to your
parameters.yml:parameters: ezma.default.TrackingSettings.AutomaticTracking: ~ ezma.default.TrackingSettings.InstallationId: ~ ezma.default.FormSettings.Hostname: forms.cdnma.com
-
Update your
parameters.ymlto activate automatic tracking:ezma.default.TrackingSettings.AutomaticTracking: enabled ezma.default.TrackingSettings.InstallationId: _your_installation_id_
Features
Automatic tracker code integration
The Marketing Automation tracking code will automatically be added before the closing body tag.
XmlText custom tag
Marketing Automation forms in XmlText fields will be rendered through the new stack.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2016-05-20