Display number of pages that account for x% of total visits | Community
Skip to main content
April 16, 2022
Solved

Display number of pages that account for x% of total visits

  • April 16, 2022
  • 1 reply
  • 982 views

Hi everyone! 

 

I would like to create a calculated metrics that returns row count of pages that account for x% of total visits. It seems the only way to get something working is through percentile which doesn't always return the exact percentage I want to have. Anyone been through the same or has a way to work it out? 

 

Thank you! 

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 PratheepArunRaj

Dear Iamahmad,

Use the function "Approximate Count Distinct".

Pages Count.

Pages Count / Visit.

If you want to have selective pages in the list, apply segments.

Thank You, Pratheep Arun Raj B (Arun) | NextRow DigitalTerryn Winter Analytics

 

1 reply

PratheepArunRaj
Community Advisor and Adobe Champion
PratheepArunRajCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 17, 2022

Dear Iamahmad,

Use the function "Approximate Count Distinct".

Pages Count.

Pages Count / Visit.

If you want to have selective pages in the list, apply segments.

Thank You, Pratheep Arun Raj B (Arun) | NextRow DigitalTerryn Winter Analytics

 

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
IamahmadAuthor
April 19, 2022

Thank you, @pratheeparunraj

 

But I do not think your answer resolves my query...