@Luca_Lattarini Non-people IDs are used for storing identifiers that require namespaces but are not connected to a person cluster. For example, a product SKU, data related to products, organizations, or stores.
@Luca_Lattarini This is tricky and will depend from case to case and is heavily dependent on the data that is flowing in. Always do data profiling before you ingest and gain better confidence.
@Luca_Lattarini
accountId should be cross-device id - do not set that as non-people id.
Use non-people id if you need to use it for lookup table like Product (productId).
As far as I know, non-people id will not be used for stitching.
Regards,
Chetanya
@vikash4 I am wondering how will you populate the data element if it's not part of the data layer that gets ingested from websdk/mobilesdk/server API?
To ingest the data into data collection, you will need the xdm defined and then you will forward it to non-adobe.
Please let me know if I am missing ...
@Luca_Lattarini,
I would look at the data, its quality, and which source is sending it to decide the right merge policy to pick. The intention should be to get the right/best data to build the 360-view of profile for the activation. I would not look for activation/segmentation to decide which merg...
What's the error that you are seeing @nico9? What's the frequency of the schedule? How much time does it take to complete the Job (when tested manually)?
Also, when you tested manually did you try with delta update OR every time you delete & reload the data?
@Luca_Lattarini,
You can use the Segments UI or API - I can think of these 3 ways:
Edit Segment -> Refresh the estimatesBrowse Segment -> Select the segment -> see "Total audience in segment" cardAPI Segmentation Service API -> https://developer.adobe.com/experience-platform-apis/references/segmen...
@Luca_Lattarini
If the schema is profile enabled then the best option is to make it non-mandatory as @vikash4 suggested. Here are some rules to understand the breaking changes https://experienceleague.adobe.com/docs/experience-platform/xdm/schema/composition.html?lang=en#evolution
To perform the ...