Closed
Bug 1599762
Opened 6 years ago
Closed 6 years ago
Add filtering and sorting by score to ASRouterTargeting.jsm
Categories
(Firefox :: Messaging System, enhancement, P1)
Firefox
Messaging System
Tracking
()
People
(Reporter: k88hudson, Assigned: k88hudson)
References
Details
Attachments
(1 file)
Manual test steps:
- Enable ASRouter devtools
- Set
browser.messaging-system.personalized-cfr.scoresto{"PDF_URL_FFX_SEND ": 5000} - Set
browser.newtabpage.activity-stream.asrouter.providers.cfrto{"id":"cfr","enabled":true,"type":"remote-settings","bucket":"cfr","frequency":{"custom":[{"period":"daily","cap":1}]},"categories":["cfrAddons","cfrFeatures"],"updateCycleInMs":3600000,"personalized":true,"personalizedModelVersion": 123} - Check devtools. Ensure
PDF_URL_FFX_SENDhas ascoreof5000and apersonalizedModelVersionof123 - Ensure you can trigger the PDF URL SEND cfr organically.
- Reset impressions for CFR by toggling provider pref in devtools.
- Change
browser.messaging-system.personalized-cfr.scoresto{"PDF_URL_FFX_SEND ": 4999} - Update the modelVersion in the CFR provider pref to
12345, make sure that is reflected in message value in devtools. - Make sure that you cannot trigger the PDF URL SEND cfr organically anymore (since it is below the the threshold).
| Assignee | ||
Comment 1•6 years ago
•
|
||
Note that reading score/model version is already possible via devtools JSON.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → khudson
| Assignee | ||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Summary: Score and modelVersion should be visible in devtools for personalized providers → Add filtering and sortiing by score to ASRouterTargeting.jsm
| Assignee | ||
Updated•6 years ago
|
Iteration: --- → 72.3 - Nov 18 - Dec 1
Priority: -- → P1
| Assignee | ||
Updated•6 years ago
|
Summary: Add filtering and sortiing by score to ASRouterTargeting.jsm → Add filtering and sorting by score to ASRouterTargeting.jsm
Pushed by khudson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/13b3c5446a59
Add filtering and sorting by score to ASRouterTargeting r=andreio
Comment 5•6 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Comment 6•6 years ago
|
||
I have verified this issue with the steps provided in comment 0 using Latest Firefox Nightly 73.0a1 (Build ID: 20191211094640) on Windows 10 x64, Ubuntu Linux 18.04, and macOS 10.15.1. When the score is below 5000 threshold, the PDF URL SEND cannot be triggered organically, whilst when the score is equal to or higher than 5000 the PDF URL SEND can be triggered organically.
You need to log in
before you can comment on or make changes to this bug.
Description
•