PHPackages                             exs/lander-tracking-awe-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. exs/lander-tracking-awe-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

exs/lander-tracking-awe-bundle
==============================

This bundle adds a new AWE's specific extracter and formatter for EXSLanderTrackingAWEBundle.

v1.1.3(8y ago)0362MITPHPPHP ~5.5|~7.0

Since Sep 14Pushed 8y ago8 watchersCompare

[ Source](https://github.com/ExSituMarketing/EXS-LanderTrackingAWEBundle)[ Packagist](https://packagist.org/packages/exs/lander-tracking-awe-bundle)[ Docs](https://github.com/ExSituMarketing/EXS-LanderTrackingAWEBundle)[ RSS](/packages/exs-lander-tracking-awe-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (8)Used By (0)

EXS-LanderTrackingAWEBundle
===========================

[](#exs-landertrackingawebundle)

[![Build Status](https://camo.githubusercontent.com/828fab84b51b02bcb47dc91d533a691d42e6f82afe277844192cf9f9e82f53a7/68747470733a2f2f7472617669732d63692e6f72672f4578536974754d61726b6574696e672f4558532d4c616e646572547261636b696e6741574542756e646c652e737667)](https://travis-ci.org/ExSituMarketing/EXS-LanderTrackingAWEBundle)

What is this bundle doing ?
---------------------------

[](#what-is-this-bundle-doing-)

This bundle is not a standalone bundle and requires `EXS-LanderTrackingHouseBundle`.

It will add an extracter and a formatter to be added to `EXS-LanderTrackingHouseBundle` to manage AWE tracking parameter.

The extracter service searches for parameters :

- `prm[campaign_id]` which contains `{cmp}`
- `subAffId` which contains a string composed of `{exid}~{visit}`

The formatter service will add the parameters if :

- `prm[campaign_id]` will contains `{cmp}`
- `subAffId` will contains a string composed of `{exid}~{visit}`

Installation
------------

[](#installation)

Download the bundle using composer

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

```

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

```
