Skip to main content
Level 2
March 6, 2024
Resuelto

Benefits of adding profile dataset datastream

  • March 6, 2024
  • 2 respuestas
  • 986 visualizaciones

Hi All,

I have a query regarding adding the Adobe Experience Platform into the datastream service. It's asking for the profile data set as well, though it's not marked as required. Can someone please explain the benefits of adding profile data there?

Thanks!

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Tof_Jossic

@deepak_kv these are notes from a similar question we had in Support, I believe this still applies:

 

The need for a Profile dataset is because out of the box, the web SDK schema does capture the likes of user activity regions, consent and mobile push tokens are only collected when you have it. See additional resource at https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk/experience-cloud/journey-optimizer/journey-optimizer-push.html?lang=en#update-datastream-configuration

 

The orchestration layer in the Edge Network architecture manages the "user activity region" update via incremental profile updates, independent of the experience events. The fact is we do not add User Activity region information on Experience Events – the main use-case is for it to be available in attributes, therefore we issue the incremental profile.

 

Hope that helps!

 

2 respuestas

Tof_Jossic
Adobe Employee
Tof_JossicAdobe EmployeeRespuesta
Adobe Employee
March 6, 2024

@deepak_kv these are notes from a similar question we had in Support, I believe this still applies:

 

The need for a Profile dataset is because out of the box, the web SDK schema does capture the likes of user activity regions, consent and mobile push tokens are only collected when you have it. See additional resource at https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk/experience-cloud/journey-optimizer/journey-optimizer-push.html?lang=en#update-datastream-configuration

 

The orchestration layer in the Edge Network architecture manages the "user activity region" update via incremental profile updates, independent of the experience events. The fact is we do not add User Activity region information on Experience Events – the main use-case is for it to be available in attributes, therefore we issue the incremental profile.

 

Hope that helps!

 

rajdsingh
User Group Leader
User Group Leader
March 7, 2024

@deepak_kv  Depending on the type of data you are bringing in AEP, you need to choose the right type of data set. 
If you are bringing in events data (web/mobile) then you need to send data to event data set. Such data set are tied to XDM Experience Event type schema class. However, if you are brining in profile (user's) data such as CRM or Loyalty data then you need to send data to profile data set. Such data set are tied to your Individual Profile Class type Schema. 

Note: You can not send event type data to a Profile data set or vice versa.