OpenRtbEcto.V2.BidRequest.Producer (OpenRtbEcto v1.4.0)

View Source

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

t()

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

Functions

changeset(producer, attrs)