Documentation ¶
Index ¶
Constants ¶
View Source
const UndefinedMediaType = openrtb_ext.BidType("")
Variables ¶
This section is empty.
Functions ¶
func Builder ¶
func Builder(bidderName openrtb_ext.BidderName, config config.Adapter, server config.Server) (adapters.Bidder, error)
Builder builds a new instance of the Kidoz adapter for the given bidder with the given config.
func GetMediaTypeForImp ¶
func GetMediaTypeForImp(impID string, imps []openrtb2.Imp) openrtb_ext.BidType
Types ¶
type KidozAdapter ¶
type KidozAdapter struct {
// contains filtered or unexported fields
}
func (*KidozAdapter) MakeBids ¶
func (a *KidozAdapter) MakeBids(request *openrtb2.BidRequest, _ *adapters.RequestData, responseData *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*KidozAdapter) MakeRequests ¶
func (a *KidozAdapter) MakeRequests(request *openrtb2.BidRequest, _ *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.