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

This object describes the publisher of the media in which the ad will be displayed. The publisher
is typically the seller in an OpenRTB transaction.

# `t`

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

# `changeset`

---

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