Unified.to · Schema

property_AdsGroup_targeting_content_video

IntegrationsUnified API

Properties

Name Type Description
durations object
excluded_youtube_channels object
excluded_youtube_videos object
player_sizes object
positions object
youtube_channels object
youtube_videos object
View JSON Schema on GitHub

JSON Schema

unified-to-property-adsgroup-targeting-content-video-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AdsGroup_targeting_content_video",
  "title": "property_AdsGroup_targeting_content_video",
  "properties": {
    "durations": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_durations"
    },
    "excluded_youtube_channels": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_excluded_youtube_channels"
    },
    "excluded_youtube_videos": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_excluded_youtube_videos"
    },
    "player_sizes": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_player_sizes"
    },
    "positions": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_positions"
    },
    "youtube_channels": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_youtube_channels"
    },
    "youtube_videos": {
      "$ref": "#/components/schemas/property_AdsGroup_targeting_content_video_youtube_videos"
    }
  },
  "type": "object"
}