Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Builder ¶
func Builder(bidderName openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
Builder builds a new instance of the Mgid adapter for the given bidder with the given config.
Types ¶
type MgidAdapter ¶
type MgidAdapter struct {
// contains filtered or unexported fields
}
func (*MgidAdapter) MakeBids ¶
func (a *MgidAdapter) MakeBids(bidReq *openrtb2.BidRequest, unused *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*MgidAdapter) MakeRequests ¶
func (a *MgidAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) (adapterRequests []*adapters.RequestData, errs []error)
type RespBidExt ¶
type RespBidExt struct {
CreativeType openrtb_ext.BidType `json:"crtype"`
}
Click to show internal directories.
Click to hide internal directories.