custom_audience_targeting

NameModifier & DefaultsTypeDescription
custom_audience_targetingRead-only

Default:
Multi-Targeting Object with state = ALL
Multi-Targeting ObjectHolds a reference to the campaign's custom audience targeting details. (If no targeting exists, an empty collection is returned.)

(See: Get Custom Audience Targeting)
{
   //other Campaign fields...
   "custom_audience_targeting": {
      "state": "EXISTS",
      "value": null,
      "href": "https://backstage.taboola.com/backstage/api/1.0/demo-advertiser/campaigns/1234/targeting/custom_audience"
   }
}

πŸ“˜

The value property is always null.

πŸ“˜

If you created any custom audiences with exclude_from_campaigns = true, then those custom audiences will be excluded from all campaigns.

Campaigns that you create going forward will have this exclusion by default. Moreover, the exclusion will be applied to your previously existing campaigns.