kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Avg. Time on Screen - No calculation nor is it listed as a calculated metric #492

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of related component: Documentation

URL of the documentation page 
:https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=
detail&group=app_tracking&jump=ga_avgscreenviewduration

From the documentation
Avg. Time on Screen  :  
https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=d
etail&group=app_tracking&jump=ga_avgscreenviewduration

Does not give a calculation, and is also not listed as a calculated metric.    

---------------------------------------  

If we compare how the From the documentation: 
Avg. Time on Page :   
https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=d
etail&group=page_tracking&jump=ga_avgtimeonpage

Calculation is ga:timeOnPage / (ga:pageviews - ga:exits)

----------------------------------------

I did some fancy calculation stuff and can verify that the calculation for it 
should be 

 ga:timeonscreen / (ga:screenviews – ga:exits)

Original issue reported on code.google.com by laurl...@gmail.com on 15 Sep 2014 at 1:20