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

     1  package openrtb_ext
     2  
     3  // ExtImpVideoByte defines the contract for bidrequest.imp[i].ext.prebid.bidder.videobyte
     4  type ExtImpVideoByte struct {
     5  	PublisherId string `json:"pubId"`
     6  	PlacementId string `json:"placementId"`
     7  	NetworkId   string `json:"nid"`
     8  }