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 |
JSON Schema
{
"$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"
}