Hi! List Variables in Adobe Analytics are created in the following way -
How will a custom data element be mapped to this list variable?
Solved! Go to Solution.
Views
Replies
Total Likes
I assume that you're referring to a data element that you've setup in AEP Data Collection Tags, a.k.a. Adobe Launch.
When you had setup your List Variable in AA's report suite, you had to specify a separator. The default is the comma ",".
Let's say you are using that default comma. Your data element should then return a string where the values are comma-separated, for example, "one,two,three", which you will then set to your list variable.
Example:
In the above example, s.list1 will get the value "one,two,three". Since List Variable 1 had been configured to recognise the comma as the separator, AA will split that value into "one", "two" and "three", i.e. 3 separate values. If you were to then create a Freeform Table with List Variable 1 as the dimension, you will see three separate rows, one each for "one", "two" and "three".
Hope that helps!
I assume that you're referring to a data element that you've setup in AEP Data Collection Tags, a.k.a. Adobe Launch.
When you had setup your List Variable in AA's report suite, you had to specify a separator. The default is the comma ",".
Let's say you are using that default comma. Your data element should then return a string where the values are comma-separated, for example, "one,two,three", which you will then set to your list variable.
Example:
In the above example, s.list1 will get the value "one,two,three". Since List Variable 1 had been configured to recognise the comma as the separator, AA will split that value into "one", "two" and "three", i.e. 3 separate values. If you were to then create a Freeform Table with List Variable 1 as the dimension, you will see three separate rows, one each for "one", "two" and "three".
Hope that helps!
Views
Likes
Replies
Views
Likes
Replies