Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Is there a way to print or otherwise extract the rules that make up a segment?

Avatar

Level 2

I am managing some very extensive segments and I would like to be able to review them as a whole rather than constantly scrolling through the Segment Builder. Is there a way to print a segment or otherwise pull the rules that create it out into another, easier to read format?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can use the API to download the segment definition: Get | Adobe Developer Connection

the return is a call which includes the definition in a JSON format which can be used for whatever you want...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

you can use the API to download the segment definition: Get | Adobe Developer Connection

the return is a call which includes the definition in a JSON format which can be used for whatever you want...