Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulsePointAdapter ¶
type PulsePointAdapter struct {
URI string
// contains filtered or unexported fields
}
func NewPulsePointAdapter ¶
func NewPulsePointAdapter(config *adapters.HTTPAdapterConfig, uri string) *PulsePointAdapter
func (*PulsePointAdapter) Call ¶
func (a *PulsePointAdapter) Call(ctx context.Context, req *pbs.PBSRequest, bidder *pbs.PBSBidder) (pbs.PBSBidSlice, error)
func (*PulsePointAdapter) Name ¶
func (a *PulsePointAdapter) Name() string
used for cookies and such
func (*PulsePointAdapter) SkipNoCookies ¶
func (a *PulsePointAdapter) SkipNoCookies() bool
type PulsepointParams ¶
type PulsepointParams struct {
PublisherId int `json:"cp"`
TagId int `json:"ct"`
AdSize string `json:"cf"`
}
parameters for pulsepoint adapter.
Click to show internal directories.
Click to hide internal directories.