Community Discussion
Failing conversion rule creation
Hello.
I've been recently trying to create a conversion rule through the Taboola Backstage API, as specified in the appropriate section of the documentation (https://developers.taboola.com/backstage-api/reference#create-a-conversion-rule).
In order to create the rule, I've been issuing a POST request to the following endpoint,
https://backstage.taboola.com/backstage/api/1.0/{my_account_id}/universal_pixel/conversion_rule/
with a correctly generated Access Token (I've been using it to call several other API endpoints as well and it worked in those circumstances).
My JSON body is:
{
"event_name": "test_pixel",
"display_name": "test_pixel",
"include_in_total_conversions": false,
"category": "SEARCH",
"status": "ACTIVE",
"type": "EVENT_BASED",
"condition": [],
"exclude_from_campaigns": false,
"look_back_window": 30
}
Even though there seems to be no inconsistency with the documentation (all fields seems to be correctly configured and no required field is missing, apparently), the API responds with an error:
{
"http_status": 400,
"message": "Bad request",
"message_code": "api.action.bad_request.null"
}
No meaningful message is associated with the response and I don't know how to make this work.
Thanks in advance for your support.
Posted by Francesco Orazini almost 2 years ago
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.
Each day we are downloading Top Campaign Content API reports for today, yesterday, day before yesterday etc. All stats older that 4 days are cached and considered to be final. But for some campaigns it seems not to be enough and we still see some small discrepancies compared to the latest Taboola dashboard UI result. Updating the old cached stats through the API fixes the issue.
Am I wrong the stats to become stable on the 4th day?
Posted by Mike Zub over 2 years ago
Network-level Conversions creation through the api.
I couldn't find how to create a network-level conversion in the documentation. Is there anyway to implement that?
I only found account-level conversion creation here: https://developers.taboola.com/backstage-api/reference#create-a-conversion-rule
Thanks
Posted by Kais Salha over 3 years ago