View Source OpenRtbEcto.V2.BidRequest.Metric (OpenRtbEcto v0.6.5)

This object is associated with an impression as an array of metrics. These metrics can offer insight into the impression to assist with decisioning such as average recent viewability, click-through rate, etc. Each metric is identified by its type, reports the value of the metric, and optionally identifies the source or vendor measuring the value.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Metric{
  ext: term(),
  type: term(),
  value: term(),
  vendor: term()
}

Functions

Link to this function

changeset(metric, attrs \\ %{})

View Source