Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VisxAdapter ¶
type VisxAdapter struct {
// contains filtered or unexported fields
}
func (*VisxAdapter) MakeBids ¶
func (a *VisxAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
MakeBids unpacks the server's response into Bids.
func (*VisxAdapter) MakeRequests ¶
func (a *VisxAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
MakeRequests makes the HTTP requests which should be made to fetch bids.
Click to show internal directories.
Click to hide internal directories.