Expand my Community achievements bar.

SOLVED

Is there a way to see which audience an audience is a component of?

Avatar

Community Advisor

Within my platform, my team often uses certain audiences as building blocks so as to ensure that certain universal exclusions are correctly applied to every audience. We have a lot of audience blocks that we have built but we have not been keeping a log of which audiences they are a part of. Is there a way in the UI to see which audiences a certain audience is a component of? Obviously, I know that this can be done by clicking on each audience and looking at the components in the "Audience Summary," but I am wondering if there is a less tedious way to do this.

 

Thank you

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @NickMannion 

Yes, you can see this using the Segment Definition API. The value will be listed as such:

"dependencies": [
"e61ac630-ac83-499e-bc3c-de0feebc52dc",
"7b8baef7-816c-4716-9b9f-64e2145cf585"

 

https://developer.adobe.com/experience-platform-apis/references/segmentation/#operation/listSegmentD...

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @NickMannion 

Yes, you can see this using the Segment Definition API. The value will be listed as such:

"dependencies": [
"e61ac630-ac83-499e-bc3c-de0feebc52dc",
"7b8baef7-816c-4716-9b9f-64e2145cf585"

 

https://developer.adobe.com/experience-platform-apis/references/segmentation/#operation/listSegmentD...

Avatar

Community Advisor

okay, thank you! 

Avatar

Level 2

Hi @NickMannion,

 

Thanks for the info, but its seems that the Segment Definition API does not return the dependencies as you mentioned.

It only gives the technical information on the Audience / Segment sent via API, something like the one attached.

Could you please point us to the API or cURL that could be used.

mohitkhare123_0-1740657641547.png

 

Thanks in Advance,

Mohit

Avatar

Community Advisor

Hello @mohitkhare123 

Yes, the segment definition API does pull if there are dependencies. This is the path:
https://platform.adobe.io/data/core/ups/segment/definitions/:SEGMENT_ID

Please see the screenshot


Avatar

Level 2

Hi @DavidRoss91,

 

I think I got it now. Was not looking in the right place. 

 

Thanks for the help.