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
Copy file name to clipboardExpand all lines: source.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package openrtb
2
2
3
3
// Source object describes the nature and behavior of the entity that is the source of the bid request upstream from the exchange.
4
4
typeSourcestruct {
5
-
FinalSaleDecisionint`json:"fd,omitempty"`// Entity responsible for the final impression sale decision, where 0 = exchange, 1 = upstream source.
5
+
FinalSaleDecisionint`json:"fd"`// Entity responsible for the final impression sale decision, where 0 = exchange, 1 = upstream source.
6
6
TransactionIDstring`json:"tid,omitempty"`// Transaction ID that must be common across all participants in this bid request (e.g., potentially multiple exchanges).
7
7
PaymentChainstring`json:"pchain,omitempty"`// Payment ID chain string containing embedded syntax described in the TAG Payment ID Protocol v1.0.
8
8
ExtExtension`json:"ext,omitempty"`// Placeholder for exchange-specific extensions to OpenRTB.
0 commit comments