コミュニティアチーブメントバーを展開する。

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!