You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to define an analytics module that could work for multiple parties.
Use cases:
An analytics company wants to plug into many Prebid Servers and doesn't care about the JSON interface.
A publisher wants to get their own log-level data from their Prebid Server host company. We would need to be able to configure the module to log only for defined accounts and to a different endpoint for each. And not worry about GVLIDs in this scenario.
Requirements:
Configuration must be definable per account. e.g. call the generic analytics module for account 123 with endpoint A and no GVLID, but call it for account 456 to endpoint B and GVL 999.
The module should be able to write to HTTP or to a file. (should it support something like Kafka/Kinesis/Storm?)
The same account should be able to have multiple endpoints. e.g. they may want to put data in their own data warehouse as well as contract with a vendor.
PBS-Core needs to be able to handle the Purpose 7 analytics consent for each configuration entry.
It would be ideal if there could be a "basic" format and a "verbose" format if not a highly configurable JSON schema.
The text was updated successfully, but these errors were encountered:
[from https://github.com//pull/3299]
We would like to define an analytics module that could work for multiple parties.
Use cases:
Requirements:
The text was updated successfully, but these errors were encountered: