{ "opencollection": "1.0.0", "info": { "name": "Taboola Backstage Accounts Reports API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Campaign Summary Report", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/reports/campaign-summary/dimensions/:dimension", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dimension", "value": "", "type": "path" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "campaign", "value": "", "type": "query" } ] }, "docs": "Get aggregated campaign performance by dimension (day, campaign, site, country, etc)." }, { "info": { "name": "Get Top Campaign Content Report", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/reports/top-campaign-content/dimensions/item_breakdown", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" } ] }, "docs": "Get top performing creative items for the specified date range." }, { "info": { "name": "Get Real-Time Ads Report", "type": "http" }, "http": { "method": "GET", "url": "https://backstage.taboola.com/backstage/api/1.0/:account_id/reports/realtime-ads", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Near real-time performance snapshot for ads." } ] } ], "bundled": true }