ezsystems/marketing-automation-bundle

eZ Platform 营销自动化

安装: 4

依赖: 0

建议: 0

安全: 0

星级: 0

关注者: 26

分支: 2

类型:ezplatform-bundle

v1.0.0-alpha6 2017-01-27 13:58 UTC

README

SensioLabsInsight

Build Status

此包将 Net-Result 的营销自动化套件集成到 eZ Publish 平台。

许可证

请参阅此包根目录下的 LICENSE 文件。

安装

  1. 将以下内容添加到您的 composer.json 中

    {
        "require": {
            "ezsystems/marketing-automation-bundle": "^1.0.0@alpha",
        },
        "repositories": [
            {
                "type": "vcs",
                "url":  "git@github.com:ezsystems/MarketingAutomationBundle.git"
            }
        ]
    }
  2. 运行 composer update ezsystems/marketing-automation-bundle

  3. new EzSystems\MarketingAutomationBundle\EzSystemsMarketingAutomationBundle() 添加到您的 kernel (ezpublish/EzPublishKernel.php)。

  4. 在您的 content.ini.append.php 的覆盖中添加以下内容(它将在管理界面中的富文本 / XmlText 字段中激活 ezmaform 自定义标签)

    [CustomTagSettings]
    AvailableCustomTags[]=ezmaform
    
    [ezmaform]
    CustomAttributes[]
    CustomAttributes[]=form_id
  5. 将以下内容添加到您的 parameters.yml

    parameters:
        ezma.default.TrackingSettings.AutomaticTracking: ~
        ezma.default.TrackingSettings.InstallationId: ~
    
        ezma.default.FormSettings.Hostname: forms.cdnma.com
  6. 更新您的 parameters.yml 以激活自动跟踪

        ezma.default.TrackingSettings.AutomaticTracking: enabled
        ezma.default.TrackingSettings.InstallationId: _your_installation_id_

功能

自动跟踪代码集成

营销自动化跟踪代码将自动添加到关闭 body 标签之前。

XmlText 自定义标签

XmlText 字段中的营销自动化表单将通过新的堆栈呈现。