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

This object describes the channel an ad will be displayed on. A Channel is defined as the entity that curates
a content library, or stream within a brand name for viewers. Examples are specific view selectable
‘channels’ within linear and streaming television (MTV, HGTV, CNN, BBC One, etc) or a specific stream of
audio content commonly called ‘stations.’ Name is a human-readable field while domain and id can be used
for reporting and targeting purposes. See 7.6 for further examples.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.Channel{
  domain: term(),
  ext: term(),
  id: term(),
  name: term()
}
```

# `changeset`

---

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