VideoSettings

Video settings for in-stream video placements.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
companionSettings object Companion ad settings.
transcodeSettings object Transcode settings.
skippableSettings object Skippability settings.
obaEnabled boolean Whether OBA icons are enabled for this placement.
obaSettings object
orientation string Video orientation setting.
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-video-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VideoSettings",
  "type": "object",
  "description": "Video settings for in-stream video placements.",
  "properties": {
    "companionSettings": {
      "type": "object",
      "description": "Companion ad settings."
    },
    "transcodeSettings": {
      "type": "object",
      "description": "Transcode settings."
    },
    "skippableSettings": {
      "type": "object",
      "description": "Skippability settings."
    },
    "obaEnabled": {
      "type": "boolean",
      "description": "Whether OBA icons are enabled for this placement."
    },
    "obaSettings": {
      "type": "object"
    },
    "orientation": {
      "type": "string",
      "description": "Video orientation setting."
    },
    "kind": {
      "type": "string"
    }
  }
}