Re: Approval Status for Image extension

2022-07-28 Thread Aaron Weiner
I'm seeing the same issue. I have a few accounts which contain some disapproved image extensions, but their approval status is never returned within the asset report. SELECT asset.policy_summary.approval_status, asset.policy_s

How can I ignore defunct extensions?

2022-08-04 Thread Aaron Weiner
Hello, I have a report that emails me a list of disapproved extensions within an account. When I run this query on a particular account: SELECT feed_item.status, feed_item.attribute_values, feed_item.policy_infos, feed_item.id FROM feed_item WHERE feed_item.status = 'ENABLED'

Is asset being used by?

2022-09-07 Thread Aaron Weiner
Hello, How can I tell if an asset is being used by the account, a campaign or ad group? Using this report and this query, for example: SELECT asset.policy_summary.approval_status, asset.policy_summary.policy_topic_entries,

Re: Is asset being used by?

2022-09-07 Thread Aaron Weiner
Please correct me if I am wrong but you're saying to take the asset.id and then query each of these reports: customer_asset , campaign_asset

Re: Is asset being used by?

2022-09-07 Thread Aaron Weiner
Okay, thank you. As for a feature request, I simply want to check an account to see if there are any disapproved extensions and the specifics on those extensions. If there are any non-approved extensions, I would like to see a report on them, but I'm only interested in extensions that are act

Re: Is asset being used by?

2022-09-08 Thread Aaron Weiner
How is this ad_group_ad_asset_view different from this ad_group_asset ? On Wednesday, September 7, 2022 at 10:22:14 PM UTC-5 adsapi w

Re: Is asset being used by?

2022-09-09 Thread Aaron Weiner
Thank you. In the end, I did the following queries because I not only did I want to know if the extensions were used but also if they were actively used. Only extensions in active campaigns or active ad groups were of interest to me. Also, I wanted to know only about 'ENABLED' extensions and n

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-10-05 Thread Aaron Weiner
Why won't Google Ads editor changes be supported in the change_event report? Is there a reason why? Aaron On Tuesday, October 4, 2022 at 10:44:03 AM UTC-5 adsapi wrote: > Hi everyone, > > Thank you for your patience. I’ve received an update from my team. > > Kindly note that the Google Ads edi

Dismiss recommendation issue

2023-01-20 Thread Aaron Weiner
Hello, I am trying to work with this example code: https://developers.google.com/google-ads/api/samples/dismiss-recommendation#c The issue that I'm having is the code in that C# example is looking for the following variable: recommendationId which is of the long data type. There is no recomm

Re: Dismiss recommendation issue

2023-01-23 Thread Aaron Weiner
I have tried to send the resource_name to execute the DismissRecommendationOperation, however, it just hangs. No response is ever received. How can I tell if I am bei

Re: Dismiss recommendation issue

2023-01-23 Thread Aaron Weiner
Yes, the code seems to hang only when I try to call the service.DismissRecommendation(). I can use the googleAdsService.SearchStream() to get specific clients with a specific label. I can do the same for getting optimization scores for each client ID or each of the Recommendation.ResourceNam

Re: Dismiss recommendation issue

2023-01-30 Thread Aaron Weiner
You wrote: *"what we can do right now is to advise you to reach out to the Client library owners of Dotnet via this link ."* Okay, as you can see, I did just that but I haven't heard anything back. Can you try to reproduce this on your

Re: Dismiss recommendation issue

2023-01-31 Thread Aaron Weiner
Yes, it seems to just hang when I try to use a full resource name as you described ("customers/{customer_id}/recommendations/{recommendation_id}") on a call to the service.DismissRecommendation. Keep in mind that I am initially calling this query: SELECT recommendation.dismissed

customer_manager_link

2023-02-17 Thread Aaron Weiner
Hello, This is my query that I am running: SELECT customer_manager_link.manager_customer, customer_manager_link.manager_link_id, customer_manager_link.resource_name, customer_manager_link.status FROM customer_manager_link WHERE customer.id = {customerId} How do I get

Re: customer_manager_link

2023-02-20 Thread Aaron Weiner
Hello, Thank you for your reply. The business use case is mainly for security. If someone gets added to a client account, I want to be alerted right away. While email notifications from Google work, they don't always arrive. Also, I can see all this data on the user-level access but not the

Re: cannot pull auction_insight_search_impression_share metric

2024-03-14 Thread Aaron Weiner
We are now on Version 16 of the API. Is there any news on this issue or will we still not be able to grab this data? metrics.auction_insight_search_absolute_top_impression_percentage, metrics.auction_insight_search_impression_share, metrics.auction_insight_search_outranking_share, metrics.auctio

Re: cannot pull auction_insight_search_impression_share metric

2024-03-15 Thread Aaron Weiner
Okay, this seems fair. Thanks. On Friday, March 15, 2024 at 4:34:27 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your query, I understand that your concern is regarding the > auction insight metrics. Acc

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, customer_c

recommendation strangeness

2021-11-20 Thread Aaron Weiner
Hello, When I perform a googleAdsService.SearchStream on this query within .NET: SELECT recommendation.resource_name, recommendation.type, recommendation.dismissed, recommendation.campaign FROM recommendation Nothing is returned even though I undismissed a number of dismiss

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

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

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-03-24 Thread Aaron Weiner
Any news on this issue? change_event is missing changes that originate from the Google Ads Editor. On Tuesday, March 30, 2021 at 8:22:16 AM UTC-5 Google Ads API Forum Advisor Prod wrote: > Hi Mat - > > Quick update per

dismiss recommendations

2022-05-17 Thread Aaron Weiner
Has anyone been able to dismiss recommendations via the Google Ads API and also see that those same recommendations are then dismissed within the Google Ads web interface? I'm using .NET to dismiss recommendations for an account, and it seems to process correctly but not in the web interface.

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2024-11-06 Thread Aaron Weiner
Hello Doron, I see the same thing that you are describing. change_event.client_type does not show any changes made from GOOGLE_ADS_EDITOR. I have been asking this question for a few years now and