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

Issue with "Create" Function

Open DonaldScott92 opened this issue 2 years ago • 0 comments

Thanks for this document it's brilliant for making changes to current campaigns.

I'm having issues using the "create" function however. I get this error message in the logs column:

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

Is this related to what is inputted in columns C and E? I'm not sure what to put. At the moment we've been putting "{campaign.advertiserID}" in C. Is that correct?

Thanks!

DonaldScott92 avatar Jun 19 '23 09:06 DonaldScott92