Skip to content

Commit

Permalink
Merge pull request #32 from UnityTech/updateRWDD
Browse files Browse the repository at this point in the history
Update FinalSaleDecision
  • Loading branch information
CarolynU authored Oct 23, 2023
2 parents dbd56e9 + 406dad2 commit 8e6cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package openrtb

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

0 comments on commit 8e6cd18

Please sign in to comment.