AdsListResponse

Ad list response.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
ads array
nextPageToken string
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-ads-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AdsListResponse",
  "type": "object",
  "description": "Ad list response.",
  "properties": {
    "ads": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}