Community Discussion
Response results containing multiple empty objects
Recently I experienced an issue with a response from the `reports/top-campaign-content` endpoint where the results were an array of empty objects. I reran the API call again and resulted in the same result. After some time, I ran it again and the results were normal.
```
{
"last-used-rawdata-update-time": "2023-05-26 14:00:00.0",
"last-used-rawdata-update-time-gmt-millisec": 1685106000000,
"timezone": "BST",
"results": [
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
],
"recordCount": 11,
"metadata": {
"total": 11,
"count": 11,
"start_date": "2023-05-19T00:00:00UTC",
"end_date": "2023-05-26T00:00:00UTC"
}
}
```
Is this format something that is to be expected? Has anyone experienced this and have any reasons as to what caused it?
Thanks in advance.
Posted by Patrick K 1 day ago
Issue with Taboola API - "Resource Not Found" Error
I'm encountering a "Resource not found" error with the Taboola API. I've double-checked my credentials, campaign ID, and API endpoints, but the issue persists. Any guidance or assistance would be appreciated.
Error Message: {"http_status":404,"message":"Resource not found","message_code":"api.action.resource_not_found"}
Posted by null 23 days ago
Max placement for decimal numbers to be supported for CPC
We want to know the decimal number allowance to send via API for CPC BID budget, as we are not able to find this information on the API Documentation.
What happens if we send a value like for example : 0.001015
Will the API through an error or are you handling these cases by rounding the numbers?
Thanks
Posted by Iris about 1 month ago
When creating a campaign how do we specify the custom conversion we would like to use?
Hi, When creating a campaign via an API call, how do we specify the custom conversion we would like to use?
Posted by Matt 3 months ago
authentication url show
"Taboola Service Unavailable"
How solve this issue ??
Posted by ritik 5 months ago
FTD
Hi,
We're using Taboola APIs and since August we didn't get any information about FTD columns although we see that there is a data in the graphs.
What could be the reason of that?
(There is no problem with other columns)

Thanks
Posted by Inbal Ben Moshe 6 months ago
Campaigns URL
I want to ask about the difference between the 2 URLS:
1.
https://backstage.taboola.com/backstage/api/1.0/account_name/reports/campaign-summary/dimensions/campaign_breakdown
2.
https://backstage.taboola.com/backstage/api/1.0/account_name/reports/video-campaign-summary/dimensions/campaign_breakdown
From the first URL I get dynamic fields and from the second I don't get dynamic fields
Why is that?
How can I get the data from video campaigns?
Posted by Inbal 8 months ago
The ads dimension could not find a matching valid value in the Dimensions Cheat Sheet
Hello, when getting the report summary of the ads dimension,The ads dimension could not find a matching valid value in the Dimensions Cheat Sheet
Posted by ms 8 months ago
API returns 200 OK, but contents are not being created on Taboola
Hello,
a few of our users are running into an issue recently when creating campaigns and contents via API.
What is happening is that even though our system is getting a 200 OK response, and also getting back the MD5 value for all uploaded images (which basically means that the contents have been created successfully), when looking at the campaign on Taboola dashboard some contents have not been created (sometimes none of the contents have been created).
Unfortunately it is not easy to reproduce it because it does not seem to be happening regularly, but what we noticed is that for the missing contents, we get only the image MD5 as a response after creation but not the image URL.
And when we try to access that image by replacing the MD% into your image cdn url, it says permission denied.
For example: https://cdn.taboola.com/libtrc/static/thumbnails/3bed5cd3dc88c900d92f3b8a7d495ed8.jpg
One example we were able to isolate from our logs is the one below:
campaign id: 20870526
content id: 3563247174
image md5: 3bed5cd3dc88c900d92f3b8a7d495ed8
We would really appreciate your input on this.
Hopefully the info above can help to debug the issue.
Posted by [email protected] 9 months ago
Repeating Taboola API calls
Hi,
We implemented the Taboola pixel on our website (angular) and since we deployed it we see that the Taboola SDK sends many HTTP requests to the following endpoint: https://trc-events.taboola.com/1469548/log/3/unip
What seems concerning is the fact that these API calls get sent repeatedly until the site is closed every few seconds.
Is this an expected behavior?
Thanks
Posted by Avi Single 11 months ago