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
We should add Google analytics to chrome new tab, so we can have some stats about how much people are using it.
Google Analytics code
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-1200538-40"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-1200538-40');
</script>
or
Tracking ID UA-1200538-40
The text was updated successfully, but these errors were encountered:
@VladimirDev93 I just let it few days to collect some data and test it. The Google analytics code is new tab, as u can see by viewing the source of moonly new tab, but it's not tracking the new tab.
That is just few hits which are tracked on Moonly Popup .
Anyway, I researched bit and found this some links which might be helpful to whoever wanna do i.
We should add Google analytics to chrome new tab, so we can have some stats about how much people are using it.
Google Analytics code
or
Tracking ID
UA-1200538-40
The text was updated successfully, but these errors were encountered: