CampaignsListResponse

Campaign list response.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
campaigns array
nextPageToken string Pagination token to be used in a subsequent request to retrieve the next page.
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-campaigns-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CampaignsListResponse",
  "type": "object",
  "description": "Campaign list response.",
  "properties": {
    "campaigns": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string",
      "description": "Pagination token to be used in a subsequent request to retrieve the next page."
    },
    "kind": {
      "type": "string"
    }
  }
}