Re: customer_client.status

2023-07-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
The fix has been scheduled for the v15 release which should be around the middle of October. Check https://developers.google.com/google-ads/api/docs/sunset-dates for updates on the date. This message is in relation to case "ref:_00D1U1174p._5004Q2dwij9:ref" Thanks, Bob Hancock Google Ads API

Re: customer_client.status

2023-06-14 Thread Eric Nagel
Putting this out there publicly, but I sent further details in private: 9 months later, and this bug still exists. All customer clients are coming back as enabled, even suspended ones. On Thursday, September 8, 2022 at 10:35:27 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi Eric, > > Thank

Re: customer_client.status

2022-09-08 Thread Eric Nagel
Hello - trying to get the logs led me down a rabbit hole, which I'm still heading down. We use rest transport, which doesn't support logging. So I either need to install and convert my code to use gRPC or figure out another way to get you the logs. On Thursday, September 8, 2022 at 10:01:22 AM

customer_client.status

2022-09-08 Thread Eric Nagel
customer_client.status is returning 2 ("ENABLED") for a suspended account. I'm expecting it to return 4 ("SUSPENDED"). My query, SELECT customer_client.resource_name, customer_client.client_customer, customer_client.hidden, customer_client.level,

RE: customer_client.status

2022-09-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, Thank you for raising this concern to the Google Ads API Forum. To further investigate this, could you please provide more information where we can see this ("ENABLED") and ("SUSPENDED") in customer_client.status, are you referring to the Google Ads API and Googl

customer_client.status

2022-09-06 Thread Eric Nagel
Why is customer_client.status always coming back as 2 ("ENABLED") for me? I'm pulling info from an account that I know is suspended, so I expect 4 ("SUSPENDED") but instead I'm getting 2. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

RE: "Unrecognized field in the query: \'customer_client.status\'."

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Maksim, Can you please confirm which language are you using the Google Ads client library in? If you have a look here, you can verify what version of each client library you have to use to make sure you have support for V10 of the Google Ads API. Please note that the minimum client libra

"Unrecognized field in the query: \'customer_client.status\'."

2022-06-14 Thread 'Maksim Grigoryev' via Google Ads API and AdWords API Forum
mer_client.time_zone, customer_client.status, customer_client.id FROM customer_client WHERE customer_client.manager = False and customer_client.status = 'ENABLED' """ but im getting an error. message: "Unrecognized field in

Re: "Unrecognized field in the query: \'customer_client.status\'."

2022-03-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Souvik, Thank you for reaching out. Moving forward to your concern, you need to use the v10 of Google Ads API because the fields that you've mentioned are only supported in v10 as mentioned in this release note. Let us know if you have further questions. Regards, Carmela Google Ads API Te

Re: "Unrecognized field in the query: \'customer_client.status\'."

2022-03-23 Thread Souvik Basu
HI, Please find the details as requested: Request: Request: customer_id: "8413082746" query: "SELECT customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden, customer_client.status, customer_client.time_zone, cus

RE: "Unrecognized field in the query: \'customer_client.status\'."

2022-03-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Souvik, Thanks for reaching out to the Google Ads API Forum. Could you provide us with the complete request and response logs, with the request-id showing the encountered error via the Reply to author privately option, so our team can better check? Regards, Yasar Google Ads API Team ref:_0

"Unrecognized field in the query: \'customer_client.status\'."

2022-03-16 Thread Souvik Basu
ient.level, " \ "customer_client.hidden, " \ "customer_client.time_zone, " \ "customer_client.status, " \ "customer_client.id, " \ "customer_client.descriptive_name " \ "FROM customer_client " can anyone help me please ? Regards SouvikB -- --

FaultMessage: Unrecognized field in the query: 'customer_client.status'.

2022-03-04 Thread tim ogilvie
lient.time_zone, customer_client.id, customer_client.status FROM customer_client WHERE customer_client.level <= 1 AND customer_client.status NOT IN ('CANCELED', 'CLOSED')""" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us