Closed
Bug 1169261
Opened 10 years ago
Closed 10 years ago
implement suggestion link redirector
Categories
(Input Graveyard :: Submission, defect, P2)
Input Graveyard
Submission
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: u=user c=feedback p=2 s=input.2015q2)
When a user gets suggestions on the Thank You page from the suggest framework, we want to be able to intuit how helpful the algorithms for generating those suggestions are. Because the links are all outbound links, we need to create a server-side redirector that captures the "click" and then redirects the user to the place they want to go.
This bug covers implementing that redirector.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
Implemented google-utils ga_track_event.
PR: https://github.com/mozilla/fjord/pull/590
Landed in: https://github.com/mozilla/fjord/commit/ba2a1bdf85039defd70edb94f6e259793597188b
| Assignee | ||
Comment 2•10 years ago
|
||
The rest of the redirector implementation in a PR: https://github.com/mozilla/fjord/pull/591
| Assignee | ||
Comment 3•10 years ago
|
||
Landed in https://github.com/mozilla/fjord/commit/004af6f3ebcefa00e1daccddbbd62492923c0cc3
This isn't live, so I'm just going to close it even though it's not pushed to prod, yet.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•10 years ago
|
||
Forgot the provider version number in the event category.
Fixed in PR: https://github.com/mozilla/fjord/pull/593
Landed in: https://github.com/mozilla/fjord/commit/f1398a577020a4c802e99baf9a6d30f562925885
| Assignee | ||
Comment 5•10 years ago
|
||
The redirector is required for measuring engagement of suggested links. Making this block the Suggest project.
Blocks: 1161144
| Assignee | ||
Comment 6•10 years ago
|
||
PR to make sure the redirector view is never cached: https://github.com/mozilla/fjord/pull/595
| Assignee | ||
Comment 7•10 years ago
|
||
Caching fix landed in https://github.com/mozilla/fjord/commit/ac9ac89b637072711a9b325e946770de67361f1d
| Assignee | ||
Comment 8•10 years ago
|
||
Pushed to prod just now.
| Assignee | ||
Updated•10 years ago
|
Whiteboard: u=user c=feedback p= s=input.2015q2 → u=user c=feedback p=2 s=input.2015q2
Updated•9 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•