Select an API to view Documentation:
Using this Tracking mechanism, you can send track impression and page views.
<script type="text/javascript">
// replace the placeholder values in the arrays below with actual data
var _gb_tracking = {'page_views':[1,2,3], 'impressions':[3,5,7], 'affiliate_code':'ABCDEFGHIJ'};
(function() { var script = document.createElement('script');
script.type = 'text/javascript'; script.async = true; script.defer = true;
script.src='http://www.findmespecials.com/javascripts/analytics.js'
var insert = document.getElementsByTagName('script')[0]; insert.parentNode.insertBefore(script, insert);
})();
</script>
| Parameter | Explanation |
|---|---|
| affiliate_code | This is your affiliate code. You should have been emailed this code to sign up (contact us if you need to retrieve it). |
| page_views | A list of event/special ids to mark as page views |
| impressions | A list of event/special ids to mark as impressions |