If you are using Google AdWords, you can take advantage of using ValueTrack parameters to pass extra data to ActiveDEMAND to aid in your reporting and tracking.
Set up or edit a tracking template with ValueTrack parameters at the account level in your Google Adwords account
- Click the Settings menu on the left hand navigation.
- In the top menu, click Account Settings.
- Click Tracking.
New Adwords:
- Next to "Tracking template," click the blank field.
- Enter
{lpurl}
, a question mark, and then any ValueTrack parameters you want to use, separated by ampersands (&).
Here is a good example that you can use:
{lpurl}?device={device}&keyword={keyword}&placement={placement}&adgroup={adgroupid}&campaign={campaignid}
where
Campaign label: campaign
Placement label: placement
AdGroup label: adgroup
Keyword label: keyword
Device label: device
- Click Save.
As the format of the parameters are
label={parameter}
for example
kywd={keyword}
the label here is 'kywd', google will replace the parameter placeholder {keyword} with the keyword data related to the ad click.
In ActiveDEMAND you can customize the labels of some of the more commonly used parameters. If you set up the labels in ActiveDEMAND, ActiveDEMAND will capture and store the data in the parameter for the visitor. This data is used in reporting and can be accessed via dynamic fields in emails.
To configure the custom ValueTrack parameters in ActiveDEMAND, go to your account settings (Administration->Account Settings), find the Google Integration and fill in your custom labels
For the example template
{lpurl}?&device={device}&keyword={keyword}&placement={placement}&adgroup={adgroupid}&campaign={campaignid}
where
Campaign label: campaign
Placement label: placement
AdGroup label: adgroup
Keyword label: keyword
Device label: device
The settings in AD are:
You can access the data using dynamic fields in your emails and landing pages:
%CONTACT_HISTORY.VALUETRACK_CAMPAIGN%
%CONTACT_HISTORY.VALUETRACK_ADGROUP%
%CONTACT_HISTORY.VALUETRACK_DEVICE%
%CONTACT_HISTORY.VALUETRACK_PLACEMENT%
%CONTACT_HISTORY.VALUETRACK_KEYWORDS%
This is a good reference article on all the ValueTrack parameters by Google
https://support.google.com/google-ads/answer/6305348
Comments
Please sign in to leave a comment.