We get a lot of questions at GoSquared ( https://gosquared.com ) as to why their engagement metrics (and visitor counts) are so different between GA and GoSquared. Pinging all visitors to check their still online is our solution, rather than making a guess/estimate - this means that sometimes GA reports about 10 visitors online when there are actually more like 100. This is especially true with HN posts where most pe…
0 second visits according to Google Analytics
21–30 of 59 posts
Re: 0 second visits according to Google Analytics
#22What is a visit is it the search time or the time I am on the page? I know I have searched for things that seem to take a long time (when I am in a rush) but the results page show my search took e.g. 0.22 seconds when really the page may have loaded slow or I had to reload the page taking maybe 30 seconds or Google Instant is being annoying.
Did you read this submission? It's not about Google search results. It's about how the time-on-site metric in Google Analytics is computed.
Re: 0 second visits according to Google Analytics
#23What is a visit is it the search time or the time I am on the page? I know I have searched for things that seem to take a long time (when I am in a rush) but the results page show my search took e.g. 0.22 seconds when really the page may have loaded slow or I had to reload the page taking maybe 30 seconds or Google Instant is being annoying.
Re: 0 second visits according to Google Analytics
#24- Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away.
What are some cons that prevent everyone from doing so?
Re: 0 second visits according to Google Analytics
#25We get a lot of questions at GoSquared ( https://gosquared.com ) as to why their engagement metrics (and visitor counts) are so different between GA and GoSquared. Pinging all visitors to check their still online is our solution, rather than making a guess/estimate - this means that sometimes GA reports about 10 visitors online when there are actually more like 100. This is especially true with HN posts where most pe…
Does that mean GoSquared will report a page that has been open for days, taking up a tab but not being actively looked at, as 'online', or is there a timeout after a specific period of inactivity?
Re: 0 second visits according to Google Analytics
#26Can I get some feedback on the following idea please: - Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away. What are some cons that prevent everyone from doing so?
Re: 0 second visits according to Google Analytics
#27Can I get some feedback on the following idea please: - Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away. What are some cons that prevent everyone from doing so?
Re: 0 second visits according to Google Analytics
#28Can I get some feedback on the following idea please: - Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away. What are some cons that prevent everyone from doing so?
[1] https://dl.dropboxusercontent.com/u/8554242/live-status.html
Re: 0 second visits according to Google Analytics
#29Can I get some feedback on the following idea please: - Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away. What are some cons that prevent everyone from doing so?
I have many tabs open that I'm not actually "on." I just took a shower and left HN open, for example. Can it detect that the tab is "active" or "focus?" That may help. But I'm not sure this is a problem worth a ton of work. It's, at best, a proxy for measuring things like interest.
But I think it may be possible to determine if the current tab is open with some javascript, and send that information through the websocket. Edit: what bsimpson said.
Re: 0 second visits according to Google Analytics
#30Can I get some feedback on the following idea please: - Maintain an open (but idle) websocket connection on your page to have an accurate real-time visitor information. The websocket should remain open as long as the user doesn't close the tab or navigate away. What are some cons that prevent everyone from doing so?