내 커뮤니티 업적 표시줄을 확대합니다.

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.
해결됨

Exporting Audience

Avatar

Level 2

Hi All,


I am new to AEP/RTCDP. I am looking for suggestions to export list of audiences available in the system to an excel/CSV (from the Browse tab of the Audiences under Customer section). I don't see any option to do this from the UI. Trying to understand if it is possible to achieve this. if so, kindly guide me with the steps. Thank You!

 

Regards,

Rohit

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hey @RohitGangishetty1 

I am not sure if you do have a way to export from the UI. However, you can use segmentation service API endpoint to  retrieve segment definitions.

 

You can read more here: https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/api/overview

 

Hope this helps.

 

Cheers,

Abhinav

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hey @RohitGangishetty1 

I am not sure if you do have a way to export from the UI. However, you can use segmentation service API endpoint to  retrieve segment definitions.

 

You can read more here: https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/api/overview

 

Hope this helps.

 

Cheers,

Abhinav

Avatar

Level 2

Thank You Abhinav. Will have to check this

Avatar

Employee Advisor

@RohitGangishetty1 If what you're after is the full list of segments in the sandbox, using the Segmentation Service API with the following call will provide that .. and more. You'll have to somehow extract the elements you need to paste them into a CSV file:

GET https://platform.adobe.io/data/core/ups/audiences

 

Listing the segment definitions will also get you close to what you need:

GET https://platform.adobe.io/data/core/ups/segment/definitions

 

 

Avatar

Level 2

Thank You Tof. Will have to check this