Edge Send Event for Adobe Analytics - XDM schema question
Context:
- This is Mobile app implementation
- we are successfully receiving pageview events, events, props, and evars without mapping, by simply doing the below (getting the mob dev team to send an XDM in the payload that matches the _experience fields, sending event type, and web:webPageDetails data
- sending "eventType": "web.webPageDetails.pageViews",
- "web":[ "webPageDetails":[ "pageViews":[ "value":1 ], "name": "<page_title>" ] ],
- "_experience": [ "analytics": [ "customDimensions": [
- I think we're also getting link click event by doing the web interaction equivalent
Question:
- currently we're asking the dev team to send props and evars inside of customDimensions, but how do we set this up so they send user friendly names, such as "schoolName" instead of say, prop34?
- We're looking for the flexibility to use the datastream to map user friendly xdm fields from the payload to props and eVars. Is this possible?
- In addition to the structure mentioned above, we asked the dev team to sent the below and this doesn't work when I map it in the datastream to props and eVars.
- "contextData": [ "areaOfStudy": "accounting", "degreeLevel": "bachelors" ],
Has anyone been able to use the Edge Send event function on a mobile app to send user friendly fields and map them to props and eVars, using the data stream?
If this is confusing, I can share the full payload, so you can see.






