Re: customer_client.applied_labels

2021-12-09 Thread Aaron Weiner
lient.id, customer_client.descriptive_name, > customer_client.applied_labels, > customer_client.client_customer, customer_client.currency_code, > customer_client.time_zone > FROM customer_client > WHERE customer_client.applied_labels CONTAINS ANY > ('customers/1234567890/labels/54321','cust

Re: customer_client.applied_labels

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
above changes applied, the query will be: SELECT customer_client.id, customer_client.descriptive_name, customer_client.applied_labels, customer_client.client_customer, customer_client.currency_code, customer_client.time_zone FROM customer_client WHERE customer_client.applied_labels CONTAINS ANY

Re: customer_client.applied_labels

2021-12-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron, Thank you for bumping this thread. Our team is still looking into the cause of the issue. I've already sent a follow up and I will update you via this thread once we receive feedback. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2RurKP:ref --

Re: customer_client.applied_labels

2021-12-07 Thread Aaron Weiner
Is there any news on this issue? Thanks and I look forward to your reply. Aaron On Wednesday, November 24, 2021 at 2:51:51 AM UTC-6 adsapi wrote: > Hi Aaron, > > Thank you for all the details you have provided. I was able to replicate > this issue and I have now raised this issue with the rest

Re: customer_client.applied_labels

2021-11-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron, Thank you for all the details you have provided. I was able to replicate this issue and I have now raised this issue with the rest of our team. We'll reach out to you once we have updates. Best regards, Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021

Re: customer_client.applied_labels

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
using customer_client.applied_labels? You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googleadsapi-supp...@google.com. Also, if you haven't enabled the logging of the API transactions for the specific c

Re: customer_client.applied_labels

2021-11-22 Thread Aaron Weiner
Does that mean that the documentation is incorrect or am I reading it wrong? Within the customer_client <https://developers.google.com/google-ads/api/fields/v9/customer_client> report, customer_client.applied_labels <https://developers.google.com/google-ads/api/fields/v9/customer_

RE: customer_client.applied_labels

2021-11-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron, I'm Kevin from the Google Ads API Team. Upon checking, it seems that filtering on applied_labels is not possible. You can refer here for our guide on retrieving labels applied to a customer. Since filtering via API is not supported, you can do post-processing on your end once you'v

customer_client.applied_labels

2021-11-19 Thread Aaron Weiner
How can I grab all customer_client that have a specific customer_client.applied_labels? For example, this does not seem to work for me: SELECT customer_client.id, customer_client.descriptive_name, customer_client.applied_labels, customer_client.client_customer