Do we need to map E-Commerce events in mobile? | Community
Skip to main content
New Participant
April 4, 2023
Solved

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

  • April 4, 2023
  • 1 reply
  • 573 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anil_Umachigi

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

 

1 reply

Anil_Umachigi
Anil_UmachigiAccepted solution
Employee
April 5, 2023

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