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 Vrtcal adapter for the given bidder with the given config.
func NewVrtcalSyncer ¶
func NewVrtcalSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type VrtcalAdapter ¶
type VrtcalAdapter struct {
// contains filtered or unexported fields
}
func (*VrtcalAdapter) MakeBids ¶
func (a *VrtcalAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
MakeBids make the bids for the bid response.
func (*VrtcalAdapter) MakeRequests ¶
func (a *VrtcalAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.