-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User id Module sample rate #10705
Comments
I think with documentation we can completely solve:
There seems to be a bit of a gap expressing tests to analytics adapters, but if we form a convention, we should be good. how about
Then we could have genericAnalytics pick up |
@jdwieland8282 tentatively marking ready for dev but we'd love your feedback before getting started cc @3link |
@patmmccann Very nice initiative! Thanks for tagging. LGTM. |
So long as the requirements are met I express my support for this implementation approach. |
This is marked in progress - is it in progress? |
Problem
Publishers are unable to test and run experiments natively in Prebid and must rely on partners to help set up tests & control groups when they want to test various
setConfig()
objects.example
A publisher may wish to test CPM change for 2 different
setConfig()
s1
2
UseCase
Requirements
setConfig()
should support a sample rate int for the test cohort. Where n percent of the time thesetConfig()
loads one way, and n of the time it loads a different way.ex.
The text was updated successfully, but these errors were encountered: