dv360-api-appsscript-samples icon indicating copy to clipboard operation
dv360-api-appsscript-samples copied to clipboard

Invalid JSON payload received

Open mitch65 opened this issue 3 years ago • 0 comments

first of all, thanks for this it's very useful. unfortunately when trying to update something i've an error message :

"error": { "code": 400, "message": "Invalid JSON payload received. Unknown name "fieldList_" at 'insertion_order': Cannot find field.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [ { "field": "insertion_order", "description": "Invalid JSON payload received. Unknown name "fieldList_" at 'insertion_order': Cannot find field."

and when looking at the google cloud project the google.ads.displayvideo.v1.InsertionOrderService.UpdateInsertionOrder generate an error with invalid argument.

"code": 400, "message": "The value "campaignId=" is not valid for field "filter".", "status": "INVALID_ARGUMENT"

any id why ? did anyone else experience this too ?

thanks.

mitch65 avatar Aug 29 '22 15:08 mitch65