Community Discussion
Using 'hour_of_day' dimension
Hi, do you know what 'API endpoint URL' I could use to pull hourly statistics for a particular data range? I've tried this
<https://backstage.taboola.com/backstage/api/1.0/stats/campaigns/performance?dimensions=hour_of_day&start_date=2023-0113&end_date=2023-01-13>
but it returns the following error:
{
"http_status": 400,
"message": "The requested operation failed since the API server cannot parse the request",
"message_code": "api.action.bad_request.null"
}
Thanks!
Posted by Steward over 1 year ago
Get 'Macro' data for hundresd of campaigns
Hi
I have dozens of accounts and I'm trying to find the best way to fetch the macro data for those campaigns. By Macro I mean for example the daily budget, countries, and so on. I came to that, that I have 750 accounts and for each account, I need to send a GET request to fetch the data, and it came to a lot of requests.. is there a better way?
Thanks
Posted by Yochai Bar about 2 years ago
Include site and platform in API report
Hi!
We assign utm_medium ({platform}) and utm_term ({site}) using Dynamics Values. Top Campaign Content api reports url dimension in raw form. Is it possible to include site and platform dimensions in the Top Campaign Content report?
Posted by Mark Wise about 2 years ago
Is it possibl to know if campagn is on air or no ?
I'am using a basic request with "Campaign Summary Report".
Is it possibl to do a request and have a reponse with "campaignOnAir : True/False" or something similar.
Thank's !
Posted by Tommy about 2 years ago
Get a Campaign is not retrieving data
I am trying to access Campaign data and not getting the result. API I use
https://backstage.taboola.com/backstage/api/1.0/priceholdings-network/campaigns/11602384
Getting this in body
{
"http_status": 404,
"message": "Resource not found",
"message_code": "api.action.resource_not_found"
}
Posted by Mani Swami about 3 years ago
Getting empty results set for get all campaigns
Hi
I am starting to work with the api.
After fetching the access token I am trying to get all campaigns (as listed here https://developers.taboola.com/backstage-api/reference#fetching-campaigns)
but I am getting an empty array result.
Please advise.
Posted by David Baruch over 3 years ago
Campaign creation with advertiser ID?
We are looking to create campaigns via the API and have run into an issue with the API documentation.
https://developers.taboola.com/backstage-api/reference#create-a-campaign
We would like to be able to set the advertiser ID for the campaign during the creation process, but there appears to be no field listed for it.
The call would be to https://backstage.taboola.com/backstage/api/1.0/account_id/campaigns/ but I suspect we have to use our main account ID in that URL. then later provide the advertiser ID that lives within our account?
It would be awesome if the documentation could be updated at some point to mention things like this, as there are a lot of blind spots in what it covers.
Under "Campaign Fields" there is advertiser_id but it is listed as read-only.
Also, is there an API call that will return all advertiser IDs for an account?
Thanks!
/Chris
Posted by Chris Ellerby over 3 years ago
Campaign Settings Days and Hours Fields
Dear Team,
I was wondering if it is possible to access the fields that hold the campaign settings in the UI under "Schedule > Days and Hours > Specific days and hours via the API (the new interface in testing)?
Posted by Daniel SKultety almost 4 years ago