Hi,
I have created a segment to only show me asset tracking codes if it hits on specific asset tracking codes and nothing else. However, I realized when I tried to dig deeper by dragging asset tracking code dimension under my segment, some of the data is showing "SEO" which is out of the norm and against the rules of my segment.
Does anyone has any explanation on this anomaly?
Thank you.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I'm not sure exactly what you mean?
Is it you have a segment looking for "A" or "B" but are also getting "SEO"?
How is your segment built? Likely you have the wrong scope which is leading to returning more data than expected.
If you can provide some more details it would be easier to help you.
Views
Replies
Total Likes
Hi Jennifer,
Thanks for your interest in my question. Yes, you are right. I can't really attach a screenshot due to my company policy but I will try to illustrate the issue here to give you more context.
Example:
I have created the segment: Only include Visit for the following: Asset tracking codes contains all of "A_Brand" AND Asset tracking codes contains "B_USA".
Therefore in theory, if I use this segment, only asset tracking codes (or CIDs) that contains "A_Brand" and "B_USA" should appear under this segment.
However, when i break down the segment by Asset tracking codes, a row named "SEO" is shown.
I hope this helps in clarifying the issue I am facing now.
Thank you
Views
Replies
Total Likes
As I suspected... VISIT is the problem....
Visits can have multiple tracking codes.... your segment is pulling back ALL pages from those visits..
Let's look at an example within the same visit:
If your segment is:
VISIT
tracking code equals "gs"
All three pages above will be returned, they are all part of Visit "X", and at some point in that visit, tracking code was "gs"
If you are coming from Google Analytics background, you might be thinking, "but each tracking code use triggers a new visit...."
The answer is "no, Adobe doesn't work like that... Visits are determined by active usage. So long as the user is not inactive for more than 30 mins, the page views are all part of the same Visit"
If you only want to see pages that are explicitly tied to "gs" (Page B, C, D and E), you will need to use a HIT level segment:
HIT
tracking code equals "gs"
Views
Replies
Total Likes
Views
Likes
Replies