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
To add Google Analytics to NADA, paste the code in the theme footer. Replace UA-YOUR-CODE with your own Google Analytics code.
<!-- Global site tag (gtag.js) - Google Analytics -->
<scriptasyncsrc="https://www.googletagmanager.com/gtag/js?id=UA-YOUR-CODE"></script><script>window.dataLayer=window.dataLayer||[];functiongtag(){dataLayer.push(arguments);}gtag('js',newDate());gtag('config','UA-YOUR-CODE');$(function(){$(document).ajaxSend(function(event,request,settings){gtag('event','page_view',{page_path: settings.url})});//track file downloads$('.resources .download').on('click',function(){gtag('event','download',{'event_label': $(this).attr("title"),'event_category': $(this).attr("href"),'non_interaction': true});});});