Documentation ¶
Index ¶
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 Ix adapter for the given bidder with the given config.
Types ¶
type IxAdapter ¶
type IxAdapter struct { URI string // contains filtered or unexported fields }
func (*IxAdapter) MakeBids ¶
func (a *IxAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*IxAdapter) MakeRequests ¶
func (a *IxAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
type Native11Wrapper ¶ added in v0.166.0
type Native11Wrapper struct {
Native native1response.Response `json:"native,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.