google_api_display_video v0.3.0 GoogleApi.DisplayVideo.V1.Model.DoubleVerifyVideoViewability View Source

Details of DoubleVerify video viewability settings.

Attributes

  • playerImpressionRate (type: String.t, default: nil) - Target inventory to maximize impressions with 400x300 or greater player size.
  • videoIab (type: String.t, default: nil) - Target web inventory to maximize IAB viewable rate.
  • videoViewableRate (type: String.t, default: nil) - Target web inventory to maximize fully viewable rate.

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 Source
t() :: %GoogleApi.DisplayVideo.V1.Model.DoubleVerifyVideoViewability{
  playerImpressionRate: String.t(),
  videoIab: String.t(),
  videoViewableRate: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.