Community Discussion

Ask a Question
Back to all

Empty object when calling campaign breakdown

Hi, I have been calling the following endpoint for months now and it was ok, but suddenly it is returning an empty object:

https://backstage.taboola.com/backstage/api/1.0/{TABOOLA_ACCOUNT_ID}/reports/campaign-summary/dimensions/campaign_breakdown?start_date={start_date}&end_date={end_date}

{
  "last-used-rawdata-update-time": "2025-09-02 12:00:00.0",
  "last-used-rawdata-update-time-gmt-millisec": 1756803600000,
  "timezone": "EEST",
  "results": [],
  "recordCount": 0,
  "metadata": {
    "total": 0,
    "count": 0,
    "start_date": "2025-09-01T00:00:00UTC",
    "end_date": "2025-09-02T00:00:00UTC",
    "static_fields": [
      {
        "id": "campaign_name",
        "format": null,
        "data_type": "STRING"
      },
      {
        "id": "traffic_allocation_mode",
        "format": null,
        "data_type": "STRING"
      },
      {
        "id": "traffic_allocation_ab_test_start_time",
        "format": null,
        "data_type": "DATE"
      },
      {
        "id": "traffic_allocation_ab_test_end_date",
        "format": null,
        "data_type": "DATE"
      },
      {
        "id": "campaign",
        "format": null,
        "data_type": "STRING"
      },
      {
        "id": "campaign_learning_state",
        "format": null,
        "data_type": "STRING"
      },
      {
        "id": "clicks",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "impressions",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "visible_impressions",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "spent",
        "format": null,
        "data_type": "MONEY"
      },
      {
        "id": "conversions_value",
        "format": ".2f",
        "data_type": "MONEY"
      },
      {
        "id": "roas",
        "format": ".2f",
        "data_type": "PERCENT"
      },
      {
        "id": "roas_clicks",
        "format": ".2f",
        "data_type": "PERCENT"
      },
      {
        "id": "roas_views",
        "format": ".2f",
        "data_type": "PERCENT"
      },
      {
        "id": "ctr",
        "format": null,
        "data_type": "PERCENT"
      },
      {
        "id": "vctr",
        "format": null,
        "data_type": "PERCENT"
      },
      {
        "id": "cpm",
        "format": null,
        "data_type": "MONEY"
      },
      {
        "id": "vcpm",
        "format": null,
        "data_type": "MONEY"
      },
      {
        "id": "cpc",
        "format": ".3f",
        "data_type": "MONEY"
      },
      {
        "id": "campaigns_num",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "cpa",
        "format": ".3f",
        "data_type": "MONEY"
      },
      {
        "id": "cpa_clicks",
        "format": ".3f",
        "data_type": "MONEY"
      },
      {
        "id": "cpa_views",
        "format": ".3f",
        "data_type": "MONEY"
      },
      {
        "id": "cpa_actions_num",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "cpa_actions_num_from_clicks",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "cpa_actions_num_from_views",
        "format": null,
        "data_type": "NUMERIC"
      },
      {
        "id": "cpa_conversion_rate",
        "format": null,
        "data_type": "PERCENT"
      },
      {
        "id": "cpa_conversion_rate_clicks",
        "format": null,
        "data_type": "PERCENT"
      },
      {
        "id": "cpa_conversion_rate_views",
        "format": null,
        "data_type": "PERCENT"
      },
      {
        "id": "currency",
        "format": null,
        "data_type": "STRING"
      }
    ]
  }
}