Does the system recognize that an audience is a component of an another audience before you delete it? For example, if I have an activated audience (Audience X) that's made up of Attribute 2, Audience B, and Event 1, and I go to delete Audience B, will the system give a warning? What happens if I do delete Audience B?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @kautuk_sahni @kendallhall the audience you are attempting to delete will advise that there are dependencies of other audiences and cannot delete because of this. You can check the dependencies via API call to segment definition
AEP does give out a warning and does not let you delete the subSegment(dependent Audience). It has a parent-child dependency in the metadata and any Update/Delete operation would be verified and then performed. This can also be looked in the API.
Which API?
Views
Replies
Total Likes
Hi @kendallhall,
The API that @sreeCharan73 is referring to is Adobe Experience Platform Segmentation API.
To investigate dependencies or perform updates and deletions, you can use the following API endpoints:
GET Segment Definitions: To retrieve metadata about segments, including dependencies.
DELETE Segment: To attempt to delete a segment, which will trigger the dependency check.
Regards,
Celia
Hi @kendallhall , if you attempt to delete an audience that is referenced within another audience, the platform will prevent you from doing so and will display an error message similar to the one below."
Please refer to FAQs at https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/faq
Hope this helps.
@DavidRoss91@akshaykapil23@pradnya_balvir@Kumar_Saurabh_@Travis_Jordan@vishnuunnikrishnan
Kindly take a moment to review this question and share your valuable insights. Your expertise would be greatly appreciated!
Views
Replies
Total Likes
Hi @kautuk_sahni @kendallhall the audience you are attempting to delete will advise that there are dependencies of other audiences and cannot delete because of this. You can check the dependencies via API call to segment definition