Download the PHP package exs/lander-tracking-chaturbate-bundle without Composer
On this page you can find all versions of the php package exs/lander-tracking-chaturbate-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exs/lander-tracking-chaturbate-bundle
More information about exs/lander-tracking-chaturbate-bundle
Files in exs/lander-tracking-chaturbate-bundle
Package lander-tracking-chaturbate-bundle
Short Description This bundle adds a new Chaturbate's specific extracter and formatter for EXSLanderTrackingChaturbateBundle.
License MIT
Homepage https://github.com/ExSituMarketing/EXS-LanderTrackingChaturbateBundle
Informations about the package lander-tracking-chaturbate-bundle
EXS-LanderTrackingChaturbateBundle
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 Chaturbate tracking parameter.
The extracter service searches for parameters :
track
which contains a string composed of either{cmp}~{exid}~{visit}
or{cmp}~{exid}
or{cmp}
.
The formatter service will add the parameters if :
track
will contains a string composed of either{cmp}~{exid}~{visit}
or{cmp}~{exid}
or{cmp}
.
Installation
Download the bundle using composer
Enable the bundle, and the EXS-LanderTrackingHouseBundle that is installed as a requirement.
Configuration
The cmp
parameter has a default value configurable with this configuration key :
This default value will be used over EXS-LanderTrackingHouseBundle
's cmp
default value.
Usage
Example :
See EXS-LanderTrackingHouseBundle's documentation for more information.