Hi there,
I am looking to create a source and reference schema as per this article: https://experienceleague.adobe.com/docs/experience-platform/xdm/tutorials/relationship-ui.html?lang=...For the reference schema, it will be have a dataset which contains the detailed information about each of my offers (offer name, id etc.), the primary identity between the two schemas is "offerID", and I have created a new class called "Offers" for it.
I planned to stream data into the reference schema as we are sourcing the data from our CMS webhook. So far I can confirm everything on the CMS side is configured correctly and I can even see the correct payload + http 200 response to the HTTP SOURCE API endpoint that I created for this.
However, despite the http 200 success response, I do not see any data coming into the dataset. I read this article again, and noticed this snippet: To create a dataset, you will first need to create a new schema that implements the XDM Individual Profile class. Does this imply that for streaming api ingestions, it only works on XDMindividualRecords or XDMExperienceEvents class only?
If so, how do we stream data into other classes?
Thanks,