google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.CustomViewabilityMetricConfiguration View Source

The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric.

Attributes

  • audible (type: boolean(), default: nil) - Whether the video must be audible to count an impression.
  • timeMillis (type: integer(), default: nil) - The time in milliseconds the video must play for the Custom Viewability Metric to count an impression. If both this and timePercent are specified, the earlier of the two will be used.
  • timePercent (type: integer(), default: nil) - The percentage of video that must play for the Custom Viewability Metric to count an impression. If both this and timeMillis are specified, the earlier of the two will be used.
  • viewabilityPercent (type: integer(), default: nil) - The percentage of video that must be on screen for the Custom Viewability Metric to count an impression.

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.DFAReporting.V33.Model.CustomViewabilityMetricConfiguration{
  audible: boolean(),
  timeMillis: integer(),
  timePercent: integer(),
  viewabilityPercent: integer()
}

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.