Hello DTM Experts,
Testing time for you guys out there ... just kidding, it should be a simple one ... I am working on the DTM implementation and it seems to be going really well before I encountered this requirement to set the currency event (Ex: event10=4.55) for a event based rule.
Any examples would be of great help.
cheers,
Scott
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
please use supported variable to set currency https://marketing.adobe.com/resources/help/en_US/dtm/rules_event.html
Regards
Devinder
Views
Replies
Total Likes
Scott,
You need to go to the custom page code section of the Adobe Analytics tool in DTM (in your DTM rule). There you'd set the event like this:
if(_satellite.getVar('currency_data_element')){ s.events=s.apl(s.events,"event10="_satellite.getVar('currency_data_element'),",",2); }
This assumes:
Hi
please use supported variable to set currency https://marketing.adobe.com/resources/help/en_US/dtm/rules_event.html
Regards
Devinder
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies