Skip to content

Instantly share code, notes, and snippets.

@apelliciari
Created July 9, 2015 08:10
Show Gist options
  • Save apelliciari/397a530c03f397a31b95 to your computer and use it in GitHub Desktop.
Save apelliciari/397a530c03f397a31b95 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------------------------------
Tracking Code: Standard (Asynchronous)
----------------------------------------------------------------------------------------------
<!-- Adform Tracking Code BEGIN -->
<script type="text/javascript">
var _adftrack = {
pm: 315326,
divider: encodeURIComponent('|'),
pagename: encodeURIComponent('WebsiteName|SectionName|SubSection|PageName'),
order : {
orderid: '<insert order id value here>',
sv1: '<insert user id value here>',
itms: [{
productid: '<insert product id value here>',
step: '<insert step value here>'
}]
}
};
(function () { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://track.adform.net/serving/scripts/trackpoint/async/'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })();
</script>
<noscript>
<p style="margin:0;padding:0;border:0;">
<img src="https://track.adform.net/Serving/TrackPoint/?pm=315326&ADFPageName=WebsiteName|SectionName|SubSection|PageName&ADFdivider=|" width="1" height="1" alt="" />
</p>
</noscript>
<!-- Adform Tracking Code END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment