xdm.eventType vs type field in XDM payload | Community
Skip to main content
Level 2
October 26, 2022
Solved

xdm.eventType vs type field in XDM payload

  • October 26, 2022
  • 1 reply
  • 811 views

In the Adobe documentation on sending non-XDM data, it mentions that "type" can use as a substitute for "xdm.eventType". 

https://experienceleague.adobe.com/docs/experience-platform/edge/fundamentals/tracking-events.html?lang=en#sending-non-xdm-data

 

While it's possible to define "type", I can't figure out how to specify "type" using AEP Mobile SDK. 
https://aep-sdks.gitbook.io/docs/foundation-extensions/experience-platform-extension/edge-network-api-reference#experienceevent
The documentation shows the ExperienceEvent construct only supports "xdm" and "data", and not "type".

Can someone confirm if it's possible to specify "type" field in the ExperienceEvent construct?

Thanks

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

@lysding Have you checked out the sample APP with some examples, i could find eventType implemented, is this what you are after?. 

Here is the repo, and the file with example

1 reply

Anil_Umachigi
Adobe Employee
Anil_UmachigiAdobe EmployeeAccepted solution
Adobe Employee
October 27, 2022

@lysding Have you checked out the sample APP with some examples, i could find eventType implemented, is this what you are after?. 

Here is the repo, and the file with example