github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/imp_smartyads.go (about) 1 package openrtb_ext 2 3 // ExtSmartyAds defines the contract for bidrequest.imp[i].ext.prebid.bidder.smartyads 4 type ExtSmartyAds struct { 5 AccountID string `json:"accountid"` 6 SourceID string `json:"sourceid"` 7 Host string `json:"host"` 8 }