Community Discussion
Access Taboola API with R
Has anyone tried this and can provide information and recommendations? Which R package did you use? How did you go about it?
Finalized state of the API reporting stats
I have a question when the active Taboola ads stats (clicks, impressions and spend) become stable and final.
Trying to access our Token using Flow 2 and recieve an error
Hi,
Block Publishers at Campaign Level Via Numeric Site IDs
Hi,
Tools for building and testing API integration
I'm currently researching the possibility of integrating Taboola Backstage, so that when changes happen in our account, we get some kind of event send to our internal Campaign Management system. To that end I want to ask if you have (or at least plan to have) any of the following:
How to get the time and the date when daily budget was increased last time
We need to get the information about date and time of last daily budget increases for the day. Where is it possible to find it in the summary or somewhere else?
Blocking publishers via API
I am trying to block a publisher within a single company via a POST request to a URL:
https://backstage.taboola.com/backstage/api/1.0/account-id/campaigns/campaign-id
Request body:
{
"publisher_targeting": {
"type": "EXCLUDE",
"value": [
"my-publisher"
],
"href": null
}
}
How to get daily spent budget for the campaign
We are trying to get information about the sum of budget spent for 1 day, but we can see only total amount spent for the whole campaign time. Spending limit is set as "monthly". Is it possible to get daily budget spent without changing spending limit type?
Update: we are asking about using the "get all campaigns" request, but we know that the spent is shown also in the reporting data. Just because we're trying to use as less as possible requests at once.
Publisher Reporting API Limitations
Hi there,