---
title: "Dismiss Google Ads insight"
method: POST
path: "/api/apps/{app_id}/google-ads/analytics/insights/dismiss"
---

# Dismiss Google Ads insight

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

<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](/api-reference/list-google-ads-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>

## Path parameters

- `app_id` string, required — ID of the app whose Google Ads reporting you want to read.

## Query parameters

- `insight_id` string, required — `id` of the suggestion to hide, from [List insights](/api-reference/list-google-ads-insights).

## Response `200`

The suggestion is hidden.

- InsightDismissResponse — Confirmation that the suggestion is hidden.
  - `success` boolean, required — Always `true`. Dismissing an already-dismissed suggestion succeeds the same way.

## Other responses

- `401` — Missing or invalid credentials.
- `403` — You don't have access to this app, the app does not exist, or you used a workspace API key. A missing app and an app you cannot reach are deliberately the same answer.
- `404` — The app has no connected Google Ads account.
- `422` — `insight_id` is missing, empty, or longer than 200 characters.

---

[API](https://skmtc.dev/base44/apis/base44-app-management-api.md) · [All operations](https://skmtc.dev/base44/apis/base44-app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/base44/base44-app-management-api/revisions/173e4e9c63c2/schema)
