Issue with list variables allocation in the reporting
We have enabled below configurations for list variables in our Report suite
Configuration:
List Variable = Product Type
Delimiter = ;
Allocation = Full
Values in logs:
eVar Values populated in logs = Product1;Product2;Product3
Reports:(Problem statement)
when pulling the reports for this dimension, we are are not getting the product values allocated separately when tying to key metrics.
Current reports
eVarX | Unique Visitors | Visits
Product1;Product2;Product3 | 1 | 1
Expected reports
eVarX | Unique Visitors | Visits
Product1 | 1 | 1
Product2 | 1 | 1
Product3 | 1 | 1
Please let me know if this expected report is feasible with the current configuration or do we need to change anything with the list var allocation, maybe changing it to "linear" allocation as such.