Get assets
GET/ad-publishing/google/assets
Retrieve Google Ads creative assets for a location. Without limit the response is a plain array of assets. When limit is provided (max 100, default 100) the response is a paginated { assets, paging } envelope; pass pageToken (from paging.next) to fetch the next batch.
Request
Responses
- 200
- 400
- 401
- 422
A plain array of assets (default), or a \{ assets, paging \} envelope when `limit` is provided
Bad Request
Unauthorized
Unprocessable Entity