You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Source object describes the nature and behavior of the entity that is the source of the bid request upstream from the exchange.
typeSourcestruct {
FinalSaleDecisionint`json:"fd,omitempty"`// Entity responsible for the final impression sale decision, where 0 = exchange, 1 = upstream source.
TransactionIDstring`json:"tid,omitempty"`// Transaction ID that must be common across all participants in this bid request (e.g., potentially multiple exchanges).
PaymentChainstring`json:"pchain,omitempty"`// Payment ID chain string containing embedded syntax described in the TAG Payment ID Protocol v1.0.
Ext json.RawMessage`json:"ext,omitempty"`// Placeholder for exchange-specific extensions to OpenRTB.