Re: How to move account with Google Ads API

2019-05-08 Thread Jason f
Hi Dave, Got it. But what should we do if we want to move the client account from root mcc to a sub mcc? I have tried to initialize a new link between the client account and sub mcc, but it's giving me the error that client account has been managed under the same mcc hierarchy. I guess we need

Re: How to move account with Google Ads API

2019-05-13 Thread Jason f
Hi Dave, That makes sense. I understand once we get the ManagerLink of them then we can use either methods to mark the existing link as INACTIVE. The only question is how can we get the ManagerLink between the client account and root MCC, since they are linked together while creating the client

Re: How to move account with Google Ads API

2019-05-14 Thread Jason f
Hi Dannison, I am totally agree with you. I think my question should be more specific. I understand that we can get the retrieve the CustomerManagerLink

Re: How to move account with Google Ads API

2019-05-15 Thread Jason f
Hi Dannison, Thank you for the explanation. My further question will be we have the client account directly linked to the root MCC account. How do we retrieve the manager_link_id from the root MCC account that linked to this client account? Thank you! Regards, Wei On Tuesday, May 14, 2019

Re: How to move account with Google Ads API

2019-05-16 Thread Jason f
Hi Dannison, Gotcha, the case is I am creating the client account from root MCC with the below example code: try (CustomerServiceClient client = googleAdsClient.getLatestVersion().createCustomerServiceClient()) { CreateCustomerClientResponse response = client.createC

Re: How to move account with Google Ads API

2019-05-20 Thread Jason f
Hi Dannison, Thank you for the GAQL example. I believe the GAQL will work, but currently I don't have the either customer_manager_link or customer_client_link. So the only thing I can get after I created the client account from root MCC is the client resource. And the criteria I can use for GAQ

Getting error while mutating customer manager link "Client has no active user that can access the client account."

2019-06-25 Thread Jason f
Hello, I am getting the following error while mutating the customer manager link with "mutateCustomerManagerLink". Any idea what could be the cause ? Response > > Headers: > Metadata(content-type=application/grpc,request-id=JBh-_QtTXEELHTQmU75-Xw,date=Tue, > > 25 Jun 2019 20:38:47 GM

Re: How to move account with Google Ads API

2019-07-02 Thread Jason f
at 12:23 PM Jason f wrote: > Hi Dannison, > > Thank you for the GAQL example. > I believe the GAQL will work, but currently I don't have the either > customer_manager_link > or customer_client_link. > So the only thing I can get after I created the client account from ro