Announcement
Collapse
No announcement yet.
Google Analytics
Collapse
X
-
We can't help you make Google recognize the code. I can only suggest that you reverify the code with that shown on the Google Webmaster Tools site. Also make sure to generate set up each of your sites separately if you have multiple sites. -
dieselpowered - When I first inserted the GA tracking code into my site it took GA a full 24 hrs to change it's status to recognised/installed but I found during that time the Realtime reports section worked just fine straight away so that gave me an indication it was working. Hope that helps.Leave a comment:
-
Not sure why google doesn't see it. I can see it when I view the page source in my browser:
[code]
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXXXXX-29']);
_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>
[/quote]
Removed your UA ID though.Leave a comment:
-
I will give that a try, thank you. **EDIT** there is no ad_footer_bottom template...there is an ad_footer_end template that is blank (which also does not work)
Google is not seeing the tracking code as being installed.Leave a comment:
-
I suggest ad_footer_bottom as the template. Normally it is blank.
What isn't working in the footer?Leave a comment:
-
Google Analytics
I have tried placing the Google Analytics code in the footer template as suggested, however, that does not seem to work. Any other suggestions of what template it should be added to? Not sure if it matters, however, I am using the new Universal Analytics.
Thanks in advance!Tags: None
Related Topics
Collapse
-
by zemanIt was suggested that it's best to put the tracking id in the footer template just before </body>. After I copied the tracking id script it went to a page where it said, "Confirm Removal of...
-
Channel: Support Issues & Questions
Sat 26 Apr '14, 6:15pm -
-
by bowiedawgs01A previous admin had tried to setup Analytics in the past, and the code was still in there. I created my own Analytics account and want to install it myself. I have a couple of questions.
...-
Channel: vB Cloud Support & Troubleshooting.
Sun 1 Oct '17, 3:50pm -
-
by bbaxter51I've got the Google Analytics code on my site and have since day 1. It's never worked until 1 day I put a splash page up, GA grabbed that splash page and tracked that but has never tracked my forum....
-
Channel: Support Issues & Questions
Mon 10 Nov '14, 7:03am -
-
by webgeek247I added screenshot. Any idea why it is isn't working?1 Photo
-
Channel: Support Issues & Questions
Mon 6 Feb '17, 1:26am -
-
by elindoSo, I want to add Google tracking Analytics to the forum site.
Is there a quick way to do this?
Or do I need to place the script on the bottom of every page on the forum?...-
Channel: Support Issues & Questions
Thu 29 Sep '16, 9:20am -
Leave a comment: