upload XDM Indyvidual Class data with UI | Community
Skip to main content
Michael_Soprano
Level 10
February 13, 2024
Solved

upload XDM Indyvidual Class data with UI

  • February 13, 2024
  • 3 replies
  • 1003 views

Hi, 

 

I would like to import sama data through UI dataset. Data would part of XDM Individual Profile Class. However I have got some doubts about required fields:

a) _id - I might generate some random string of length 20?

b) createdByBatchID - if I use API I would be assigned with some batchID. However it is not the same with UI. Should I generate some random string? 

 

Thanks 

Mike 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arpan-garg

Hi @michael_soprano  - These 2 fields are not mandatory and can be ignored when you are using individual profile schema.

 

_id is mandatory for Experience event schema because it uniquely identifies the event. 

 

Thanks,

Arpan

3 replies

Adobe Employee
February 16, 2024

if you are ingesting into dataset of individual profile schema, then both _id and createdByBatchID are not mandatory. 

 

_id - its to identify the record uniquely. you can think of something like surrogate key in a data warehouse.

 

createdByBatchID - you don't need to pass any value for this.

 

--SSJ

arpan-garg
Community Advisor
arpan-gargCommunity AdvisorAccepted solution
Community Advisor
February 20, 2024

Hi @michael_soprano  - These 2 fields are not mandatory and can be ignored when you are using individual profile schema.

 

_id is mandatory for Experience event schema because it uniquely identifies the event. 

 

Thanks,

Arpan

NimashaJain
Adobe Employee
Adobe Employee
March 15, 2024

@michael_soprano Did you find the suggested solutions helpful? It would be great if you can  mark the answer as correct for posterity. If you have found out solution yourself, share it with wider audience in the community.