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

This object should be included if the ad supported content is a website as opposed to a
non-browser application. A bid request must not contain both a Site and an App object. At a
minimum, it is useful to provide a site ID or page URL, but this is not strictly required.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.BidRequest.Site{
  blocklists: term(),
  cat: term(),
  cattax: term(),
  content: term(),
  domain: term(),
  ext: term(),
  id: term(),
  keywords: term(),
  mobile: term(),
  name: term(),
  page: term(),
  pagecat: term(),
  privacypolicy: term(),
  publisher: term(),
  ref: term(),
  search: term(),
  sectioncat: term()
}
```

# `changeset`

---

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