Re: customerClientLinks:mutate through REST API

2020-12-14 Thread Steve Wilcox
Thank you, I will do that. On Mon, Dec 14, 2020 at 9:42 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Steve, > > Thank you for reaching out. You could send the complete request and > response logs along with the code snippet you used to our email alias > googlea

Re: customerClientLinks:mutate through REST API

2020-12-14 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thank you for reaching out. You could send the complete request and response logs along with the code snippet you used to our email alias googleadsapi-supp...@google.com. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q28odRG:ref

Re: customerClientLinks:mutate through REST API

2020-12-11 Thread Steve Wilcox
This is precisely the payload I'm trying to use. Groups is telling me I don't have access to reply privately to author, so if you want to email me direclty, I can send you the precise payload I'm using. Thanks! On Thursday, December 10, 2020 at 2:25:01 PM UTC-7 adsapiforumadvisor wrote: > Hi

RE: customerClientLinks:mutate through REST API

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thank you for reaching out. Please give it a try to use the following JSON payload: { "operations": [ { "updateMask": "status", "update": { "resourceName": "customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}", "status": "INACTIVE" } } ] } Th

customerClientLinks:mutate through REST API

2020-12-09 Thread Steve Wilcox
Greetings All! I'm having some trouble getting a REST API call working. The issue appears to be with my JSON, given the error message, but I know from long experience not to bet on that. The URL I'm sending against is: https://googleads.googleapis.com/v5/customers//customerClientLinks:mutate