GatorMail (On Premise)Gator Product SuiteGatorLeadsGatorLeads Starter GuideHow to ensure your PDF's are being tracked in GatorLeads

How to ensure your PDF's are being tracked in GatorLeads

GatorLeads will automatically track your PDF downloads on your tracked site by default, however there may be some instances, dependant on the configuration of your website, that mean the tracking is unsuccessful. The code below can be put behind your download button/s, to ensure that the GatorLeads tracking is enabled for your PDF's.

<script>

$('#button').on('click', function(){

 _wow.push(['trackPageView', "PDF NAME ", $(location).attr("href")]);

 });

 </script>

If you are still experiencing issues with your GatorLeads tracking, please contact [email protected]

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.