Exclude Segment Creation
I have created 3 segments related to 3 products like below:
Segment 1: (Hit Level) product id = P1234
Segment 2: (Hit Level) product id = P2345
Segment 3: (Hit Level) product id = P3456
I want to know the impressions of these 3 products which is captured by event 317.
So I dropped in the 3 segments in the rows of a freeform table and event 317 in the column.
Now I want to
a. exclude the hits where evar 1 = P1234 for segment 1
b. exclude the hits where evar 1 = P2345 for segment 2
c. exclude the hits where evar 1 = P3456 for segment 3
Can I create a single segment to exclude the hits based on the above conditions and use it on top of the event 317 in the freeform table? is there a way to implement this logic in adobe analytics?
(Real scenario is different; this is a cooked up example to understand the solution;)