Problem tracking links
-
Hi! I read your documentation page Tracking with Google Analytics Dashboard for WP, but I didn’t find why it’s failing.
I’m inserting some custom ads:
<a href="https://www.fujifilm.eu/es?utm_source=footer-fuji-ad&utm_medium=banner&utm_campaign=fuji" target="_blank"><img width="800" height="663" src="xlogoFUJIFILMX.jpg" alt="" title="logoFUJIFILMX" onload="pagespeed.CriticalImages.checkImageForCriticality(this);" class="retina-off"></a>
When I click on ad, no page opens. The console log shows this error:
ReferenceError: Can't find variable: loadPage
Line of error:
ga('send',{'hitType':'event','eventCategory':'External Affiliate Link','eventAction':'clicked','eventLabel':href,'hitCallback':loadPage});
Should I implement the loadPage function myself?
This is part of my configuration:
?
I also enable hitCallback to increase event tracking accuracy option. Although neither enable/disabled works.
Could you help me?
Thanks in advance.P.S. My page is hidden by maintenance. If you need it, I can create a user for you. Excuse my English.
- The topic ‘Problem tracking links’ is closed to new replies.