v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Advertising

List campaigns

Lists the campaigns in the caller's billing account. Campaigns are grouped by status (ACTIVE first, then PAUSED, then CANCELLED) and returned newest first within each group. Results are paginated with a cursor (pageToken); each page returns up to maxPageSize campaigns (default 50, max 100).

get/ads-management/v1/campaigns

Query parameters

maxPageSizeinteger

Maximum results per page (1-100, default 50)

pageTokenstring

Opaque cursor from a prior nextPageToken

Response

OK

nextPageTokenstring

The cursor for the next page. Pass it as pageToken to fetch the next page. Absent on the last page.