Documentation ¶
Index ¶
- func Builder(bidderName openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
- func NewRubiconSyncer(temp *template.Template) usersync.Usersyncer
- type ExtImpContext
- type ExtImpContextData
- type ExtImpWithContext
- type RubiconAdapter
- func (a *RubiconAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
- func (a *RubiconAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, ...) (*adapters.BidderResponse, []error)
- func (a *RubiconAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
- func (a *RubiconAdapter) Name() string
- func (a *RubiconAdapter) SkipNoCookies() bool
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 Rubicon adapter for the given bidder with the given config.
func NewRubiconSyncer ¶
func NewRubiconSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type ExtImpContext ¶
type ExtImpContext struct {
Data ExtImpContextData `json:"data,omitempty"`
}
type ExtImpContextData ¶
type ExtImpContextData struct {
AdSlot string `json:"adslot,omitempty"`
}
type ExtImpWithContext ¶
type ExtImpWithContext struct {
Context ExtImpContext `json:"context,omitempty"` // First Party Data context
}
type RubiconAdapter ¶
type RubiconAdapter struct { URI string XAPIUsername string XAPIPassword string // contains filtered or unexported fields }
func NewRubiconLegacyAdapter ¶
func NewRubiconLegacyAdapter(httpConfig *adapters.HTTPAdapterConfig, uri string, xuser string, xpass string, tracker string) *RubiconAdapter
func (*RubiconAdapter) Call ¶
func (a *RubiconAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
func (*RubiconAdapter) MakeBids ¶
func (a *RubiconAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*RubiconAdapter) MakeRequests ¶
func (a *RubiconAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
func (*RubiconAdapter) SkipNoCookies ¶
func (a *RubiconAdapter) SkipNoCookies() bool
Click to show internal directories.
Click to hide internal directories.