내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.