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
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
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
--
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
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
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
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_
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
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