Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 4

Hello all,

 

It seems that listVars are not automatically mapped to Analytics when ingested from the Adobe Edge.

 

_experience.analytics.customDimensions.lists.list1.list = [ { value: 'a' }, { value: 'b' } ... ]

 

This validates just fine in the dataset, but "list1" in Analytics doesn't get any love. Is there a plan to automatically map list variables?

 

In lieu of that, is my only option to send the value as a single comma (or whatever delimiter is configured) separated string (encoded of course) as non-XDM data and map it manually in the Processing Rules? For example:

data: { list1: 'abc,def, ghi' }, then map "a.d.list1" in the processing rules to my real listVar1?

 

Or am I missing a secret hiding place in the standard XDM _experience namespace that can do this for me easy peasy?

I did see something odd in the documentation that made me wonder...

 

https://experienceleague.adobe.com/docs/experience-platform/sources/connectors/adobe-applications/ma... 

 

Scroll down to "mvvar1_instances" and note the odd XDM notation of ".list.items". Relevant to my interests?

 

Thank you in advance

 

Who Me Too'd this topic