google_api_display_video v0.4.0 GoogleApi.DisplayVideo.V1.Model.ActiveViewVideoViewabilityMetricConfig View Source

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.

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.ActiveViewVideoViewabilityMetricConfig{
  displayName: String.t(),
  minimumDuration: String.t(),
  minimumQuartile: String.t(),
  minimumViewability: String.t(),
  minimumVolume: 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.