Is there a way to print or otherwise extract the rules that make up a segment? | Community
Skip to main content
New Participant
May 31, 2018
Solved

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

  • May 31, 2018
  • 1 reply
  • 981 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Urs_Boller

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...

1 reply

Urs_Boller
Urs_BollerAccepted solution
New Participant
May 31, 2018

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...