Forum Moderators: DixonJones
Google AdSense reports more page impressions
Google Anayltics reports less page impressions
Now I made a further test at 2 small domains.
Google Analytics code by document.write at the end of the javascript loaded by the page.
The result, againg drastic less visits, compared to other statistic sources.
old method: insert tracking code as end of html
new method: insert tracking code by document.write in a javascript
Analytics showed much less visitors, but the main proplem seems to be MSIE
The Google Analytics browser stats are
MSIE - 1..27 January: 57,45%
MSIE - 28..29 January: 15,62%
Firefox 1..27 January: 33,81%
Firefox 28..29 January: 81,25%
Any idea, what problem at MSIE could be with
document.write ( "Here goes my Google Analytics Code" );
in method two, you must get to the bottom of your document, fetch the my.js, then at the end of fetching and processing that 25kb and doing the document write, you must still do all the work above.
i'm guessing your ff browser is better configured handle simultaneous connections than ie.
also ff might be faster at processing javascript than ie.
i'm guessing your ff browser is better configured handle simultaneous connections than ie.
also ff might be faster at processing javascript than ie.
I would more quess, some mad MSIE security setings on 80% to 90% of MSIE browsers.
A difference loading an javascript from an other domain - google - in the html file or the javascript file.