View Source OpenRtbEcto.V2.BidRequest.Publisher (OpenRtbEcto v0.6.3)

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.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(publisher, attrs \\ %{})

View Source