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 SmartRTB adapter for the given bidder with the given config.
Types ¶
type SmartRTBAdapter ¶
Base adapter structure.
func (*SmartRTBAdapter) MakeBids ¶
func (s *SmartRTBAdapter) MakeBids( brq *openrtb2.BidRequest, drq *adapters.RequestData, rs *adapters.ResponseData, ) (*adapters.BidderResponse, []error)
func (*SmartRTBAdapter) MakeRequests ¶
func (s *SmartRTBAdapter) MakeRequests(brq *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.