Created
July 9, 2015 08:07
-
-
Save apelliciari/0741b8a62d255d5d11d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------------------- | |
Tracking Code: Standard (Synchronous) | |
---------------------------------------------------------------------------------------------- | |
<!-- Adform Tracking Code BEGIN --> | |
<script type="text/javascript" src="https://track.adform.net/serving/scripts/trackpoint/"></script> | |
<script type="text/javascript"> | |
adf.Params.PageName = encodeURIComponent('WebsiteName|SectionName|SubSection|PageName'); | |
adf.Params.Divider = encodeURIComponent('|'); | |
adf.createOrder({ | |
orderid: '<insert order id value here>', | |
sv1: '<insert user id value here>' | |
}); | |
adf.addProduct({ | |
productid: '<insert product id value here>', | |
step: '<insert step value here>' | |
}); | |
adf.track(315326); | |
</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