PlacementsListResponse

Placement list response.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReportingAd ServingAd TraffickingAttributionConversion TrackingMarketingMedia BuyingGoogle Marketing Platform

Properties

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

JSON Schema

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