How to install Google Analytics
-
Moved to support. Please post in the correct section next time.
After logging in to Google Analytics dashboard, you can see some numbers like UA-12345678-9 next to your account name. That is your web priority ID. Replace “UA-XXXXX-X” with that code in this script and add the entire code in Graphene Options –> Google Analytics Options (First check Enable Google Analytics tracking)
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>Ha.. ha.. If you don’t setup a Google Analytics account, how can you track the visitors? 🙂
They will, if and only if you enter Google Analytics API key or give them access to your GA account through Auth.
thats a bit rude laughing at him if that is laughing i apalogize in advance if its not
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.