Expand my Community achievements bar.

Join us January 15th for an AMA with Champion Achaia Walton, who will be talking about her article on Event-Based Reporting and Measuring Content Groups!
SOLVED

Custom Metrics: Page Count

Avatar

Level 2

Hello All,

 

We are a very large organization and have a lot of sites. Currently, we have a need to be able to see how many pages (approx.) are contained within a site so that we can better understand a percentage of how many pages are actually being used by visitors. We have custom dimensions where we can see all of the pages within the site, but that requires us first to drill down. This might be a long shot, but does anyone know of a way to create a custom metric that returns the number of pages that are on a site? Or possibly the number of a dimension items found within that segment or dimension? All ideas are welcome, thank you!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

One thing I will add to @Jennifer_Dungan's comment is that, you should also make sure to take into account if a single page can have more than one value. For example, if your site is in multiple languages (like having an english and a french version of the same page) - will those bring in different values for the same page? Also, if you are using a page identifier that is based on the URL, any query string parameters at the end will also be a unique value.

Just a couple things to keep in mind when doing the distinct count. 

View solution in original post

5 Replies

Avatar

Community Advisor and Adobe Champion

You can create a custom dimension using a function called "Approximate Distinct Count"

 

Jennifer_Dungan_0-1677693772330.png

 

Jennifer_Dungan_1-1677693786767.png

 

Jennifer_Dungan_2-1677693808453.png

Avatar

Correct answer by
Community Advisor and Adobe Champion

One thing I will add to @Jennifer_Dungan's comment is that, you should also make sure to take into account if a single page can have more than one value. For example, if your site is in multiple languages (like having an english and a french version of the same page) - will those bring in different values for the same page? Also, if you are using a page identifier that is based on the URL, any query string parameters at the end will also be a unique value.

Just a couple things to keep in mind when doing the distinct count. 

Avatar

Community Advisor and Adobe Champion

Good call out @MandyGeorge ... when I deal with multi-language sites, I use one page value for all variants and use what essentially becomes a "lookup prop" to indicate what language the page is presented in... but you are right that not everyone would do that. (Or maybe some people would consider language variations as "unique" pages.... )

Avatar

Community Advisor and Adobe Champion

My old company had english and french page names for every page. So it depends on if you want to count language variations as separate pages or not. Everywhere probably does it a little bit differently based on their needs.

Avatar

Community Advisor and Adobe Champion

Ouch.. it's so much easier to break down total traffic to a "page" down to the language used, then to try and find all the corresponding pages and add them together...  that design must have been frustrating...