Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CriteoExt ¶ added in v2.26.0
type CriteoExt struct {
Igi []*CriteoExtIgi `json:"igi"`
}
type CriteoExtIgi ¶ added in v2.26.0
type CriteoExtIgi struct { ImpId string `json:"impid"` Igs []*CriteoExtIgs `json:"igs"` }
type CriteoExtIgs ¶ added in v2.26.0
type CriteoExtIgs struct {
Config json.RawMessage `json:"config"`
}
type ExtPrebid ¶
type ExtPrebid struct { BidType openrtb_ext.BidType `json:"type"` NetworkName string `json:"networkName"` }
Click to show internal directories.
Click to hide internal directories.