Instead of eVars why dont you use props ? Props (traffic variables) are hit-based, so they record the value exactly at the time the page loads. This makes them ideal for your use case: tracking how many page views had filters like color, size, price, etc. applied.s.prop10 = 'color|size';Split the st...