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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

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

해결됨

AEP Identity > Change the type of Identity

Avatar

Level 3

In the AEP > Customer > Identity UI, it is not possible to change the type of an existing Identity (let's say from "Cross-device ID" to "Non-people identifier", as an example).
But can it be done with the identity API?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

@Olivier_Blonste You cannot delete/change once it's created/has data associated with it already, if you want to assign a new namespace for the same data 

  1. You will need to remove the profiles from profile store which are affected
  2. Delete these data/purge the dataset 
  3. create new namespace and update the data with new namespace
  4. upload to AEP to make this change

 

Anil

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi @Olivier_Blonste 

 

As per my understanding, it's not possible to change the existing identity namespace either using UI or through API However, You have an option to create a new identity using API 

 

https://experienceleague.adobe.com/docs/experience-platform/identity/api/create-custom-namespace.htm... 

 

Hope this helps.

Avatar

정확한 답변 작성자:
Employee

@Olivier_Blonste You cannot delete/change once it's created/has data associated with it already, if you want to assign a new namespace for the same data 

  1. You will need to remove the profiles from profile store which are affected
  2. Delete these data/purge the dataset 
  3. create new namespace and update the data with new namespace
  4. upload to AEP to make this change

 

Anil

Avatar

Level 2

It will be Managed by ACL API.

Avatar

Level 3

Thank you all!