You’re running campaigns on multiple platforms and want to keep all your reports and analytics together. Incorporate 3rd party tracking by following the steps below!
If you are using Google analytics for tracking, UTM codes are an easy way to track campaign data, like traffic source, medium, and campaign names. Here’s a great resource to generate UTM codes, if you haven’t worked with them before.
1.
Once your adtag is generated, copy and paste the following code onto a new line above the line that says /* End Ad Parameters */
p["appendParameters"] = "";
2.
Place your UTM codes inside the quotation marks. It should look something like this:
p["appendParameters"] = "utm_source=VinFuel&utm_medium=display&utm_campaign=VinFuelRT";
3.
The whole adtag should look something like this:
<script src="https://content.adacado.com/adrequestbuilder/arb.min.js"
type="text/javascript"></script><script type="text/javascript">!function(){var p={};
/* Begin Ad Parameters */
p["mediaDspId"] = "CEN";
p["prependUrl"] = "{clickMacro}";
p["appendParameters"] = "utm_source=VinFuel&utm_medium=display&utm_campaign=VinFuelRT";
/* End Ad Parameters */
function c() { adacado.doodad({
url:"ad.adacado.com/web/v1/3665/4754/300/600/", p:p }) }; try { c();} catch
(e) {setTimeout(c, 100); } } (); </script>
4.
Test! Always make sure the data is flowing into your analytics account before your campaign is live.