This article explains how to set up ad tracking templates for Google Ads.
Ad tracking templates are used when:
- An advertiser uses an external link tracker (on a domain that is different from the final url domain)
- When an advertiser wants to append extra parameters to the final url.
More information on ad tracking templates can be found in the Google Ads Help Center articles About ValueTrack parameters and About URL parameters.
Add an external tracker
To use an external tracker to track inbound links, you'll need to set up a tracking template.
- In Channable, go to Text Ads > Ad Groups (In [your ads channel].
- In [your ad campaign], go to Build >Tracking.
- For Tracking template, paste/fill in your tracking URL.
- Add
?{lpurl}to the end of your URL. - Click Save.
Your Tracking template should look something like this:
https://www.tracker.com?{lpurl}
Add (append) extra parameters
Sometimes extra information needs to be appended to the final URL. To do this, you can build a new tracking template with tracking parameters.
Note: You can add up to 3 tracking parameters
- In Channable, go to Text Ads > Ad Groups (In [your ads channel]).
- In [your ad campaign], go to Build >Tracking.
- Click New tracking parameter.
- Add your parameter.
- For Parameter name, give your parameter a descriptive name (e.g. "param_name_1")
- To add a dynamic field, click .
- To add a static field, click the field and fill in the text you want included.
- For Parameter name, give your parameter a descriptive name (e.g. "param_name_1")
- Repeat step 4 for each parameter you want to add, giving each a distinct name.
- For Tracking template, build your tracking template base on your parameters:
- Add your base tracking URL.
- Add a
?(question mark) to the end of your URL. - Add
{lpurl}&. - Add your parameter in this format:
{_YOUR PARAMETER NAME} - If adding an additional parameter, add
&(ampersand) between each parameter.
- Repeat steps 6.d and 6.e for each parameter.
- Click Save.
Your Tracking template should look something like this:
https://www.tracker.com?{lpurl}&{_param_name_1}&{_param_name_2}