-
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
Prebid Connect Measurement Framework #12551
Comments
appears to be a dupe of #10705? I think this is the wrong place to solve this problem, i think testing of various modules in the build or configuration should be handled by software external to prebid, likely developed by the publisher or simply in the implementation examples, however, the picking up the labels solution i think we alredy agreed to is reportedly underway by @3link ? |
this is from #10705, so this does appear to be an exact dupe ` pbjs.mergeConfig { analyticsLabels: { |
@patmmccann Unfortunately, it looks like we have other priorities now. |
@3link thank you, i changed 10705 from in progress to ready for dev and removed your assignment |
Type of issue
Feature Request
Description
Measuring outcomes is the first step needed to justify additional investment in the IDHubConnect concepts discussed in London and NYC. Adding addressability features to Prebid without the necessary means to measure the outcome would create ambiguity that could be exploited by opportunistic actors at the expense of publishers. Empowering publisher's or their agents with the ability to measure cpm lift when a specific piece of data (EID, SDA, etc) enters their bid stream is a first order problem worth solving. This issue seeks to define the needed technical requirements.
In order to measure vendor outcomes there are two broad problems to solve. For the sake of simplicity we'll assume that the new piece of data we want to test is a
SharediD
.the winning bid response should contain the winning CPM. EID source value and winning CPM are required.
SharediD
gets added to the bid stream. Finally the operator needs a flag attached to the outbound bid request noting that this auction is part of either the control or sample group.Requirements
using https://docs.prebid.org/dev-docs/modules/genericAnalyticsAdapter.html as a starting point. We expect analytics adapters will modify these requirements to fit within their existing Analytics Adapter framework.
auctionInit
event though there might be better places for it.auctionInit
event.Expected results
Analytics Adapter
auctionInit
this example is not part of any test
this example is part of the control group
this example is part of the test group
UserId module config
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered: