Community Discussion
Access to my account's client credentials
Hi team, I recently created an account on Taboola with Backstage access, however I haven't received the necessary client_credentials (client_id, client_secret) required to use the API. I tried contacting the support team but its been a couple of weeks of radio silence. Any help would be appreciated..
IS it possible to get actual reporting data without the delay using by_hour_of_day dimension
We are requesting reporting data using the by_hour_of_day dimension. Each start of the hour.
And we found out that the values for that same hour are changing from while to while.
Can you please tell us, when is the best time to request actual reporting data for the hour that passed.
Thanks in advance
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
}
}