Expand my Community achievements bar.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!

[Schema Relationship] Using Destination Schema Attributes in Personalization

Avatar

Level 2

I created two schemas: Customer (XDM Individual Profile) with an attribute called Booking ID (Non-Person Identity Name Space) and Booking (using a Custom Class also named Booking) with the Booking ID (Non-Person Identity Name Space) as the primary identity. I also established a one-to-one relationship between the Customer (Source Schema) and the Booking (Destination Schema) based on Booking ID. Created Datasets and enabled profiles. After ingesting the data into the datasets, I was able to view the profile, but no Destination Schema Attributes were visible.

 

My reference was Define a Relationship Between Two Schemas Using the Schema Editor | Adobe Experience Platform

 

So far, I have been able to create an audience using the Destination Schema Attributes, but I need to utilize them in Personalization.

 

In another post, I'm trying to use dataset Lookup: Personalization error when using datasetLookup in ... - Adobe Experience League Community - 778968

 

I really appreciate the support.

4 Replies

Avatar

Employee Advisor

@AlexandreSa8 When you create a relationship between two schemas of different classes (e.g., XDM Individual Profile for Customer and a Custom Class for Booking), the attributes of the destination schema (Booking) are not automatically surfaced as attributes of the Customer profile in the Profile UI or for segmentation. Only relationship reference fields (e.g., Booking ID or any explicitly defined relationship field) are shown, but not the attributes of the destination schema.

Avatar

Level 2

Ty, Mayank.

 

I got your point. I was wondering if there is a way for me to refer to these attributes for personalization.

 

kind regards

Avatar

Community Advisor

@AlexandreSa8 

Have you enabled dataset for lookup?

Use “datasetLookup” helper function to personalize lookup schema attributes.

Note :This feature is currently available to all customers as a limited availability release. To gain access, contact your Adobe representative.

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...

 

check out Guardrails & guidelines here

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/data-management/lookup-aep-data

Avatar

Level 2

Hi, Anuhya.

TY for your reply.

 

I'm using this feature, but only for email messages.

I'm trying to use it for web personalization.

 

Kind regards.