GoogleApi.DFAReporting.V33.Model.SiteVideoSettings (google_api_dfa_reporting v0.31.0)
View SourceVideo Settings
Attributes
-
companionSettings
(type:GoogleApi.DFAReporting.V33.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". -
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. -
skippableSettings
(type:GoogleApi.DFAReporting.V33.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.V33.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.V33.Model.SiteVideoSettings{ companionSettings: GoogleApi.DFAReporting.V33.Model.SiteCompanionSetting.t() | nil, kind: String.t() | nil, orientation: String.t() | nil, skippableSettings: GoogleApi.DFAReporting.V33.Model.SiteSkippableSetting.t() | nil, transcodeSettings: GoogleApi.DFAReporting.V33.Model.SiteTranscodeSetting.t() | nil }