Expand my Community achievements bar.

SOLVED

Do we need to map E-Commerce events in mobile?

Avatar

Level 1

In this Adobe doc page this is mentioned:

But in this Adobe doc there is no reference of how to send these events.

 

So my query is that while sending these event from mobile platforms (say) Cart Additions events, do I need to map/change that event name into scAdd?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@1abhishekpandey You will have to map/change event name when the relevant event occurs. The second link has an example for event serialisation, this should help you to understand how to set it. 

 

Once this is done, Analytics backend will map this event as "cart additions" and increment the metric

 

Example Cart Add ( for ios) 

 

// add events
contextData["&&events"] = "scAdd"

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@1abhishekpandey You will have to map/change event name when the relevant event occurs. The second link has an example for event serialisation, this should help you to understand how to set it. 

 

Once this is done, Analytics backend will map this event as "cart additions" and increment the metric

 

Example Cart Add ( for ios) 

 

// add events
contextData["&&events"] = "scAdd"