Calculated Metric for Average Page Views | Community
Skip to main content
tomk61257382
New Participant
November 9, 2015
Solved

Calculated Metric for Average Page Views

  • November 9, 2015
  • 6 replies
  • 14562 views

Hello,

I am attempting to build a calculated metric to provide the average (mean) number of page views over a time period.  Tried using the Mean function which seems to work in preview but is incorrect in a Metrics reportlet.  Here is my calculation:

 List Builder Segment   (Mean ( metric Page View Summary include zeros true) ) ) 

Additional attempts to construct a metric and use it as a denominator have also failed.

Function Count  (Calendar Day (v16) Instances)

AND

Segment List Builder (Page View Summary (Count(Page View Summary) ) )   

Again, in the preview panel it seems to count the number of days or calculate an appropriate result but whne the metric is inserted in the Site Metrics Reportlet the results is not calculated as expected.

Thanks!

Tom  

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 abhiramt

Hi Tom,

If you're looking for calculating the Average daily visits/visitors then creating a calculated metric would come handy. Hope this helps.

Thank you!

6 replies

abhiramt
abhiramtAccepted solution
New Participant
May 14, 2019

Hi Tom,

If you're looking for calculating the Average daily visits/visitors then creating a calculated metric would come handy. Hope this helps.

Thank you!

iamjasona
New Participant
August 7, 2020

It's not perfect, however. Every now and then, it comes up with the wrong number of days. If you're looking at a weekly aggregation of data using such a metric, this missing day can certainly skew things.

 

 

Hyder_Ziaee
Employee
June 24, 2017

Hi Felipe,

So the first step would be to get the calculated metric

Once done you can get the values in two ways in Analysis Workspace:

1. Months broken down by Days

Here the months will show the average visits across all months (example: 90388). However, the day breakdown will show the average daily visits across each month (example: 3026, 3052, 2975 and 3004). I have collapsed all days to have just the average daily number shown

2. Cross-tab between months and days

I have got the days as a dimension column in the table. The months are under the average visits metric as column each. Again, I have the day metric collapsed, so that only the concerned number is seen.

I understand, both these methods are not very refined, but they are easy to create. If want to have refined and a solution that you do not have to tweak continuously, I would recommend Report Builder.

New Participant
June 22, 2017

Hi,

I'm also looking at a custom metric for "Average Daily Number of Visit per Month":

example:

  • i have 100 visits in Jan = 100/31 = 3,23 visits per day
  • i have 100 visits in Feb = 100/28 = 3.57 visits per day
  • etc.

Any ideas? ts very simalar to the previous asked question on Avg. num of visits for the time period selected"

Thanks!

Felipe

New Participant
May 18, 2017

I have the same question but see that there is no response posted here. Do you happen to know if there is a way to do this? I'm trying to create similar time-based averages for Pageviews in Workspace. Thanks!

tomk61257382
New Participant
November 25, 2015

Hi TanmayM,

Thanks for taking the time to look into my query. 

I am interested in building custom metric calculations for the following in this order of priority:

1) Average Number of Page Views for a the Time Period Selected - Page Views/Days (Average Daily Page Views)

2) Average Number of Visits for the Time Period Selected - Visits/Days (Average Daily Visits)

3) Average Number of Visitors for the Time Period Selected - Visitors/Days (Average Daily Visitors)

These metrics would allow us to benchmark against the High Volume or High/Low Dates and Values Reportlet in a Dashboard.

Thanks!

Tom

TanmayMathur
Employee
November 25, 2015

Hi Tom, 

Apologies for a delayed response.

I would like to have some more information on the type of metric you want to create. Will it be a daily average page views or a average total page views or average page views per visit? All of them would require a different approach.

Thanks!

TM

New Participant
July 7, 2021
@tanmaymathur: Hi Tanmay, I have the same question and I'm looking for "average total page views"