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

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

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.App{
  bundle: term(),
  cat: term(),
  cattax: term(),
  content: term(),
  domain: term(),
  ext: term(),
  id: term(),
  keywords: term(),
  name: term(),
  pagecat: term(),
  paid: term(),
  privacypolicy: term(),
  publisher: term(),
  sectioncat: term(),
  storeurl: term(),
  ver: term()
}

Functions

Link to this function

changeset(app, attrs \\ %{})

View Source