Closed
Bug 1149734
Opened 10 years ago
Closed 10 years ago
Implement client side "randomized response" reporting for user-history sites triggering suggested tile "view" or "click"
Categories
(Content Services Graveyard :: Tiles, defect)
Content Services Graveyard
Tiles
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1136461
People
(Reporter: mzhilyaev, Unassigned)
References
Details
(Whiteboard: .?)
Per discussion in Bug# 1142386, it's sufficient to run "randomized response" on ad-group sites on each ping. The algorithm is as in this comment: //bugzilla.mozilla.org/show_bug.cgi?id=1142386#c6
- Client matches adGroup sites associated with a tile shown/clicked with user top frecent sites.
- Client constructs a json object where each site in adGroup has value of 1 or 0.
- If adGroup site is found in frecency list its bit set to 1, otherwise 0
- Client runs "randomized response" on each value in json object
- Client attaches "randomized" json object to tile ping which is sent to onyx server
- Client re-runs "randomized response" on every ping
| Reporter | ||
Updated•10 years ago
|
Summary: Implement client side "randomized response" reporting for user-history sites causing tile "view" or "click" → Implement client side "randomized response" reporting for user-history sites triggering suggested tile "view" or "click"
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•