-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Allow multiple matched segments to trigger ads #6256
Labels
enhancement
feature/ads
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
32 tasks
iOS failed, restarting iOS build |
Verification passed on
For the same ad On 1.2.42 - only one segment is used: On 1.3.92 - 3 segments are used Also made sure that other segments are also used to show ads Verified passed with
Verification passed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
feature/ads
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Description
Currently, there are complaints from users about seeing ads repetitively. Some of this may be owing to the "winner-take-all" way that targeting functions. When a category is found to be the highest scoring during a particular ads session, it searches the catalog only for ads matching that category. It can therefore focus too narrowly on that dominant category, causing both too much repetition and limiting the breadth of ads the user can see.
We should therefore expand the breadth of targeting to include matching to the top 3 segments.
The text was updated successfully, but these errors were encountered: