Google Campaign Manager · JSON Structure

Google Campaign Manager Placement Structure

Type: object Properties: 28
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Placement is a JSON Structure definition published by Google Campaign Manager, describing 28 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id accountId subaccountId advertiserId campaignId name siteId directorySiteId externalId keyName placementGroupId compatibility additionalSizes tagFormats paymentSource paymentApproved status activeStatus contentCategoryId placementStrategyId comment primary sslRequired adBlockingOptOut wrappingOptOut videoActiveViewOptOut vpaidAdapterChoice kind

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Placement",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "subaccountId": {
      "type": "string"
    },
    "advertiserId": {
      "type": "string"
    },
    "campaignId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "siteId": {
      "type": "string"
    },
    "directorySiteId": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "keyName": {
      "type": "string"
    },
    "placementGroupId": {
      "type": "string"
    },
    "compatibility": {
      "type": "string"
    },
    "additionalSizes": {
      "type": "array"
    },
    "tagFormats": {
      "type": "array"
    },
    "paymentSource": {
      "type": "string"
    },
    "paymentApproved": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "activeStatus": {
      "type": "string"
    },
    "contentCategoryId": {
      "type": "string"
    },
    "placementStrategyId": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "primary": {
      "type": "boolean"
    },
    "sslRequired": {
      "type": "boolean"
    },
    "adBlockingOptOut": {
      "type": "boolean"
    },
    "wrappingOptOut": {
      "type": "boolean"
    },
    "videoActiveViewOptOut": {
      "type": "boolean"
    },
    "vpaidAdapterChoice": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}