Versions in this module Expand all Collapse all v4 v4.0.0 Mar 5, 2026 Changes in this version + func NewModule(client *http.Client, scope, endpoint, configRefreshDelay string, ...) (analytics.Module, error) + func NewModuleWithConfigTask(client *http.Client, scope, endpoint string, maxEventCount int, ...) (analytics.Module, error) + type ConfigUpdateHttpTask struct + func NewConfigUpdateHttpTask(httpClient *http.Client, scope, endpoint, refreshInterval string) (*ConfigUpdateHttpTask, error) + func (t *ConfigUpdateHttpTask) Start(stop <-chan struct{}) <-chan *Configuration + type ConfigUpdateTask interface + Start func(stop <-chan struct{}) <-chan *Configuration + type Configuration struct + Endpoint string + Features map[string]bool + ScopeID string + type PubstackModule struct + func (p *PubstackModule) LogAmpObject(ao *analytics.AmpObject) + func (p *PubstackModule) LogAuctionObject(ao *analytics.AuctionObject) + func (p *PubstackModule) LogCookieSyncObject(cso *analytics.CookieSyncObject) + func (p *PubstackModule) LogNotificationEventObject(ne *analytics.NotificationEvent) + func (p *PubstackModule) LogSetUIDObject(so *analytics.SetUIDObject) + func (p *PubstackModule) LogVideoObject(vo *analytics.VideoObject) + func (p *PubstackModule) Shutdown() Other modules containing this package github.com/prebid/prebid-server github.com/prebid/prebid-server/v2 github.com/prebid/prebid-server/v3