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 Avocet adapter for the given bidder with the given config.
Types ¶
type AvocetAdapter ¶
type AvocetAdapter struct { // Endpoint is a http endpoint to use when making requests to the Avocet advertising platform. Endpoint string }
AvocetAdapter implements a adapters.Bidder compatible with the Avocet advertising platform.
func (*AvocetAdapter) MakeBids ¶
func (a *AvocetAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*AvocetAdapter) MakeRequests ¶
func (a *AvocetAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.