Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmpObject ¶
type AmpObject struct { Status int Errors []error Request *openrtb.BidRequest AuctionResponse *openrtb.BidResponse AmpTargetingValues map[string]string Origin string }
Loggable object of a transaction at /openrtb2/amp endpoint
type AuctionObject ¶
type AuctionObject struct { Status int Errors []error Request *openrtb.BidRequest Response *openrtb.BidResponse }
Loggable object of a transaction at /openrtb2/auction endpoint
type CookieSyncObject ¶
type CookieSyncObject struct { Status int Errors []error BidderStatus []*usersync.CookieSyncBidders }
Loggable object of a transaction at /cookie_sync
type PBSAnalyticsModule ¶
type PBSAnalyticsModule interface { LogAuctionObject(*AuctionObject) LogCookieSyncObject(*CookieSyncObject) LogSetUIDObject(*SetUIDObject) LogAmpObject(*AmpObject) }
Click to show internal directories.
Click to hide internal directories.