2017 © Pedro Peláez
 

symfony-bundle lander-tracking-cambuilder-bundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

image

exs/lander-tracking-cambuilder-bundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  • Wednesday, November 8, 2017
  • by rumpranger
  • Repository
  • 6 Watchers
  • 0 Stars
  • 328 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

EXS-LanderTrackingCambuilderBundle

Build Status, (*1)

What is this bundle doing ?

This bundle is not a standalone bundle and requires EXS-LanderTrackingHouseBundle., (*2)

It will add an extracter and a formatter to be added to EXS-LanderTrackingHouseBundle to manage CamBuilder tracking parameter., (*3)

The extracter service searches for parameters : - AFNO which contains a string composed of 1-{cmp}-{exid}, (*4)

The formatter service will add the parameters if : - AFNO will contains a string composed of 1-{cmp}-{exid}, (*5)

Installation

Download the bundle using composer, (*6)

$ composer require exs/lander-tracking-awe-bundle

Enable the bundle, and the EXS-LanderTrackingHouseBundle that is installed as a requirement., (*7)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new EXS\LanderTrackingHouseBundle\EXSLanderTrackingHouseBundle(),
        new EXS\LanderTrackingCambuilderBundle\EXSLanderTrackingCambuilderBundle(),
        // ...
    );
}

Configuration

The cmp parameter has a default value configurable with this configuration key :, (*8)

# Default values.
exs_lander_tracking_cambuilder:
    default_cmp: 1

This default value will be used over EXS-LanderTrackingHouseBundle's cmp default value., (*9)

Usage

Example :, (*10)

    <a href="{{ 'http://www.test.tld/' | appendTracking('cambuilder') }}">Some link</a>
    <!-- Will generate : "http://www.test.tld/?AFNO=1-123-987654321" -->

    <a href="{{ 'http://www.test.tld/?foo=bar' | appendTracking('cambuilder') }}">Some link</a>
    <!-- Will generate : "http://www.test.tld?foo=bar&AFNO=1-123-987654321" -->

See EXS-LanderTrackingHouseBundle's documentation for more information., (*11)

The Versions

08/11 2017

dev-master

9999999-dev https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

08/11 2017

v1.1.4

1.1.4.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

26/10 2017

v1.1.3

1.1.3.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

22/09 2017

v1.1.2

1.1.2.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

22/09 2017

v1.1.1

1.1.1.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

20/09 2017

v1.1.0

1.1.0.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

18/09 2017

v1.0.1

1.0.1.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter

14/09 2017

v1.0.0

1.0.0.0 https://github.com/ExSituMarketing/EXS-LanderTrackingCambuilderBundle

This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle tracking parameter