Hi,
I am getting errors in my Json script between google sheets and google ads.
The goal with the scenario is to update current campaign names with new
names found in the google sheet. When running the script, I get 404 error
and can't figure out where the error is embedded in the script. I am using
an API tool service called Make.com, which is both storing my access token
and sends the output to the endpoint. I wonder if you could help me with my
script to find why I get errors?
*The greenmarked text is dynamic variables, fyi*
[ { "url":
"https://googleads.googleapis.com/v16/customers/*Customer-ID*//campaigns:mutate",
"body": "{\n \"operations\": [\n {\n \"updateMask\": *Current_Campaign_Name*,\n
\"update\": {\n \"resource_name\": customers/*Customer-ID*/campaigns/
*Campaign-ID*,\n \"name\": *New_Campaign_Name*\n }\n }\n ]\n}", "method":
"PUT", "headers": [ { "key": "Content-Type", "value": "application/json" }
] } ]
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/4eafdaab-2ce2-4c55-95a4-90424990bd9bn%40googlegroups.com.