dv360-api-appsscript-samples
dv360-api-appsscript-samples copied to clipboard
Issue with "Create" Function
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!