Chris Dekker
2009-Mar-30 13:27 UTC
Great discrepancy between Google Analytics and own counter
Got Google Analytics running on one of my websites. Google defines a pageview as the most occuring event. Every refresh, every link clicked to a different part of the page, even loading from cache is an additional pageview http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=57164 Now it should be known that GA is JS based, and will report directly to Google from the client''s browser that page X has been visited. This is why it can also count hits from the client''s cache. Now I have written my own little banner rotation system in one of my projects, which also contains a viewcounter. For testing purposes I have only 1 banner, and it is displayed on every page that is also tracked by Google Analytics. The viewcounter for my banners works serverside, and actually counts the times the banner was requested (times rendered on serverside to be precise) Now over a period of a month GA has accumulated around 150 views, where my banner system reports close to 1100. Almost a factor 10 difference! Now obviously both ways are pretty different. For example, my banner system will miss hits from the cache, where GA''s JS will be blocked by browsers that have JS disabled or are incapable of. And my system will also count visits that are terminated before the website got fully loaded where GA''s JS will only be executed at the complete page load. Has anyone got any experience with pageview counters and can you tell me if a factor 10 difference is acceptable? Because to me it seems it is quite a big and unreliable difference. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Fernando Perez
2009-Mar-30 13:46 UTC
Re: Great discrepancy between Google Analytics and own counter
> Has anyone got any experience with pageview counters and can you tell me > if a factor 10 difference is acceptable? Because to me it seems it is > quite a big and unreliable difference.Do you filter bots and spiders? Because they visit very often websites. Maybe google filters them and you don''t? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Greg Donald
2009-Mar-30 14:03 UTC
Re: Great discrepancy between Google Analytics and own counter
On Mon, Mar 30, 2009 at 8:27 AM, Chris Dekker <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Has anyone got any experience with pageview counters and can you tell me > if a factor 10 difference is acceptable? Because to me it seems it is > quite a big and unreliable difference.I found the same thing. My webalizer page view stats, for example, are about 8-10 times higher than what GA reports for page views. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Colin Law
2009-Mar-30 14:35 UTC
Re: Great discrepancy between Google Analytics and own counter
Is it not that GA only reports hits where the user has allowed his browser to send data to Google? I for example definitely do not want google knowing what I do so have disabled this. Or am I misunderstanding something? Colin 2009/3/30 Greg Donald <gdonald-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > On Mon, Mar 30, 2009 at 8:27 AM, Chris Dekker > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > Has anyone got any experience with pageview counters and can you tell me > > if a factor 10 difference is acceptable? Because to me it seems it is > > quite a big and unreliable difference. > > I found the same thing. My webalizer page view stats, for example, > are about 8-10 times higher than what GA reports for page views. > > > -- > Greg Donald > http://destiney.com/ > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---