Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + const RTBPricePerMille + const RTBPricePerOne + type RTBSource struct + AccountID uint64 + Accuracy float64 + Active types.ActiveStatus + AdBlock int + Applications gosql.NullableOrderedNumberArray[uint64] + AuctionType types.AuctionType + Browsers gosql.NullableOrderedNumberArray[uint64] + Carriers gosql.NullableOrderedNumberArray[uint64] + Categories gosql.NullableOrderedNumberArray[uint64] + Config gosql.NullableJSON[any] + Countries gosql.NullableStringArray + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + DeviceTypes gosql.NullableOrderedNumberArray[uint64] + Devices gosql.NullableOrderedNumberArray[uint64] + Domains gosql.NullableStringArray + ExternalZones gosql.NullableOrderedNumberArray[uint64] + Flags gosql.NullableJSON[RTBSourceFlags] + Formats gosql.NullableStringArray + Headers gosql.NullableJSON[map[string]string] + ID uint64 + IP int + InterstitialFormats gosql.NullableStringArray + Languages gosql.NullableStringArray + MaxBid float64 + Method string + MinBid float64 + MinimalWeight float64 + OS gosql.NullableOrderedNumberArray[uint64] + PriceCorrectionReduce float64 + PrivateBrowsing int + Protocol string + RPS int + RequestType types.RTBRequestType + Secure int + Status types.ApproveStatus + Timeout int + Title string + URL string + UpdatedAt time.Time + Zones gosql.NullableOrderedNumberArray[uint64] + func (c *RTBSource) PriceCorrectionReduceFactor() float64 + func (c *RTBSource) ProtocolCode() string + func (c *RTBSource) RBACResourceName() string + func (c *RTBSource) TableName() string + type RTBSourceFlags struct + ErrorsIgnore int8 + TestMode int8 + Trace int8