Hi,
Is it possible to create an "average week" as a dimension, segment or date range? This could be used with a number of metrics in a table. Then an average can be calculated in workspace instead of having to export to excel and calculate a simple mean average value against the "week" dimension.
Thanks,
Sachin
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
To calculate an average you would most likely need to look at creating a custom metric for each of the metrics you are interested in.
Here an example to calculate Avg Daily Unique Visitors (which would then dynamically change based on dimensions/date ranges etc applied on your project).
If you wanted the above to become a Avg Unique Visitors p/week you could just multiply the value returned by 7.
Like this should work.
An note on the above though - where no data is captured for your metric (ie. Unique Visitors in the above example) the day count distinct wont consider that day in calculating the average.
hope this helps.
Views
Replies
Total Likes
To calculate an average you would most likely need to look at creating a custom metric for each of the metrics you are interested in.
Here an example to calculate Avg Daily Unique Visitors (which would then dynamically change based on dimensions/date ranges etc applied on your project).
If you wanted the above to become a Avg Unique Visitors p/week you could just multiply the value returned by 7.
Like this should work.
An note on the above though - where no data is captured for your metric (ie. Unique Visitors in the above example) the day count distinct wont consider that day in calculating the average.
hope this helps.
Views
Replies
Total Likes