Name | Modifier & Defaults | Type | Description |
---|---|---|---|
| Read-only | Holds a reference to the campaign's contextual targeting details. (If no targeting exists, an empty collection is returned.) |
{
// Other campaign fields omitted..
"contextual_segments_targeting": {
"state": "EXISTS",
"value": null,
"href": "https://backstage.taboola.com/backstage/api/1.0/demo-account/campaigns/1234/targeting/contextual_segments"
}
}
The
value
property is alwaysnull
.