Google Analytics
-
I want to connect Google Analytics to my WordPress site. Can I do that by upgrading my account to Pro or Business? Or do I need a different approach?
The blog I need help with is: (visible only to logged in users)
-
There is no upgrade (i think the VIP upgrade which STARTS at about $ 30,000/ year will allow GA) that will allow GA – you can add other stats program links, but you can only use links that are plain html code – no script allowed.
Is there a specific function you want?
You can use, Cluster Maps, Flag Counter, Site Meter and some others. Quantcast is built in to your blog but sometimes you need to ask them to turn the stats on for a specific blog
-
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-XXXXX-Y’]);
_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>
- The topic ‘Google Analytics’ is closed to new replies.