Segment for page with specific tags
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?