This document describes how to add a new analytics module to Prebid Server.
Analytics modules are enabled through the Configuration.
Your new module org.prebid.server.analytics.{module}AnalyticsReporter needs to implement the org.prebid.server.analytics.AnalyticsReporter interface.
In order to make Prebid Server aware of the new analytics module it needs to be added to the Spring Context in org.prebid.server.spring.config.AnalyticsConfiguration as a bean.
The log module is provided as an example. This module will write dummy messages to a log.
It can be configured with:
analytics:
log:
enabled: truePrebid Server will then write sample log messages to the log.