Expand my Community achievements bar.

SOLVED

Event Schema mapping issues with Luma Sample Data

Avatar

Level 2

We are trying to import Luma sample data into AEP. We have developed an event schema called "Luma Offline Purchase Event Schema (Demo)" which includes the Commerce Details, Luma Identity ExperienceEvent, and AEP Web SDK ExperienceEvent field groups. The Loyalty ID is set as the primary identity in this event schema. Both the schema and dataset have Profile enabled. For this schema, we have created a dataset named "Luma Offline Purchase Data" and successfully ingested the data. However, we encountered an issue where the array of objects, specifically the fields SKU and quantity within the "productListItems[]" array, are not being mapped properly. As a result, the output appears to be empty, and we are unable to view event data in the merge rule.

 

Reference Link: https://experienceleague.adobe.com/docs/platform-learn/getting-started-for-data-architects-and-data-...

Sample Data: https://experienceleague.adobe.com/docs/platform-learn/assets/luma-data.zip?lang=en

 

image (1).pngimage (2).png

1 Accepted Solution

Avatar

Correct answer by
Moderator

@sowndharya possible if the profile & event datasets you've selected doesn't have any common identity to link (less likely to happen) otherwise I think due to low cardinality in your identity values the subset of data used to generate this preview couldn't find any match within (you can raise a support ticket to get more information on preview generation)

View solution in original post

5 Replies

Avatar

Moderator

Hi @sowndharya just to make sure that your output appears to be empty can you once check from data lake please (explode that particular object in a select query) that none of the record has them mapped?

Avatar

Level 2

We checked the select query. we are getting values there.image (3).pngimage (4).png

Avatar

Moderator

Thanks @sowndharya for confirming.

As array elements can't cater a tabular view so when you go to preview dataset you won't be able to see the values, correct way to validate them is using query service like you did.

Avatar

Level 2

Thanks @arijitg . So the data are mapped properly. But still the event dataset is not visible under the merge rule. 

Avatar

Correct answer by
Moderator

@sowndharya possible if the profile & event datasets you've selected doesn't have any common identity to link (less likely to happen) otherwise I think due to low cardinality in your identity values the subset of data used to generate this preview couldn't find any match within (you can raise a support ticket to get more information on preview generation)