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

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

Campaign extension data schema

Avatar

Level 2

I am confused in interpreting the below definition:

An extension schema does not have its own schema: the schema generated from the source schema will be filled in with the fields of the extension schema. What I understand is the source schema will be filled in with the updated fields in extension schema. Is this correct?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi subrats9452256,

Yes you are right. If there is an Adobe provide schema which you can't edit like Profile and you wish to add new columns to the existing table structure, you should use the extension schema.

Regards,
Vipul

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi subrats9452256,

Yes you are right. If there is an Adobe provide schema which you can't edit like Profile and you wish to add new columns to the existing table structure, you should use the extension schema.

Regards,
Vipul

Avatar

Level 6

Is it mandatory to extend a custom schema as well, or can I modify the custom schema directly by adding additional columns. What would be the impact?

Thank you in advance

Avatar

Employee

Extension schema is just a view of source schema in which new columns will be added. Out of the box schemas in adobe campaign cannot be modified directly, but they can be extended and modified. All the columns added in the extension schema will be reflected in the source schema as they point to one schema in the database.