GoogleApi.DFAReporting.V4.Model.SiteVideoSettings (google_api_dfa_reporting v0.31.0)
View SourceVideo Settings
Attributes
-
companionSettings
(type:GoogleApi.DFAReporting.V4.Model.SiteCompanionSetting.t
, default:nil
) - Settings for the companion creatives of video creatives served to this site. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#siteVideoSettings". -
obaEnabled
(type:boolean()
, default:nil
) - Whether OBA icons are enabled for this placement. -
obaSettings
(type:GoogleApi.DFAReporting.V4.Model.ObaIcon.t
, default:nil
) - Settings for the OBA icon of video creatives served to this site. This will act as default for new placements created under this site. -
orientation
(type:String.t
, default:nil
) - Orientation of a site template used for video. This will act as default for new placements created under this site. -
publisherSpecificationId
(type:String.t
, default:nil
) - Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings. Possible values are:1
, Hulu2
, NBC3
, CBS4
, CBS Desktop5
, Discovery6
, VEVO HD7
, VEVO Vertical8
, Fox9
, CW Network10
, Disney11
, IGN12
, NFL.com13
, Turner Broadcasting14
, Tubi on Fox15
, Hearst Corporation16
, Twitch Desktop17
, ABC18
, Univision19
, MLB.com20
, MLB.com Mobile21
, MLB.com OTT22
, Polsat23
, TVN24
, Mediaset25
, Antena 326
, Mediamond27
, Sky Italia28
, Tubi on CBS29
, Spotify30
, Paramount *31
, Max -
skippableSettings
(type:GoogleApi.DFAReporting.V4.Model.SiteSkippableSetting.t
, default:nil
) - Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site. -
transcodeSettings
(type:GoogleApi.DFAReporting.V4.Model.SiteTranscodeSetting.t
, default:nil
) - Settings for the transcodes of video creatives served to this site. This will act as default for new placements created under this site.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.SiteVideoSettings{ companionSettings: GoogleApi.DFAReporting.V4.Model.SiteCompanionSetting.t() | nil, kind: String.t() | nil, obaEnabled: boolean() | nil, obaSettings: GoogleApi.DFAReporting.V4.Model.ObaIcon.t() | nil, orientation: String.t() | nil, publisherSpecificationId: String.t() | nil, skippableSettings: GoogleApi.DFAReporting.V4.Model.SiteSkippableSetting.t() | nil, transcodeSettings: GoogleApi.DFAReporting.V4.Model.SiteTranscodeSetting.t() | nil }