View Source OpenRtbEcto.V2.BidRequest.Site (OpenRtbEcto v0.6.5)

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.

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Site{
  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()
}

Functions

Link to this function

changeset(site, attrs \\ %{})

View Source