On my site users are able to use filters to filter products by color, size, price etc...
Currently, each time a user checks a filter, the page reloads and an evar is set with the value of the filter.
For example : evar10 = `color`(if the user filtered by color) or evar10=`size` (if the user filtered by size)
The evar allocation is original (first) and expiration is set to visit.
Now, I am not sure if this implementation meets my needs.
I want to be able to know how many page views loaded with evar10 set to `size`as opposed to `color``.
There are no events fired along with the evar.
If a user, in the same session, activates multiple filters, for example `color`, then `size`...is that correct that, because of the evar allocation set to original, the second filter selected would NOT show in my reports?