Name | Modifier & Defaults | Type | Description |
|---|---|---|---|
postal_code_targeting | Default: |
| For a non-default value, the |
The postal_code_targeting field is updated indirectly via the targeting/postal_code endpoint. A reference to this endpoint, for the current campaign, is stored in the href property. (This URL can be used to fetch the collection.)
{
"id": "1234",
//...
"postal_code_targeting": {
"type": "INCLUDE",
"value": null,
"href": "https://backstage.taboola.com/backstage/api/1.0/demo-account/campaigns/1234/targeting/postal_code"
}
//...
}
Thevalueproperty is alwaysnull.
