Documentation ¶
Index ¶
- func Builder(bidderName openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
- func NewSovrnSyncer(temp *template.Template) usersync.Usersyncer
- type SovrnAdapter
- func (s *SovrnAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
- func (s *SovrnAdapter) FamilyName() string
- func (s *SovrnAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, ...) (*adapters.BidderResponse, []error)
- func (s *SovrnAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
- func (s *SovrnAdapter) Name() string
- func (s *SovrnAdapter) 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 Sovrn adapter for the given bidder with the given config.
func NewSovrnSyncer ¶
func NewSovrnSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type SovrnAdapter ¶
type SovrnAdapter struct { URI string // contains filtered or unexported fields }
func NewSovrnLegacyAdapter ¶
func NewSovrnLegacyAdapter(config *adapters.HTTPAdapterConfig, endpoint string) *SovrnAdapter
NewSovrnLegacyAdapter create a new SovrnAdapter instance
func (*SovrnAdapter) Call ¶
func (s *SovrnAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
Call send bid requests to sovrn and receive responses
func (*SovrnAdapter) FamilyName ¶
func (s *SovrnAdapter) FamilyName() string
FamilyName used for cookies and such
func (*SovrnAdapter) MakeBids ¶
func (s *SovrnAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*SovrnAdapter) MakeRequests ¶
func (s *SovrnAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
func (*SovrnAdapter) SkipNoCookies ¶
func (s *SovrnAdapter) SkipNoCookies() bool
Click to show internal directories.
Click to hide internal directories.