google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.SiteSkippableSetting View Source
Skippable Settings
Attributes
kind
(type:String.t
, default:dfareporting#siteSkippableSetting
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#siteSkippableSetting".progressOffset
(type:GoogleApi.DFAReporting.V34.Model.VideoOffset.t
, default:nil
) - Amount of time to play videos served to this site template before counting a view. Applicable when skippable is true.skipOffset
(type:GoogleApi.DFAReporting.V34.Model.VideoOffset.t
, default:nil
) - Amount of time to play videos served to this site before the skip button should appear. Applicable when skippable is true.skippable
(type:boolean()
, default:nil
) - Whether the user can skip 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
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.SiteSkippableSetting{ kind: String.t(), progressOffset: GoogleApi.DFAReporting.V34.Model.VideoOffset.t(), skipOffset: GoogleApi.DFAReporting.V34.Model.VideoOffset.t(), skippable: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.