Documentation ¶
Index ¶
Constants ¶
View Source
const BidCapacity = 5
View Source
const Seat = "beachfront"
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 Beachfront adapter for the given bidder with the given config.
func NewBeachfrontSyncer ¶
func NewBeachfrontSyncer(temp *template.Template) usersync.Usersyncer
Types ¶
type BeachfrontAdapter ¶
type BeachfrontAdapter struct {
// contains filtered or unexported fields
}
func (*BeachfrontAdapter) MakeBids ¶
func (a *BeachfrontAdapter) MakeBids(internalRequest *openrtb2.BidRequest, externalRequest *adapters.RequestData, response *adapters.ResponseData) (*adapters.BidderResponse, []error)
func (*BeachfrontAdapter) MakeRequests ¶
func (a *BeachfrontAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error)
Click to show internal directories.
Click to hide internal directories.