Community Discussion
Server error validation campaign.inventory.error.server.urlNotAccessable
Hi, we are trying to update the URL of an ad and for some reason, we are getting the response campaign.inventory.error.server.urlNotAccessable with a message that the URL is not accessible, but we can open it and it is a valid public URL. Can we have some more information about what is the exact reason for the error? This, unfortunately, happens sometimes and it is not a constant thing.
Posted by Petar Petrov over 1 year ago
"duplicate_settings" parameter not working in "Duplicate a Campaign" API
In replication settings the parameter duplicate_settings.include_blocked_publishers is not working.
I duplicated a campaign using the duplicate_settings parameter and set include_blocked_publishers as False. The created campaign still has blocked publishers from the original campaign. On another campaign the parameter worked as expected
Are there any conditions/factors that affect this parameter ?
Please let me know if you need any more information
Posted by Shubham A over 1 year ago
Video Campaign Summary API is not working , showing error Requested action is forbidden
Posted by nikhil dhavne over 1 year ago
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 over 1 year ago