Average time on page includes the video view time in Google analytics - google-analytics

Google Analytics has one of the metric which is "average time on page", which is how long user stays on a certain page. I'm trying to figure out if someone watched the video on same page, would the time they viewed count towards this "average time on page" or not ?
FYI- Video is hosted on Brightcove and analytics information for page is extracted from Google Analytics.
Example :- The avg time spent on the landing page is ~2.5 minutes, which is very similar to the average ‘video seconds viewed’ (39010 seconds played / 290 views = 2.5 min per view on avg). We want to understand if people went to the site and only watched the video (if the video seconds played counts towards average time on page, then the answer is yes); or if people watched the video and spent an additional 2.5 minutes on the site which means 2.5 min +2.5 min = 5 min.
Google Analytics is implemented on Page only and in video we have video analytics.
Any link would be helpful ?
Thanks in advance

The average time on a page is calculated from the difference between a hit sent to Google Analytics and the next hit sent.
If you are not tracking the video and a user lands in the page, watch the video and then exit, you will not have average time for that page.
Otherwise if you are tracking the video and for example sending an event to Analytics when the user has reached 25% of viewing it (non-interaction: false) the average time is calculated from the time difference between the event was sent to Analytics and when the user has landed on the page (and so on for the events of viewing 50%, 75%, 100%).
Tracking Brighcove Videos with Gooogle Analytics:
http://www.analytics-ninja.com/blog/2016/03/tracking-brighcove-videos-with-gooogle-analytics.html

Related

Why Google analytics AVG Session duration is wrong?

I'm using Google Analytics for tracking my visitors.
In recent days I started to use live support system on my website. I can see on the live support system the time the users spend on the site. Since most of my articles are longer than 1500 words, users spend a lot of time on the site.
The average session time on the live support system is over 10 minutes, but Google Analytics showing it is under 2 minutes.
I know that Google analytics is wrong. What could be the reason for this? Why does Google analytics show average session duration incorrectly?
If an user lands in your page, reads the article and leaves the website without making any interaction that sends an hit to Analytics (for example clicking on a link to change page of your website) the time on page will be 0.
Analytics calculates the average time in page based on the difference between the first and last hits occurred on that page.
Try to send events on scroll to Analytics (example 25%, 50%, ...) and you'll see that the time on page will begin to be representative.
Please refer this link https://www.studentcpu.com/2020/03/google-analytics-important-kpi-monitor.html. you will get answer for your query. In this website it is clearly explain about most of site admin misunderstood between avg session duration time and avg time on page.
Avg Session Duration -Multiple Page Avg Time-Macro view
Avg Time on Page - Single Page Time-Micro view

Why can't Google Analytics record how long a user spends on your site?

Google Analytics can't tell how long bounce users (users who don't navigate past the landing page) spend on the site. But wouldn't it be possible, at least on desktop, to just record the initial time of the loading of the page, and then use javascript to record each mouse movement, each one replacing the one before, finally getting the time of the last movement, from which you'd subtract the initial load time?
Why can't Google Analytics do something like that?
Please go to Audience - > User Explorer

Wrong Google Play statistics in Google Analytics

I have very big difference in statistics numbers.
I've placed bit.ly links on banners to the Google Play game page and they show that we get about 2100 visits and in the same time in Google Analytics (Google Play - Sources) it shows that we get about 30 visits on our Google Play page. Have anyone faced with such problem? How can it be fixed?

understanding Site Speed Page Timings in google analytics

How to understand Site Speed Page Timings in google analytics.
Is it time that server use to response,
or it is full time with all DOM elements loadings?
From Google Tooltip: "Avg. Page Load Time is the average amount of time (in seconds) it takes for pages from the sample set to load, from initiation of the pageview (e.g. click on a page link) to load completion in the browser. If you see zero (0) as a value or a small increase in November 2011, read the About Site Speed article."
Take a look at the Technical tab in under the Explorer report:
As stated here (How do the metrics of Google Analytics Site Speed map to the W3C Navigation Timing API?), the avg. page load time is:
pageLoadTime = loadEventStart - navigationStart
loadEventStart and navigationStart are taken from
Navigation Timing API https://developer.mozilla.org/en-US/docs/Web/API/Navigation_timing_API

Image impressions vrs Google Analytics

can any help?
Currently I have page with an image loading. Every time the image loads I write to a database:
Count = Count +1
I have tested my code by refreshing my page and the image count works correctly (going up by one each time).
Currently the count for this month is over 60,000, however in Google Analytics on that page it shows the pageview as 1800 and the unique pageview even less.
Has anyone any idea why the numbers are so far apart from my count and Google pageview.
How does Google calculate it's pageviews? Are spiders the issue?
Thanks
Google Analytics records data using an image request sent via Javascript -- meaning most bots/spiders won't show up.
I'd suggest taking at look at your server logs. Each image request you're tracking should have a corresponding page request. Maybe your image is being hotlinked?

Resources