Calculate % of URLs Viewed | Community
Skip to main content
March 21, 2023
Solved

Calculate % of URLs Viewed

  • March 21, 2023
  • 1 reply
  • 555 views

Looking for ways you can track % of content/URLs viewed for a site. I am trying with the following combination:
Content Viewed - VISIT container with Page AND Page Views is greater than or equal to 2

Not Viewed -VISIT container with Page AND Page Views is less than or equal to 1

I do get a split of the Views, but when I breakdown the Not Viewed URLs/Pages, I see that the pages have a view of more than 2. How can I view pages which have less than 1 view vs pages which have more than 1 views?

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 Jennifer_Dungan

When you say "% of content/URLs viewed for a site" do you mean something like.. your site has 100 pages, but only 80 of those pages were actually viewed, so you want to end up with something like 80% of pages viewed?

 

This can't be done.. Only pages that actually have views will be included in your analytics (you cannot know how many pages are in your inventory from Adobe alone)... IF you need something like this, you will need to pull all the pages viewed from Adobe, and stitch this with your site database and compare which pages have and haven't been viewed, so that you can calculate this properly.

 

 

Even the logic that you listed above

Not Viewed -VISIT container with Page AND Page Views is less than or equal to 1

Doesn't make a lot of sense.. pages with 1 Page View have actually been viewed... (pages with 0 page views won't be available in your data)

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
March 30, 2023

When you say "% of content/URLs viewed for a site" do you mean something like.. your site has 100 pages, but only 80 of those pages were actually viewed, so you want to end up with something like 80% of pages viewed?

 

This can't be done.. Only pages that actually have views will be included in your analytics (you cannot know how many pages are in your inventory from Adobe alone)... IF you need something like this, you will need to pull all the pages viewed from Adobe, and stitch this with your site database and compare which pages have and haven't been viewed, so that you can calculate this properly.

 

 

Even the logic that you listed above

Not Viewed -VISIT container with Page AND Page Views is less than or equal to 1

Doesn't make a lot of sense.. pages with 1 Page View have actually been viewed... (pages with 0 page views won't be available in your data)