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

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

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

해결됨

Complete Data Elements

Avatar

Level 1

Is there a way to store Objects as Data Elements?  The reason I ask is we have a current data layer that we utilize and I would like to only define one data element call it model, then when populating extension values populate them as "%model%.attribute"  is there a way to do this?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

You can store objects as data elements, but you can't access them with the

pattern because everything outside of the %% is interpreted as literal text.

And you can't use

because people actually use '.' in their data element names and we can't support both ways of doing it.  And our developers are sad about that.

If you're doing this inside of custom code, then you can do something like

to get access to those attributes.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee

You can store objects as data elements, but you can't access them with the

pattern because everything outside of the %% is interpreted as literal text.

And you can't use

because people actually use '.' in their data element names and we can't support both ways of doing it.  And our developers are sad about that.

If you're doing this inside of custom code, then you can do something like

to get access to those attributes.