Segment with product syntax
Hello, we are using a product syntax with some custom eVar. Data looks clean, but when creating segment we have trouble having the granularity we are looking for without doing an extract.
For example, in my array :
product1 : eVar3 = Hello, eVar4 = World
product2 : eVar3 = Hi, eVar4 = Planet
product3 : eVar3 = Hello, eVar4 = Planet
if user A has :
product1 : eVar3 = Hello, eVar4 = World
product2 : eVar3 = Hi, eVar4 = Planet
I want to target those who have "eVar3 = Hello and eVar4 = Planet", the problem is that user A will be include in my segment as it lives within the same hit.
Is there a way to create a segment to identify the proper product element in these cases?