# `OpenRtbEcto.V2.BidRequest.Metric`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/bid_request/metric.ex#L1)

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.

# `t`

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

# `changeset`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
