Skip to content

Commit

Permalink
add status code to bidResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Araknyfe committed Mar 20, 2024
1 parent 31d95db commit 47431a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openrtb2/bid_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ type BidResponse struct {
// OpenRTB <=2.5 defined only reasons 0..10.
NBR *openrtb3.NoBidReason `json:"nbr,omitempty"`

// Attribute:
// statuscode
// Type:
// integer
// Description:F
// StatusCode from Rubicon
StatusCode int `json:"statuscode"`

// Attribute:
// ext
// Type:
Expand Down

0 comments on commit 47431a8

Please sign in to comment.