Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtRequest ¶
type ExtRequest struct { Prebid *openrtb_ext.ExtRequestPrebid `json:"prebid"` SChain *openrtb2.SupplyChain `json:"schain,omitempty"` IxDiag *IxDiag `json:"ixdiag,omitempty"` }
type IxAdapter ¶
type IxAdapter struct {
URI string
}
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 ¶
type Native11Wrapper struct {
Native native1response.Response `json:"native,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.