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

This object defines the producer of the content in which the ad will be shown. This is particularly useful when the content is syndicated and may be distributed through different publishers and thus when the producer and publisher are not necessarily the same entity.

Summary

Types

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

Functions

Link to this function

changeset(producer, attrs \\ %{})

View Source