github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_imds.go (about)

     1  package openrtb_ext
     2  
     3  // ExtImpImds defines the contract for bidrequest.imp[i].ext.prebid.bidder.imds
     4  type ExtImpImds struct {
     5  	SeatId string `json:"seatId"`
     6  	TagId  string `json:"tagId"`
     7  }