Hi team,
I am testing multiple placement of type diplay (mostly for HTML / JPG assets) creation from java application using DCM API, and I am having some issues.
Attempting to parallelize API calls I got the following response:
{
"code" : 503,
"errors" : [ {
"domain" : "global",
"message" : "915 : We can't process your request at this time. Please try again later.",
"reason" : "backendError"
} ],
"message" : "915 : We can't process your request at this time. Please try again later."
}
As there is a QPS limit, I was expecting to get some type of "limitExceeded" error, not this one. More over, these tests were performed with just six placements in the first go (two were successfully created, four got this error) and repeated with the remaining four ones (one was created, three got this error)... and I wasn't expecting to get any kind of error with so few objects, to be fair.
So the first question is: Is there any type of incident active right now? and if not, why I am getting a "backend error"?
Also, on another test in which I created three placements and assigned one different ad to each of these, I found one of them had no default ad assigned; on the change log that one it showed that the default ad was assigned and immediately after removed. I got no errors with the calls, objects and assignments were successfully performed... but the default ad assignment was missing in that placement.
As assigning the default ad is done silently by DCM once I create the placement, this raises the question: why would DCM be removing it?
Let me know if you need more specific information.
Thanks in advance for your help.
Regards,
Miguel Angel