---
title: "List Google Ads top asset combinations"
method: GET
path: "/api/apps/{app_id}/google-ads/analytics/asset-group-top-combinations"
---

# List Google Ads top asset combinations

`GET /api/apps/{app_id}/google-ads/analytics/asset-group-top-combinations`

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

Returns the asset combinations Google Ads served most often in the account's Performance Max campaigns, so you can see which creative it actually pairs together.

At most 100 combinations come back and there is no paging.

The read is best-effort: when Google Ads is unavailable you get an empty list under a 200 rather than an error, so an empty list does not prove the account has no combinations.

<Note>Performance Max campaigns only. An account without one returns an empty list.</Note>

<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.

## Response `200`

Up to 100 combinations.

- AssetGroupCombinationRow[]
  - `asset_group` string, required — Name of the asset group the combination belongs to.
  - `asset_group_id` string, required — ID of that asset group, matching `asset_group_id` on [List asset performance](/api-reference/list-google-ads-asset-performance).
  - `campaign` string, required — Name of the campaign the asset group belongs to.
  - `assets` string[], required — The assets in the combination, each as its text or its Google Ads name. An asset Base44 could not label falls back to its resource name.

## 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.

---

[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)
