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,
                recommendation.resource_name,
                recommendation.type 
            FROM 
                recommendation
            WHERE
                recommendation.dismissed = false

I have even tried to make a service.DismissRecommendation call with an 
erroneous resource name but it still hangs when I make the call. I was 
hoping that I would at least see an error but nothing. 

Do you have any suggestions on how I can debug this or resolve this while I 
wait to hear back from the owner of the library?

Thanks and I look forward to your reply.

Aaron


On Tuesday, January 31, 2023 at 11:10:11 AM UTC-6 adsapi wrote:

> 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. In your app, where you write the code, you can omit 
> this step and just use the resource name directly with no additional 
> manipulation, or you can customize the example to accept a resource name 
> directly instead.
>
> It looks like you may have already tried this, however, and filed an issue 
> on GitHub. I will follow up with the owner of that library to see if I can 
> get a response for you.
>
> As for your other question regarding RMF, from the RMF page, towards the 
> top, you can find the sentence: 
> If you're not sure whether the RMF policy applies to your tool, contact 
> the Google Ads API Compliance team 
> <https://support.google.com/adspolicy/contact/contact_ads_api>. 
>
> My team cannot assist with RMF inquiries, so I would suggest that you 
> reach out via that link.
>
> Regards,
> Mike, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2i11iN: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 
"Google Ads API and AdWords 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/6e56c71a-12b3-4c1f-a457-87575f2c9c56n%40googlegroups.com.
  • Di... Aaron Weiner
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Aaron Weiner
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
          • ... Aaron Weiner
            • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
              • ... Aaron Weiner
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
                • ... Aaron Weiner
                • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to