Skip to content
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

Implement Brave Ads Serving Improvements #9736

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Implement Brave Ads Serving Improvements #9736

merged 1 commit into from
Sep 23, 2021

Commits on Sep 22, 2021

  1. Implement Brave Ads Serving Improvements

    Currently, ad serving is done by randomly picking ads based on matching segments. The approach has several problems like under-delivery of creatives and users not seeing as many ads as they could. This PR aims to solve these short comings by introducing a statistical model for ad selection. We assume that the click probability can be approximated by a linear function of features related to locally observed user behaviour. The function is weighted by a control-parameter called pass-through rate (ptr) to throttle delivery of individual ads.
    Moritz Haller committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    97eb067 View commit details
    Browse the repository at this point in the history