Searching for Audiences that use a specific attribute
Hello,
Does anyone know if there is a way to find out all audiences in a sandbox that use a specific attribute? Without having to look at each audience 1 by 1.
Thank you
Hello,
Does anyone know if there is a way to find out all audiences in a sandbox that use a specific attribute? Without having to look at each audience 1 by 1.
Thank you
Hey @davidross91
You can use an API endpoint to grab all the segment definitions in your sandbox.
Here's the link to the postman collection for AEP APIs : https://github.com/adobe/experience-platform-postman-samples/tree/master/apis/experience-platform
You are looking for 'List Segment Definitions' endpoint under Segmentation Service --> Segment Definitions.
The endpoint looks like this: https://platform.adobe.io/data/core/ups/segment/definitions
Once you make a request using the above endpoint, you would get all the segment definitions as part of the response which you can then search for a specific attribute like in the screenshot below, I am looking at email.

Hope this would help you with what you are working on.
Cheers,
Abhinav
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.