Question
help with evar allocation and report
Assuming I have an evar1 on my site which triggers on every product page to capture the color of the product. And assuming I had 2 visits to my site. Let’s say that the evar1 is a regular evar, expires on visit, allocation last touch, and assuming the following scenario:
Pages visited | User A - Visit #1 |
| product page 1- color = blue | evar1 is set. value = blue |
| proudct page 2 color = red | evar1 is set. value = red |
| product page 3 color=green | evar1 is set value = green |
| home page | evar1 is not set |
Pages visited | User B - Visit #1 |
| home page | evar1 is not set |
| product page 3 color=green | evar1 is set value = green |
| marketing page A | evar1 is not set |
| marketing page B | evar1 is not set |
Question:s:
based on the above, if i build a report like the one below, what should i see and why?
| evar1 | visits | evar1 instances | page views |
| unspecified | |||
| blue | |||
| green | |||
| red |