Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

mapping existing digitaldata layer to XDM

Avatar

Level 4

Hi,

I have existing digital data layer object which I am planning to map to XDM schema and then send it to edge and then to Adobe Analytics through Web SDK. Is there documentation or resource to map  existing  data layer to edge.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

There isn't any specific documentation, because your data layer's schema is probably unique to your business' needs.

What you should do is to understand the fields that are required in the XDM schema, and then map your data layer's variables to that schema. Ultimately, you must send a key-value object that conforms to the XDM schema to Web SDK, in order for Adobe Experience Platform to accept it.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

There isn't any specific documentation, because your data layer's schema is probably unique to your business' needs.

What you should do is to understand the fields that are required in the XDM schema, and then map your data layer's variables to that schema. Ultimately, you must send a key-value object that conforms to the XDM schema to Web SDK, in order for Adobe Experience Platform to accept it.

Avatar

Level 4

Thank you. Thats very helpful. I will go ahead and do that.