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

Configuration for custom Active View video viewability metrics.

Attributes

  • displayName (type: String.t, default: nil) - Required. The display name of the custom metric.
  • minimumDuration (type: String.t, default: nil) - The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
  • minimumQuartile (type: String.t, default: nil) - The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
  • minimumViewability (type: String.t, default: nil) - Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression to be recorded.
  • minimumVolume (type: String.t, default: nil) - Required. The minimum percentage of the video ad's volume required in order for an impression to be recorded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ActiveViewVideoViewabilityMetricConfig{
  displayName: String.t() | nil,
  minimumDuration: String.t() | nil,
  minimumQuartile: String.t() | nil,
  minimumViewability: String.t() | nil,
  minimumVolume: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.