3rd Party Tracking Code
Our system allows sellers to enter tracking code from other systems in order to track sale completions. Some uses for this are:
- 3rd Party Affiliate Systems
- Google AdWords Conversions
- Google Analytics
- Yahoo! Ad Conversion Tracking
- AdBrite Conversion Tracking
- Other sales tracking programs
It is very easy to enable tracking for one or more of these services in your PayLoadz account. You simply need to use the Download Page Text field found in your PayLoadz Profile to copy and paste in the code obtained from the 3rd party website. Visit the following address to access your PayLoadz Profile after logging in: https://www.payloadz.com/account/profile.asp
Google Analytic Code Example:
<!-- Google Analytics --> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try { var pageTracker = _gat._getTracker("UAUA-XXXXX-X");
pageTracker._trackPageview();
} catch (err) { } </script>
<!-- Google Analytics -->
Place this code in your Profile for Download Page Text (optional)
Once the PayLoadz profile is saved with this information, the code will be executed when the customer accesses the file download for the sale, thus enabling the block of script code that was entered. You can add more than one tracking code at a time.