OpenRtbEcto.V2.BidRequest.SupplyChainNode (OpenRtbEcto v1.4.2)

View Source

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

t()

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

Functions

changeset(node, attrs)