Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSharethroughSyncer ¶
func NewSharethroughSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type SharethroughAdapter ¶
type SharethroughAdapter struct {
}func NewSharethroughBidder ¶
func NewSharethroughBidder(endpoint string) *SharethroughAdapter
func (SharethroughAdapter) MakeBids ¶
func (a SharethroughAdapter) MakeBids(internalRequest *openrtb.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (SharethroughAdapter) MakeRequests ¶
func (a SharethroughAdapter) MakeRequests(request *openrtb.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
type StrAdServerUriInterface ¶
type StrAdServerUriInterface interface {
// contains filtered or unexported methods
}
type StrAdSeverParams ¶
type StrOpenRTBInterface ¶
type StrOpenRTBInterface interface {
// contains filtered or unexported methods
}
type StrOpenRTBTranslator ¶
type StrOpenRTBTranslator struct { UriHelper StrAdServerUriInterface Util UtilityInterface UserAgentParsers UserAgentParsers }
type StrUriHelper ¶
type StrUriHelper struct {
BaseURI string
}
type UserAgentParsers ¶
type UtilityInterface ¶
type UtilityInterface interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.