Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CriteoExt ¶
type CriteoExt struct {
Igi []*CriteoExtIgi `json:"igi"`
}
type CriteoExtIgi ¶
type CriteoExtIgi struct { ImpId string `json:"impid"` Igs []*CriteoExtIgs `json:"igs"` }
type CriteoExtIgs ¶
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.