Hi All, We are adding single XDM data (as mentioned sample below) in EventData and sending into AEP via EventDataBatch. Can some one guide on XDM batching with sample data instead of sending single XDM data.
If shared sample data for XDM batch process might be great, Thanks in advance !
Sample:
{
"header": {
"schemaRef": {
"id": "https://ns.adobe.com/test/schemas/asd765675asdas7d5765s6dadad5",
"contentType": "application/vnd.adobe.xed-full+json;version=1.0"
},
"source": {
"name": "event_hub"
}
},
"body": {
"xdmMeta": {
"schemaRef": {
"id": "https://ns.adobe.com/test/schemas/asd765675asdas7d5765s6dadad5",
"contentType": "application/vnd.adobe.xed-full+json;version=1.0"
}
},
"xdmEntity": {
"type": "test",
"mobile": {
"group": {
"source": "testing"
},
"test_group": {
"contact": "9132672583"
}
},
"timestamp": "2023-08-02T00:38:12.000-05:00"
}
}
}
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AjayPrakash7 - There are many ways that we can ingest data as a batch from platform. Listed out below which will help you to ingest data as batch, data to be ingested may include profile data from a flat file to the AEP system. Refer below and hope this will help you to familarise on batch ingestion.
Hi There - Not sure if I understand your batch query exactly, let me try to answer. So are you looking to ingest the bulk sample data through postman service instead of sending single XDM.
Thanks for your response, here ask is from application and NOT related to postman. Expecting sample XDM data with batching
Hi @AjayPrakash7 - There are many ways that we can ingest data as a batch from platform. Listed out below which will help you to ingest data as batch, data to be ingested may include profile data from a flat file to the AEP system. Refer below and hope this will help you to familarise on batch ingestion.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies