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 Datablocks adapter for the given bidder with the given config.
Types ¶
type DatablocksAdapter ¶
func (*DatablocksAdapter) MakeBids ¶
func (a *DatablocksAdapter) MakeBids( internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData, ) (*adapters.BidderResponse, []error)
internal original request in OpenRTB, external = result of us having converted it (what comes out of MakeRequests)
func (*DatablocksAdapter) MakeRequests ¶
func (a *DatablocksAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.