Documentation ¶
Index ¶
Constants ¶
View Source
const ( ImpExtAdUnitKey = "dfp_ad_unit_code" AdServerGAM = "gam" AdServerKey = "adserver" PBAdslotKey = "pbadslot" )
View Source
const MAX_IMPRESSIONS_PUBMATIC = 30
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtAdServer ¶ added in v0.164.0
type ExtImpBidderPubmatic ¶ added in v0.164.0
type ExtImpBidderPubmatic struct { adapters.ExtImpBidder Data json.RawMessage `json:"data,omitempty"` }
type PubmaticAdapter ¶
type PubmaticAdapter struct {
URI string
}
func (*PubmaticAdapter) MakeBids ¶
func (a *PubmaticAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*PubmaticAdapter) MakeRequests ¶
func (a *PubmaticAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.