Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
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...