Expand my Community achievements bar.

SOLVED

xdm.eventType vs type field in XDM payload

Avatar

Level 2

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

Screen Shot 2022-10-26 at 4.48.37 PM.png

https://experienceleague.adobe.com/docs/experience-platform/edge/fundamentals/tracking-events.html?l...

 

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-ap...
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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@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