Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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
Employee

@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
Employee

@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"