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

This object describes the network an ad will be displayed on. A Network is defined as the parent entity of
the Channel object’s entity for the purposes of organizing Channels. Examples are companies that own
and/or license a collection of content channels (Viacom, Discovery, CBS, WarnerMedia, Turner and others),
or studio that creates such content and self-distributes content. 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.Network{
  domain: term(),
  ext: term(),
  id: term(),
  name: term()
}
```

# `changeset`

---

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