You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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 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!