Skip to main content
alchan
Level 2
May 15, 2026
Question

Segment for page with specific tags

  • May 15, 2026
  • 2 replies
  • 21 views

My site recently added the ability to add tags to articles and we’re looking to segment out articles that have specific tags.

The intended result: see the # of visits to a page with Tag=recipe from January 1, 2026-May 1, 2026

Actual result: seeing the # of visits to a page with Tag=recipe from April (the tag implementation date) to May 1, 2026.

The segment logic currently is: 

Hit level

Tags = “Recipe”

 

How do I fix this so that it shows the total visits for a page with a tag on it?

2 replies

SumitK4
Adobe Champion
Adobe Champion
May 15, 2026

As I understand, because article tag tracking began in April’26,  AA cannot retroactively identify recipe-tagged content before that date using the “tags” variable alone. To analyze jan–may traffic, you need to segment recipe articles using an existing historical dimension such as page URL, article ID or a retroactive classification as applicable.

so use a visit level segment based on any applicable existing dimension that had historical data:

like:

  • URL contains /recipe/
  • pageName
  • article ID

Hit = only tagged hits
But visit = all visits to recipe pages

so if you need Jan–may:

use URL/page/ID or Classification (retroactive on existing dimensions).

since AA can’t backfill new eVars/props from before implementation.
Switch from Hit: Tag=Recipe To Visit: Page/URL/ID = Recipe.

 

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 15, 2026

As ​@SumitK4 said, if you weren’t tracking the “recipe” tag at the beginning of the year, you cannot retroactively pull a report based on “tag = recipe”. You can only pull based on the available information at the time of the tracking request.

 

You can try to use other data that you did have available to pull that information… such as the URL or Page Name.

 

If you don’t have any common or easy to identify values, you might have to use a Classification Set. Basically, you would need to create a data mapping between your Article Identifiers, for the articles that are tagged as “recipe”. Consider it a temporary backfill of data.

 

If you need other tags beside recipe, you may need to get a list of ALL articles, and map each tag…

 

If your articles have multiple tags (such as “recipe” and “dinner” and “carrots”, etc) then classification sets may not work, as you would need to create multiple layers… as only a single value can be set into a classification set….