I am trying to set up product tracking on a mobile app but unsure what the correct way to add these are.
Can these be added to the product string for each item e.g. ;name;quantity;price;scView|event1;eVar1=product|eVar2=detail
If not what is the correct way to add the events related to products?
Solved! Go to Solution.
Views
Replies
Total Likes
Events syntax is available in that document:
cdata.put("&&events", "scView");
You can also create Processing rules to increment these standard events.
Here is the correct syntax:
Views
Replies
Total Likes
Views
Replies
Total Likes
Events syntax is available in that document:
cdata.put("&&events", "scView");
You can also create Processing rules to increment these standard events.
Thank you
Views
Replies
Total Likes
Just an additional question.
Do we put the event inside the product string string as well as the "&&events" context data? for example if I want to attach different events to items within the same product string?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies