No values in data feed for eVar column
Hello,
Does anyone have an explanation as to why an eVar column in a data feed would be empty of data while the post eVar column for that same eVar is being populated?
Thanks
James
Hello,
Does anyone have an explanation as to why an eVar column in a data feed would be empty of data while the post eVar column for that same eVar is being populated?
Thanks
James
It is correct SDK 4.x of Android and IOS both rely on contextData to send data to Adobe Analytics, there is no evar or props variables in the SDK
ContextData won't populate any report unless you set processing rules to map the contextData to a specific evar, prop or event etc...
As processing rules are post processing, it only populates post_column.
I would advise you to always use post_column in your data feed. To see when a post_evar was set check post_event_list and check if the id for the evar is present on the hit. If it is then it means it was set on this specific hit and did not persist.
Check this doc for processing rules:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.