List Google Ads top asset 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
ID of the app whose Google Ads reporting you want to read.
ID of the app whose Google Ads reporting you want to read.
Response
Up to 100 combinations.
Example response
[
{
"asset_group": "Spring sale - Asset Group",
"asset_group_id": "9988776655",
"campaign": "Spring sale - Performance Max",
"assets": [
"Handmade oak furniture",
"Free delivery across Germany",
"spring-hero-1200x628"
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.