Re: how to get client_customer status under a mcc customer

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Wei, The Google Ads API currently will no longer return inactive accounts. You will first need to re-enable them ( through this help center ) before you can use them once more in your API requests. Also, my apologies as I cannot further comment as to how you are able to use certain features

Re: how to get client_customer status under a mcc customer

2019-05-24 Thread wei liu
Hi,Peter. The google ads UI display: http://sd.domob.cn/ugc/e/_v2_23864d84fe58a0f9e8388b44.png ,and I try to requests the client_customer(492-651-8637) which return: "The customer can't be used because it isn't enabled.".But Ican create campaign through UI operation under this

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hi Wei, Could you confirm what you meant by removed? As per checking your client account (492-651-8637) in the Google Ads UI, I can see that it still has the MCC account (585-184-8752) as one of its managers. That being said, the ACTIVE status that you are getting is correct as it means that

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
[image: TIM截图20190523193630.png] 在 2019年5月23日星期四 UTC+8下午7:37:52,wei liu写道: > > thanks,ads. > > Through the CustomerClientLinkService > ,and >

Re: how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
thanks,ads. Through the CustomerClientLinkService ,and get the CustomerClientLink

RE: how to get client_customer status under a mcc customer

2019-05-23 Thread Google Ads API Forum Advisor Prod
Hi Wei, Currently, both the Customer and CustomerClient resources do not support a status field. What is currently available is the ManagerLinkStatus that you can retrieve via the status field of the CustomerClientLink through the CustomerClientLinkService. Thanks and regards, Peter Google

how to get client_customer status under a mcc customer

2019-05-23 Thread wei liu
I want to know the status(wthether is removed) of client_customer under a customer? and I call the query like this "SELECT customer_client.resource_name,customer_client.status FROM customer_client", but the CustomerClient resource has no status field, can anybody tell me how to get the