Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CALLER = TtxCaller{"Prebid-Server", "n/a"}
CALLER Info used to track Prebid Server as one of the hops in the request to exchange
Functions ¶
func Builder ¶
func Builder(bidderName openrtb_ext.BidderName, config config.Adapter) (adapters.Bidder, error)
Builder builds a new instance of the 33Across adapter for the given bidder with the given config.
Types ¶
type TtxAdapter ¶
type TtxAdapter struct {
// contains filtered or unexported fields
}
func (*TtxAdapter) MakeBids ¶
func (a *TtxAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
MakeBids make the bids for the bid response.
func (*TtxAdapter) MakeRequests ¶
func (a *TtxAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
MakeRequests create the object for TTX Reqeust.
Click to show internal directories.
Click to hide internal directories.