missena

package
v2.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

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 Foo adapter for the given bidder with the given config.

Types

type MissenaAdRequest

type MissenaAdRequest struct {
	RequestId        string `json:"request_id"`
	Timeout          int    `json:"timeout"`
	Referer          string `json:"referer"`
	RefererCanonical string `json:"referer_canonical"`
	GDPRConsent      string `json:"consent_string"`
	GDPR             bool   `json:"consent_required"`
	Placement        string `json:"placement"`
	TestMode         string `json:"test"`
}

type MissenaAdapter

type MissenaAdapter struct {
	EndpointTemplate *template.Template
}

type MissenaBidServerResponse

type MissenaBidServerResponse struct {
	Ad        string  `json:"ad"`
	Cpm       float64 `json:"cpm"`
	Currency  string  `json:"currency"`
	RequestId string  `json:"requestId"`
}

type MissenaInternalParams

type MissenaInternalParams struct {
	ApiKey           string
	RequestId        string
	Timeout          int
	Referer          string
	RefererCanonical string
	GDPRConsent      string
	GDPR             bool
	Placement        string
	TestMode         string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL