Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConversantAdapter ¶
type ConversantAdapter struct { URI string // contains filtered or unexported fields }
func NewConversantAdapter ¶
func NewConversantAdapter(config *adapters.HTTPAdapterConfig, uri string) *ConversantAdapter
func (*ConversantAdapter) Call ¶
func (a *ConversantAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
func (*ConversantAdapter) Name ¶
func (a *ConversantAdapter) Name() string
Corresponds to the bidder name in cookies and requests
func (*ConversantAdapter) SkipNoCookies ¶
func (a *ConversantAdapter) SkipNoCookies() bool
Return true so no request will be sent unless user has been sync'ed.
Click to show internal directories.
Click to hide internal directories.