Programmatic way to cleanse identity maps that merged | Community
Skip to main content
New Participant
February 27, 2024
Solved

Programmatic way to cleanse identity maps that merged

  • February 27, 2024
  • 4 replies
  • 1083 views

Hi there,

 

Wondering if there's programmatic solution/recommendation/query out there to remove stitched identities?  In the picture below:

- Red = ECID

- Green = CRM ID

 

The issue is customer logging into multiple accounts with the same ECID, multiple accounts are mapped stitched together into 1 profile. Where in this case, we want to keep the 3 profiles (green) separate. So I want a programmatic way to identify the red ECID, then send it over to data Lifecycle API to delete.

 

Thanks.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arpan-garg

@akwankl  - It is possible via the record delete feature in data lifecyle https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/ui/record-delete.

 

Note: It is still in beta and you need to raise a request if you need this feature enabled.

 

Thanks,

Arpan

4 replies

arpan-garg
arpan-gargAccepted solution
New Participant
April 4, 2024

@akwankl  - It is possible via the record delete feature in data lifecyle https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/ui/record-delete.

 

Note: It is still in beta and you need to raise a request if you need this feature enabled.

 

Thanks,

Arpan

NimashaJain
Employee
March 18, 2024

@akwankl Did you find the suggested solutions helpful? It would be great if you can  mark the answer as correct for posterity. If you have found out solution yourself, share it with wider audience in the community.

nnakirikanti
New Participant
March 5, 2024

@akwankl

Approach --> generating derived dataset-->Share the Dataset to Adobe via support ticket to delete the identities. this would delete from UPS/UIS but not data lake.

 

Low Level 

Generating derived dataset: join the contributing datasets of different applications on ECID to find the collapsing ECID's, if there is only one datasets for all applications hydrates you should do self join on ECID and not equal to CRM ID

 

Let me know if you further questions on this.

 

cheers,

NN

New Participant
February 28, 2024

Not sure about programmatic way but you can use Privacy request option to clean/remove ECID(you can enter multiple ECID with comma seperated) to unstitch the identity linking.