Google Campaign Manager · JSON Structure

Google Campaign Manager Video Settings Structure

Type: object Properties: 7
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

companionSettings transcodeSettings skippableSettings obaEnabled obaSettings orientation kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VideoSettings",
  "type": "object",
  "properties": {
    "companionSettings": {
      "type": "object"
    },
    "transcodeSettings": {
      "type": "object"
    },
    "skippableSettings": {
      "type": "object"
    },
    "obaEnabled": {
      "type": "boolean"
    },
    "obaSettings": {
      "type": "object"
    },
    "orientation": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}