From bc3f47b576cbc8bb3b2fb4e0b8a49cde256f0006 Mon Sep 17 00:00:00 2001 From: Scott Kay Date: Thu, 19 May 2022 02:22:31 -0400 Subject: [PATCH] openrtb2: update to fixed seatbid spec id --- openrtb2/seat_bid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtb2/seat_bid.go b/openrtb2/seat_bid.go index 4bf422c..aaad621 100644 --- a/openrtb2/seat_bid.go +++ b/openrtb2/seat_bid.go @@ -2,7 +2,7 @@ package openrtb2 import "encoding/json" -// 4.3.18 Object: SeatBid +// 4.3.2 Object: SeatBid // // A bid response can contain multiple SeatBid objects, each on behalf of a different bidder seat and each containing one or more individual bids. // If multiple impressions are presented in the request, the group attribute can be used to specify if a seat is willing to accept any impressions that it can win (default) or if it is only interested in winning any if it can win them all as a group.