View Source GoogleApi.DisplayVideo.V1.Model.DoubleVerifyVideoViewability (google_api_display_video v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.DoubleVerifyVideoViewability{
  playerImpressionRate: String.t() | nil,
  videoIab: String.t() | nil,
  videoViewableRate: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.