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

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:

Summary

Types

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

Functions

Link to this function

changeset(node, attrs \\ %{})

View Source