Dismiss Google Ads insight

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

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.

<Note>This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.</Note>

post/api/apps/{app_id}/google-ads/analytics/insights/dismiss

Path parameters

app_idstring required

ID of the app whose Google Ads reporting you want to read.

ID of the app whose Google Ads reporting you want to read.

Query parameters

insight_idstring required

id of the suggestion to hide, from List insights.

id of the suggestion to hide, from List insights.

Response

The suggestion is hidden.

successboolean required

Always true. Dismissing an already-dismissed suggestion succeeds the same way.

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.