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

     1  package openrtb_ext
     2  
     3  type ExtImpBeachfront struct {
     4  	AppId             string                 `json:"appId"`
     5  	AppIds            ExtImpBeachfrontAppIds `json:"appIds"`
     6  	BidFloor          float64                `json:"bidfloor"`
     7  	VideoResponseType string                 `json:"videoResponseType,omitempty"`
     8  }
     9  
    10  type ExtImpBeachfrontAppIds struct {
    11  	Video  string `json:"video,omitempty"`
    12  	Banner string `json:"banner,omitempty"`
    13  }