ezsystems / marketing-automation-bundle
eZ Platform 营销自动化
v1.0.0-alpha6
2017-01-27 13:58 UTC
Requires
- ezsystems/ezpublish-kernel: ^5.0 | ^6.0
Requires (Dev)
- phpunit/phpunit: ~4.7
This package is auto-updated.
Last update: 2024-09-19 00:15:27 UTC
README
此包将 Net-Result 的营销自动化套件集成到 eZ Publish 平台。
许可证
请参阅此包根目录下的 LICENSE 文件。
安装
-
将以下内容添加到您的 composer.json 中
{ "require": { "ezsystems/marketing-automation-bundle": "^1.0.0@alpha", }, "repositories": [ { "type": "vcs", "url": "git@github.com:ezsystems/MarketingAutomationBundle.git" } ] }
-
运行
composer update ezsystems/marketing-automation-bundle
。 -
将
new EzSystems\MarketingAutomationBundle\EzSystemsMarketingAutomationBundle()
添加到您的 kernel (ezpublish/EzPublishKernel.php
)。 -
在您的
content.ini.append.php
的覆盖中添加以下内容(它将在管理界面中的富文本 / XmlText 字段中激活ezmaform
自定义标签)[CustomTagSettings] AvailableCustomTags[]=ezmaform [ezmaform] CustomAttributes[] CustomAttributes[]=form_id
-
将以下内容添加到您的
parameters.yml
parameters: ezma.default.TrackingSettings.AutomaticTracking: ~ ezma.default.TrackingSettings.InstallationId: ~ ezma.default.FormSettings.Hostname: forms.cdnma.com
-
更新您的
parameters.yml
以激活自动跟踪ezma.default.TrackingSettings.AutomaticTracking: enabled ezma.default.TrackingSettings.InstallationId: _your_installation_id_
功能
自动跟踪代码集成
营销自动化跟踪代码将自动添加到关闭 body 标签之前。
XmlText 自定义标签
XmlText 字段中的营销自动化表单将通过新的堆栈呈现。