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

This object is composed of a set of nodes where each node represents a specific entity that participates in the transacting of inventory. The entire chain of nodes from beginning to end represents all entities who are involved in the direct flow of payment for inventory. Detailed implementation examples can be found here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.SupplyChain{
  complete: term(),
  ext: term(),
  nodes: term(),
  ver: term()
}

Functions

Link to this function

changeset(schain, attrs \\ %{})

View Source