Skip to content

Commit dd9f217

Browse files
committed
Update source.go
1 parent 8433537 commit dd9f217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package openrtb
22

33
// Source object describes the nature and behavior of the entity that is the source of the bid request upstream from the exchange.
44
type Source struct {
5-
FinalSaleDecision int `json:"fd,omitempty"` // Entity responsible for the final impression sale decision, where 0 = exchange, 1 = upstream source.
5+
FinalSaleDecision int `json:"fd"` // Entity responsible for the final impression sale decision, where 0 = exchange, 1 = upstream source.
66
TransactionID string `json:"tid,omitempty"` // Transaction ID that must be common across all participants in this bid request (e.g., potentially multiple exchanges).
77
PaymentChain string `json:"pchain,omitempty"` // Payment ID chain string containing embedded syntax described in the TAG Payment ID Protocol v1.0.
88
Ext Extension `json:"ext,omitempty"` // Placeholder for exchange-specific extensions to OpenRTB.

0 commit comments

Comments
 (0)