google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.SiteVideoSettings View Source

Video Settings

Attributes

  • companionSettings (type: GoogleApi.DFAReporting.V34.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.V34.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.
  • skippableSettings (type: GoogleApi.DFAReporting.V34.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.V34.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.SiteVideoSettings{
  companionSettings: GoogleApi.DFAReporting.V34.Model.SiteCompanionSetting.t(),
  kind: String.t(),
  obaEnabled: boolean(),
  obaSettings: GoogleApi.DFAReporting.V34.Model.ObaIcon.t(),
  orientation: String.t(),
  skippableSettings: GoogleApi.DFAReporting.V34.Model.SiteSkippableSetting.t(),
  transcodeSettings: GoogleApi.DFAReporting.V34.Model.SiteTranscodeSetting.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.