get
https://backstage.taboola.com/backstage/api/1.0//campaigns_group
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
List all campaign groups under an account. Supports query parameters to filter by status or to search by name.
Example
GET /backstage/api/1.0/taboola-demo-advertiser/campaigns_group{
"results": [
{
"id": 12345,
"name": "My Campaign Group",
"status": "RUNNING",
"performance_data": {
"spent": 150.25
}
}
]
}Optional query parameters
| Parameter | Description |
|---|---|
statuses | Filter by status. Examples: RUNNING, PENDING, PAUSED. |
search_text | Filter by name. Substring match. |
Filter by name
GET /backstage/api/1.0/taboola-demo-advertiser/campaigns_group?search_text=Q1%20Promo
Finding the campaign group ID in the UIIf a campaign group was created via the Taboola Ads UI, the ID appears in the Campaign Group ID column in the campaigns grid and in the campaign group editor.
200200
