Documentation ¶
Index ¶
- func Builder(bidderName openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
- func NewNinthDecimalSyncer(temp *template.Template) usersync.Usersyncer
- type NinthDecimalAdapter
- func (adapter *NinthDecimalAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, ...) (*adapters.BidderResponse, []error)
- func (adapter *NinthDecimalAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
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 NinthDecimal adapter for the given bidder with the given config.
func NewNinthDecimalSyncer ¶
func NewNinthDecimalSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type NinthDecimalAdapter ¶
func (*NinthDecimalAdapter) MakeBids ¶
func (adapter *NinthDecimalAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
MakeBids translates NinthDecimal bid response to prebid-server specific format
func (*NinthDecimalAdapter) MakeRequests ¶
func (adapter *NinthDecimalAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
MakeRequests prepares request information for prebid-server core
Click to show internal directories.
Click to hide internal directories.