Re: Dismiss recommendation issue

2023-02-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, This may be specific to the .NET library, so I want to wait until we can confirm or deny that before proceeding. I'll follow up with my colleague again to make sure that they're considering the primary issue (hanging forever) as well. Regards, Mike, Google Ads API Team ref:_00D1U1174p._

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

Re: Dismiss recommendation issue

2023-01-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, The recommendation resource name is of the form "customers/{customer_id}/recommendations/{recommendation_id}", so to run the example you would need to extract the recommendation_id from the resource name, so that the code example can reconstruct the resource name using its components. I

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-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron, Thank you for getting back to us. I hope that you are doing well today. Moving forward to your concern, since you have tried the sample code for DismissRecommendation using the C# and it hangs, what we can do right now is to advise you to reach out to the Client library owners of Dotn

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-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron, Not meeting certain requirements for the recommendation service would not cause the request to hang. Can you please confirm if the request only hangs for this RecommendationService request? Thanks, Matt Google Ads API Team ref:_00D1U1174p._5004Q2i11iN:ref -- -- =~=~=~=~=~=~=~=~=~=

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 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Based on the Google Ads API reference. For dismissing a recommendation vai API, the only thing that you need is the resource_name to execute the DismissRecommendationOp

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