Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdUnit ¶ added in v0.234.1
type AdUnit struct {
AuId string
TargetId string
Html string
ResponseId string
Ads []struct {
Bid struct {
Amount float64
Currency string
}
DealID string `json:"dealId,omitempty"`
AdId string
CreativeWidth string
CreativeHeight string
CreativeId string
LineItemId string
Html string
DestinationUrls map[string]string
}
}
type AdnResponse ¶
type AdnResponse struct {
AdUnits []AdUnit
}
type QueryString ¶
type RequestExt ¶ added in v0.234.1
type RequestExt struct {
Bidder adnAdunit `json:"bidder"`
}
Click to show internal directories.
Click to hide internal directories.