Giter VIP home page Giter VIP logo

marketingautomationbundle's Introduction

eZ Platform Marketing Automation Bundle

SensioLabsInsight

Build Status

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": "^1.0.0@alpha",
        },
        "repositories": [
            {
                "type": "vcs",
                "url":  "[email protected]:ezsystems/MarketingAutomationBundle.git"
            }
        ]
    }
  2. run composer update ezsystems/marketing-automation-bundle.

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

  4. Add the following in an override of your content.ini.append.php (it will activate ezmaform custom tag in a rich text / XmlText field in the Administration Interface):

    [CustomTagSettings]
    AvailableCustomTags[]=ezmaform
    
    [ezmaform]
    CustomAttributes[]
    CustomAttributes[]=form_id
  5. Add the following to your parameters.yml:

    parameters:
        ezma.default.TrackingSettings.AutomaticTracking: ~
        ezma.default.TrackingSettings.InstallationId: ~
    
        ezma.default.FormSettings.Hostname: forms.cdnma.com
  6. Update your parameters.yml to 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.

marketingautomationbundle's People

Contributors

clash82 avatar andrerom avatar bdunogier avatar damianz5 avatar sylvainguittard avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.