Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildIxDiag ¶ added in v0.234.0
func BuildIxDiag(request *openrtb2.BidRequest) error
Types ¶
type ExtRequest ¶ added in v0.234.0
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 // 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.