Skip to main content
Version: 2021-07-28

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

Version stringrequired

API Version

Available options2021-07-28
locationId stringrequired

Location identifier

type stringrequired

Asset type to retrieve

Available optionsCALLSITELINK
id string

Asset identifier

advertiserOnly string

Advertiser only flag

limit string

Page size for a paginated fetch (max 100, defaults to 100). When set, the response is a { assets, paging } envelope instead of a plain array.

pageToken string

Opaque cursor for the next batch, taken from the previous response paging.next

application/json

A plain array of assets (default), or a { assets, paging } envelope when limit is provided

Schema
    oneOf
  • Array [
  • property name*any
  • ]