github.com/prebid/prebid-server@v0.275.0/openrtb_ext/imp_engagebdr.go (about)

     1  package openrtb_ext
     2  
     3  // ExtImpEngageBDR defines the contract for bidrequest.imp[i].ext.prebid.bidder.engagebdr
     4  type ExtImpEngageBDR struct {
     5  	Sspid string `json:"sspid"`
     6  }