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.
Before I try to dismiss any recommendations, I do the following query for
the given account:
SELECT
recommendation.dismissed,
recommendation.resource_name,
recommendation.type
FROM
recommendation
WHERE
recommendation.dismissed = false
I then loop through the recommendation.resource_name(s) and use the
dismissrecommendation
<https://developers.google.com/google-ads/api/reference/rpc/v10/RecommendationService?hl=en#dismissrecommendation>
service.
It seems to work because when I try to run through the process again, the
above query no longer finds any recommendation.dismissed = false
The problem is that when I look inside the actual account in the web
interface, there was no impact on the recommendations even though the API
says that they were dismissed.
Any suggestions?
Aaron
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/d79d58f5-2f99-47de-b26f-d7d070747f31n%40googlegroups.com.