You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest google analytics gtag.js code leads to event tracking failing. One would assume updating the gooleAnalyticsFunctionName to gtag (as below) would work, but no events are caught.
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-XX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17527682-18');
</script>
The text was updated successfully, but these errors were encountered:
Using the latest google analytics gtag.js code leads to event tracking failing. One would assume updating the gooleAnalyticsFunctionName to gtag (as below) would work, but no events are caught.
example tracking code below...
The text was updated successfully, but these errors were encountered: