Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Top 10 most view pages ?

Avatar

Level 4

We have site structure like this.


/content/site/brandname/type
/content/site/brandname/type/good/ ..
/content/site/brandname/type/bad/ ..
/content/site/brandname/type/neutral/ ..


I want to see top 10 most view pages that are under good section. Could some provide me report description that need to pass to get this ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Anoop,

Thank you for your query.

You can create a hit based segment and in the segment definition add Page URL starts with /content/site/brandname/type/good/. It will give you the pages which are in the good section. See screen shot for more:

or you can create an advanced filter in reports and analytics to do the same. see:

Hope this helps!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Anoop,

Thank you for your query.

You can create a hit based segment and in the segment definition add Page URL starts with /content/site/brandname/type/good/. It will give you the pages which are in the good section. See screen shot for more:

or you can create an advanced filter in reports and analytics to do the same. see:

Hope this helps!

Avatar

Level 4

Thanks Shekhar for the reply. I am using Rest API using java to fetch top 10 pages. For that I need to pass report parameters, can you please suggest the sample report description ?