Re: customer_client.applied_labels

2021-12-09 Thread Aaron Weiner
That worked perfectly.

Thank you!

Aaron

On Thursday, December 9, 2021 at 3:10:46 PM UTC-6 adsapi wrote:

> Hi Aaron,
>
> The query you provided will work with a few changes: 
>
>1. Instead of *CONTAINS_ANY* with an underscore, please use *CONTAINS 
>ANY* with a space. 
>2. Use parentheses instead of square brackets around the list of label 
>resource names. 
>3. Quote the label resource names within parentheses. 
>
> With the 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
>   ('customers/1234567890/labels/54321','customers/1234567890/labels/76543')
> ORDER BY customer_client.id
>
> I realize that the Query Validator states that this query is invalid, but 
> I was able to successfully execute it on my test manager account without 
> errors. I'll look into why the validator isn't working as intended, but 
> please give the query a try and let me know if you still encounter any 
> issues.
>
> Cheers,
> Josh, Google Ads API Team
>  
>
> ref:_00D1U1174p._5004Q2RurKP:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d7e845aa-6d21-454a-a0fd-8fc422d901c0n%40googlegroups.com.


Re: customer_client.applied_labels

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron,

The query you provided will work with a few changes:

Instead of CONTAINS_ANY with an underscore, please use CONTAINS ANY with a 
space.
Use parentheses instead of square brackets around the list of label resource 
names.
Quote the label resource names within parentheses.

With the 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
  ('customers/1234567890/labels/54321','customers/1234567890/labels/76543')
ORDER BY customer_client.id

I realize that the Query Validator states that this query is invalid, but I was 
able to successfully execute it on my test manager account without errors. I'll 
look into why the validator isn't working as intended, but please give the 
query a try and let me know if you still encounter any issues.

Cheers,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q2RurKP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/NeF0E0R3V9HG00j4RaxHVeRZa3Rh5Xb-Igzg%40sfdc.net.


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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/h1Xrc0R3TUA700ZCymFvUKQLSua7zUb2PmrQ%40sfdc.net.


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 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 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2RurKP:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9c6132a-c638-41b6-b666-f9f3d77bf19en%40googlegroups.com.


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 
Google Ads API and AdWords API Annual Survey

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2RurKP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ecSCU0R32J9V00_1Li3cwjScSlb7-gDtIBpw%40sfdc.net.


Re: customer_client.applied_labels

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron,

Thank you for the reply. I am also a member of the Google Ads API team and let 
me provide support to your concern.

To check your concern, could you provide the complete request and response logs 
with request ID and request header generated on your end when tried to filter 
the report 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 client library that you are using, then please refer to the specific 
guide below:
Java - 
https://developers.google.com/google-ads/api/docs/client-libs/java/logging
.Net - 
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging
PHP - https://developers.google.com/google-ads/api/docs/client-libs/php/logging
Python - 
https://developers.google.com/google-ads/api/docs/client-libs/python/logging
Ruby - 
https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
Perl - 
https://developers.google.com/google-ads/api/docs/client-libs/perl/logging

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2RurKP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/lOp220R30B3L00bG2MWoY9QdKuOf-u1XtwKw%40sfdc.net.


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 
 
report, customer_client.applied_labels 

 says 
that filterable = true. 

If that is correct in the documentation, how would I set up that filter? 








On Sunday, November 21, 2021 at 11:13:50 PM UTC-6 adsapi wrote:

> 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've 
> retrieved the list of applied_labels from the API.
>
>  
>
> Regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>  
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2RurKP:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57051adb-a7e5-4902-9bb1-67ac62a32997n%40googlegroups.com.


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've retrieved the list of applied_labels from the API.


Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2RurKP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4ZiKo0R2YJUP00CFzBmNg6RIq_X9zLDQQqYQ%40sfdc.net.