Events not Being Tracked
-
Hi! I’d like to track an on click event at the page linked above. I found out that your plugin does a fantastic job speeding up the site and improving speed scores, but for a very few specific pages I’d like to be able to load the code below, unchanged by your Flying Analytics, so I can have normal event tracking on that specific page only (I might have a couple of other events on other specific pages, but that’s what I need, no need to load the entire gtag anywhere else):
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=PROPERTYNUMBER”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘PROPERTYNUMBER’);
</script>How can I make it happen? Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Events not Being Tracked’ is closed to new replies.