Average time spent on page metric | Community
Skip to main content
andrew_r-GrfLbX
New Participant
August 9, 2016
Solved

Average time spent on page metric

  • August 9, 2016
  • 5 replies
  • 4004 views

 Is this metric available in Workspace? I can't find it anywhere but it reports fine in reports and analytics :S

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by norman_cloutier

You have to build it as a calculated metric:

  • Total Seconds Spent
  • /
  • Page Views

5 replies

New Participant
October 30, 2017

Many thanks @norman_cloutier, really useful!

Urs_Boller
New Participant
October 20, 2017

hi @norman_cloutier and andrew.r

we changed this metric sightly to only include visits where page views are greater than 1.

or in other words: exclude all bounce visits.

this is due to the fact that those visits have no time spent on the page and therefore we separate those visits.

our calc. metric looks like this:

  segment (visits without bounces)

        { total time spent : visits }

New Participant
October 19, 2017

Hi,

Just picking up on this, we previously used the metric "Average Time Spent on Site (seconds)" and have now compared to this new calculated metric, and the times are vastly different, ie, much higher 'average times spent on site'.

Logically the new calculated metric makes sense (and is also in line with 'average page views per visits' and 'bounce rate'), but GA also shows times very similar to "Average Time Spent on Site" so just wondering why the vast difference and which metric to use?

andrew_r-GrfLbX
New Participant
August 10, 2016

Of course! I can't believe I had to ask! blush

norman_cloutier
norman_cloutierAccepted solution
New Participant
August 9, 2016

You have to build it as a calculated metric:

  • Total Seconds Spent
  • /
  • Page Views