Custom Payload from Mobile for SDK implementation through Edge for Analytics.
Hello,
I am writing requirements for our mobile dev team and would like to gauge how much flexibility we have with mobile payload vs schema, especially since we're using a datastream.
So far, if the xdm structure from the payload doesn't match our schema, nothing shows up in Analytics reporting, even when mapped in the datastream. I am beginning to wonder what the datastream mapping is for if the payload needs to match the schema.
Example of datastream mapping that works (shows up in reporting)
- _experience.analytics.customDimensions.props.prop36
- mapped to
- _experience.analytics.customDimensions.props.prop36
Example of datastream mapping that doesnt work (doesnt show up in reporting)
- programDetails.degreeLevel
- mapped to
- _experience.analytics.customDimensions.props.prop33
I hope my question makes sense!