Skip to main content
GET
List Google Ads generated assets

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads creative you want to generate or read.

Query Parameters

session_id
string | null

Return the previews from this generation session instead of the durable library, as returned in session_id by Generate Google Ads assets.

campaign_id
string | null

Also return what is already attached to this campaign in Google Ads, as returned in id by List campaigns.

Response

The app's generated creative.

The app's generated Google Ads creative.

session
GeneratedAssetSummary · object[] | null

Assets in the generation session you asked for. Present only when you send session_id, and an empty list while the generation is still running or when it produced nothing.

Example:
library
LibraryAssetSummary · object[] | null

The app's generated assets, newest first, capped at the 5,000 most recent. Present only when you omit session_id. There is no pagination and nothing marks a truncated list, so an app past 5,000 assets silently stops seeing its oldest ones.

Example:
durable
DurableAssetRow · object[] | null

Assets already attached to the campaign in Google Ads. Present only when you send campaign_id.

Example: