Dismiss Google Ads insight
Hides one suggestion from the account’s feed for good.
Pass the id of a suggestion from List insights as insight_id. The ID is not checked against the live feed, so an ID that no longer exists is accepted and returns a 200.
Dismissal is per account, not per user: everyone in the workspace stops seeing the suggestion. It cannot be undone through the API, and it only affects this feed. Base44’s daily recommendation emails keep covering the same finding.
Base44 keeps a bounded number of dismissals per account, so dismissing many suggestions eventually lets the oldest ones reappear.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads reporting you want to read.
Query Parameters
id of the suggestion to hide, from List insights.
1 - 200Response
The suggestion is hidden.
Confirmation that the suggestion is hidden.
Always true. Dismissing an already-dismissed suggestion succeeds the same way.
true