Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Builder ¶
func Builder(_ openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
Builder builds a new instance of the Orbidder adapter for the given bidder with the given config.
Types ¶
type OrbidderAdapter ¶
type OrbidderAdapter struct {
// contains filtered or unexported fields
}
func (OrbidderAdapter) MakeBids ¶
func (rcv OrbidderAdapter) MakeBids(_ *openrtb2.BidRequest, _ *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
MakeBids unpacks server response into Bids.
func (*OrbidderAdapter) MakeRequests ¶
func (rcv *OrbidderAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
MakeRequests makes the HTTP requests which should be made to fetch bids from orbidder.
Click to show internal directories.
Click to hide internal directories.