View Source OpenRtbEcto.V2.BidRequest.SupplyChainNode (OpenRtbEcto v0.3.0)

This object is associated with a SupplyChain object as an array of nodes. These nodes define the identity of an entity participating in the supply chain of a bid request. Detailed implementation examples can be found here: https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/supplychainobject.md. The SupplyChainNode object contains the following attributes:

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.BidRequest.SupplyChainNode{
  asi: term(),
  domain: term(),
  hp: term(),
  name: term(),
  rid: term(),
  sid: term()
}

Link to this section Functions

Link to this function

changeset(node, attrs \\ %{})

View Source