> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Google Ads insights

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

Returns the account's suggestion feed for a date window: what to change, on which campaigns, and how urgent it is.

The feed merges Base44's own suggestions with Google Ads' budget recommendations and ad-strength findings. Base44 removes the overlaps, so a campaign that both sides flag for the same reason appears once. Suggestions you dismissed are left out.

`action_payload.campaign_ids` holds Base44 campaign IDs on Base44's own suggestions, and Google Ads campaign IDs on ad-strength ones (`recommendation_type` `AD_STRENGTH_DROP`). Check `recommendation_type` before passing an ID to another endpoint.

Google's half of the feed is best-effort: when Google Ads is unavailable you get Base44's suggestions alone, under a 200 and with nothing in the response to say so.

An account with no synced campaigns returns an empty list.

<Note>`start_date` and `end_date` are inclusive and must both be `YYYY-MM-DD`. Anything else is rejected with a 400.</Note>

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

<Warning>The response includes fields beyond the ones documented here. Don't rely on undocumented response fields, as they can change at any time.</Warning>



## OpenAPI

````yaml /developers/references/app-management/app-management-openapi.json get /api/apps/{app_id}/google-ads/analytics/insights
openapi: 3.1.0
info:
  title: Base44 App Management API
  version: 1.0.0
servers:
  - url: https://app.base44.com
security:
  - ApiKeyAuth: []
paths:
  /api/apps/{app_id}/google-ads/analytics/insights:
    get:
      summary: List Google Ads insights
      description: >-
        <Info>This API is in beta. Endpoints, fields, and behavior may still
        change, so avoid depending on it in production.</Info>


        Returns the account's suggestion feed for a date window: what to change,
        on which campaigns, and how urgent it is.


        The feed merges Base44's own suggestions with Google Ads' budget
        recommendations and ad-strength findings. Base44 removes the overlaps,
        so a campaign that both sides flag for the same reason appears once.
        Suggestions you dismissed are left out.


        `action_payload.campaign_ids` holds Base44 campaign IDs on Base44's own
        suggestions, and Google Ads campaign IDs on ad-strength ones
        (`recommendation_type` `AD_STRENGTH_DROP`). Check `recommendation_type`
        before passing an ID to another endpoint.


        Google's half of the feed is best-effort: when Google Ads is unavailable
        you get Base44's suggestions alone, under a 200 and with nothing in the
        response to say so.


        An account with no synced campaigns returns an empty list.


        <Note>`start_date` and `end_date` are inclusive and must both be
        `YYYY-MM-DD`. Anything else is rejected with a 400.</Note>


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


        <Warning>The response includes fields beyond the ones documented here.
        Don't rely on undocumented response fields, as they can change at any
        time.</Warning>
      operationId: get_account_insights_api_apps__app_id__google_ads_analytics_insights_get
      parameters:
        - name: app_id
          in: path
          required: true
          schema:
            type: string
            description: ID of the app whose Google Ads reporting you want to read.
            title: App Id
          description: ID of the app whose Google Ads reporting you want to read.
          example: 6820f3a4e7b91d003c45a1f2
        - name: start_date
          in: query
          required: true
          schema:
            type: string
            description: First day of the window, as `YYYY-MM-DD`. Inclusive.
            title: Start Date
          description: First day of the window, as `YYYY-MM-DD`. Inclusive.
          example: '2026-08-01'
        - name: end_date
          in: query
          required: true
          schema:
            type: string
            description: Last day of the window, as `YYYY-MM-DD`. Inclusive.
            title: End Date
          description: Last day of the window, as `YYYY-MM-DD`. Inclusive.
          example: '2026-08-31'
      responses:
        '200':
          description: The account's suggestions, most urgent first.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/AccountInsight'
                title: Insights
        '400':
          description: '`start_date` or `end_date` is not `YYYY-MM-DD`.'
        '401':
          description: Missing or invalid credentials.
        '403':
          description: >-
            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':
          description: The app has no connected Google Ads account.
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    AccountInsight:
      properties:
        id:
          type: string
          title: Id
          description: >-
            Stable ID for the suggestion. Pass it as `insight_id` to [Dismiss
            insight](/api-reference/dismiss-google-ads-insight) to stop it
            coming back.
          example: increase_budget:21458812345
        severity:
          type: string
          title: Severity
          description: 'How urgent the suggestion is: `high`, `medium`, or `low`.'
          example: medium
        title:
          type: string
          title: Title
          description: One-line summary of the suggestion.
          example: Increase budget for Spring sale - Search
        description:
          type: string
          title: Description
          description: The suggestion in full, written for an app owner to read as-is.
          example: >-
            This campaign is consistently spending its full daily budget.
            Raising it could capture more clicks and conversions.
        action:
          anyOf:
            - type: string
            - type: 'null'
          title: Action
          description: >-
            What resolving the suggestion involves: `edit_budget`,
            `edit_sitelinks`, `improve_assets`, or `open_campaign`. `null` when
            Base44 could not resolve a campaign to act on.
          example: edit_budget
        action_payload:
          additionalProperties: true
          type: object
          title: Action Payload
          description: >-
            The values the suggestion proposes. `campaign_ids` names the
            campaigns it applies to, `field` and `value` carry a proposed budget
            in micros where there is one.
          example:
            campaign_ids:
              - 68b1c0d4e7b91d003c45a1f2
            field: budget
            value: 30000000
        source:
          anyOf:
            - type: string
            - type: 'null'
          title: Source
          description: >-
            `google` when the suggestion is Google Ads' own recommendation
            rather than Base44's. Absent on Base44's own suggestions.
          example: google
        recommendation_type:
          anyOf:
            - type: string
            - type: 'null'
          title: Recommendation Type
          description: >-
            Present with `source`. `CAMPAIGN_BUDGET` for a Google budget
            recommendation, `AD_STRENGTH_DROP` for an ad-strength one.
          example: CAMPAIGN_BUDGET
      type: object
      required:
        - id
        - severity
        - title
        - description
      title: AccountInsight
      description: One suggestion in the account's insight feed.
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
          title: Detail
      type: object
      title: HTTPValidationError
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
      type: object
      required:
        - loc
        - msg
        - type
      title: ValidationError
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: api_key
      description: Personal API key.

````