Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates

Target API audienceRule exclusions

Avatar

Level 1

My team uses the Target API for the creation of offers, audiences, and activities, transitioning away from the UI. 

 

When building audiences in the UI it is possible to set exclusions for groups of audiences. Is there a similar functionality to do this when creating audiences with the API? Or is our only option to copy the individual audiences and set up the exclusion at that level with targetRule?

 

Something like the example below where audience4 or audience5 would be excluded from audience3.

ex.

  • "audienceRule": 
    • "and": 
      • audience1,
      • audience2,
      • audience3
        • "excluding": 
          • "or": 
            • audience4,
            • audience5
0 Replies