For AI agents: visit https://developers.taboola.com/backstage-api/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field Name | Modifier & Defaults | Type | Description |
|---|
campaign_group_id | Optional, Final | Long | Numeric ID of the campaign group this campaign belongs to. A campaign can belong to exactly 1 campaign group. Set once at creation. Cannot be reassigned. For cross-account duplication, the referenced group must belong to the destination account. |
📘If omitted on create, a new campaign group is created and assigned to the campaign automatically.
🚧
- The
campaign_groups object has been deprecated. Use campaign_group_id instead.
- If both fields are sent on the same request,
campaign_group_id takes precedence.
- For backward compatibility, both fields are returned on fetch.
Updated about 1 month ago