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

     1  package openrtb_ext
     2  
     3  // ExtImpMobileFuse defines the contract for bidrequest.imp[i].ext.prebid.bidder.mobilefuse
     4  type ExtImpMobileFuse struct {
     5  	PlacementId int    `json:"placement_id"`
     6  	PublisherId int    `json:"pub_id"`
     7  	TagidSrc    string `json:"tagid_src"`
     8  }