I have set a merchandising evar in a product string which is supposed to get attributed to a success event at the next step. However, I see it gets attributed to unspecified in the evar report. Why could that be?
Solved! Go to Solution.
Views
Replies
Total Likes
If the evar is set as conversion syntax, you would have to make sure all the below mentioned actions are happening on the same hit:
Once all these actions are there in the same hit, Instance will be counted for the evar value otherwise it will go under None/Unspecified.
If you are passing the merchandising evar in product string than I guess it should be set as Product syntax in which you do not need to set any binding event. The success event should fire in the same hit in which product syntax is fired to make sure evar gets bound with event.
@ananya12 - Do you know how the eVar is configured in the admin console? Is it set to use product syntax or conversion variable syntax (with a binding event)? And, is the analytics call configured correctly based on configuration?
For more information on eVar configuration settings: https://experienceleague.adobe.com/docs/analytics/admin/admin-tools/conversion-variables/conversion-...
And information on implementing merchandising eVars using either setting: https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/evar-merchandising.h...
If the evar is set as conversion syntax, you would have to make sure all the below mentioned actions are happening on the same hit:
Once all these actions are there in the same hit, Instance will be counted for the evar value otherwise it will go under None/Unspecified.
If you are passing the merchandising evar in product string than I guess it should be set as Product syntax in which you do not need to set any binding event. The success event should fire in the same hit in which product syntax is fired to make sure evar gets bound with event.
Views
Likes
Replies