Hi I have a business case when a user clicks on a button we need to track the same product sku for three different category in the same eVar.
What is the best way to store it in same eVar and later on how to pull reports for this.
Currently, like product sku we have more than 20 similar variables coming from three different part of the website to be tracked in the single abode hit call. tracking them in different eVars will result in 20*3 = 60 distinct eVars and the call will be large.
please suggest.
Solved! Go to Solution.
Views
Replies
Total Likes
The benefits of list variable is that you can store any type of value and classify them.
So use syntax like var1:value|var2:value2|var3:value3,value4
Note: I consider | is the delimiter configured in list var configuration view
Then in classification configuration for listx create a report for var1, var2 and var3
Then using classification rule builder you can create rule with regex:
^var1:(.*) then update classification report var 1 with $1
Hope this helps
Views
Replies
Total Likes
I think you might want to track list variables. This will allow you to add unlimited amount of data and they will each be break down on one line item. Also you can apply classification on each independent value.
Check this https://ecapacity.com/embrace-the-power-of-a-hidden-gem-in-adobe-analytics-the-list-variable/
Views
Replies
Total Likes
Hi Alexis, Thanks for the link, but i can't use list variable, since I need to do this for 20 more variables. Is there any other options we can go with?
Views
Replies
Total Likes
The benefits of list variable is that you can store any type of value and classify them.
So use syntax like var1:value|var2:value2|var3:value3,value4
Note: I consider | is the delimiter configured in list var configuration view
Then in classification configuration for listx create a report for var1, var2 and var3
Then using classification rule builder you can create rule with regex:
^var1:(.*) then update classification report var 1 with $1
Hope this helps
Views
Replies
Total Likes