Duplicate pageview removal via normalization segment
Hi team,
I’ve learned from my colleagues that one of the months in my historical Adobe Analytics data contains duplicate pageviews due to an incorrect s.t() implementation.
The issue was fixed long time ago, but I’m wondering if there’s a way to deduplicate these pageviews for a specific time period using a segmentation approach.
I was considering a general rule like:
time.period is ="date“ AND include hits where the page exists and does not equal the previous page”
but I’m not sure how to implement this so that it applies to all pages (not just a specific one).
Any thoughts or recommendations?
Thank you!