Get All Campaign Groups

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

ParameterDescription
statusesFilter by status. Examples: RUNNING, PENDING, PAUSED.
search_textFilter 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 UI

If 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.

Path Params
string
required

An alphabetic ID. See Get Account Details.

Response
200

200

Language
Credentials
OAuth2
LoadingLoading…