-
Notifications
You must be signed in to change notification settings - Fork 748
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
win rate #1416
Comments
@StarWindMoonCloud - I think this request is already covered by the analytics interface. https://dev.prebid.org/prebid-server/developers/pbs-build-an-analytics-adapter.html Note that 'ad server win rate' would require the 'events' feature that's implemented in PBS-Java, but not PBS-Go. |
Am demoting this to a question as I believe the feature already exists. @danielguedesb has offered to look into porting the event system from PBS-Java to PBS-Go |
@danielguedesb has opened PR #1467 to add auction callback events to PBS-Go. That feature is being tracked by issue #1015. Have we answered your question? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The PR from @danielguedesb to support events in PBS-Go has merged. The feature is available starting in 0.132.0. I'm not sure there's full feature parity yet, but we'll continue to keep track on #1015. |
win rate is an important metric for bidder performance evaluation.
There are two types of win rate, one is among the prebid server bidders, let's say prebid server win rate; the other is the ad server win rate (or final win rate)
For prebid server win rate, one can implement a similar function as RecordAdapterRequest after winningBids (e.g. RecordAdapterWinner), at least doable
For ad server win rate, probably need external analytics, but couldn't find a good one, there are some for prebid JS though http://prebid.org/overview/analytics.html
Not sure this has ever been discussed, would like to have an issue for suggestions or maybe feature request
The text was updated successfully, but these errors were encountered: