Closed
Bug 973294
Opened 11 years ago
Closed 10 years ago
Firefox counts the number of times that users pick "Show Original"
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Firefox Health Report Graveyard
Client: Desktop
Tracking
(firefox32 fixed, firefox33 fixed)
RESOLVED
FIXED
Firefox 33
People
(Reporter: MarcoM, Assigned: asaf)
References
Details
(Whiteboard: [translation])
Attachments
(1 file, 4 obsolete files)
12.53 KB,
patch
|
Felipe
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1. Goal
* As a product owner I want to know how many times users chose to use our translation feature so that we can get a sense of the size of the user problem we are addressing by offering this feature
2. Acceptance Criteria
* I can view a report that tells me…
** How many times users selected “Translate” on the Infobar
** How many times users selected “No, Thanks” on the Infobar
** How many times users changed language pairs after the initial translation to get a different translation
** How many times they selected “Show Original”
* This report will be updated weekly
Comment 1•11 years ago
|
||
Related or almost a duplicate of bug 973293; I asked some questions there.
Comment 2•11 years ago
|
||
What does "changed language pairs" mean in this context? Does this mean that we also need to record the language pair when the user chooses translate in the first bullet point?
Flags: needinfo?(cweiner)
Comment 3•11 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #2)
> What does "changed language pairs" mean in this context? Does this mean that
> we also need to record the language pair when the user chooses translate in
> the first bullet point?
When the user lands on a page written in a language other than their default language, Firefox will offer to translate it from the language it believes the page to be written in to the user's default language. We care about assessing the following how well Firefox is detecting the language that the page is written in.
There are at least two indicators of quality, we think.
1. How many times the user changed the language pair before selecting "Translate" for the first time
2. How frequently users must try a different pair other than the one initially suggested by Firefox after they have accepted Firefox's initial offer of translation without making changes to the suggested pair.
Flags: needinfo?(cweiner)
Updated•11 years ago
|
Component: Firefox Operations → Client: Desktop
Product: Tracking → Firefox Health Report
Version: --- → Trunk
Reporter | ||
Updated•11 years ago
|
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Comment 5•11 years ago
|
||
This isn't prioritized at the moment but bug 978158 will introduce a "recordTranslation()" method which can be used to record this data. Should be very simple to fix.
Hardware: x86_64 → All
Comment 6•11 years ago
|
||
(In reply to Marco Mucci [:MarcoM] from comment #0)
> ** How many times users selected “Translate” on the Infobar
Covered by bug 973292.
> ** How many times users selected “No, Thanks” on the Infobar
Bug 977774.
> ** How many times users changed language pairs after the initial translation
> to get a different translation
Bug 977770.
> ** How many times they selected “Show Original”
Seems like this bug should then only be about that last one? We would need another method on the TranslationProvider for that one.
Comment 7•11 years ago
|
||
(In reply to Tim Taubert [:ttaubert] from comment #6)
> > ** How many times they selected “Show Original”
>
> Seems like this bug should then only be about that last one? We would need
> another method on the TranslationProvider for that one.
Did I get that right, Chad?
Flags: needinfo?(cweiner)
Comment 8•11 years ago
|
||
Hey Tim,
If the other requirements are met by the other bugs you mentioned, then yes, we need to address:
"how many times they selected "Show Original".
Thanks!
Flags: needinfo?(cweiner)
Updated•10 years ago
|
Summary: Firefox counts the number of times that users translate a page → Firefox counts the number of times that users pick "Show Original"
Reporter | ||
Updated•10 years ago
|
Whiteboard: [story] [translation] → [translation] p=0 [qa?]
Reporter | ||
Updated•10 years ago
|
Whiteboard: [translation] p=0 [qa?] → [translation] p=0 [qa+]
Reporter | ||
Updated•10 years ago
|
Whiteboard: [translation] p=0 [qa+] → [translation] p=1 [qa+]
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → mano
Status: NEW → ASSIGNED
Whiteboard: [translation] p=1 [qa+] → [translation] p=1 s=33.1 [qa+]
Assignee | ||
Comment 9•10 years ago
|
||
One problem: in the browser test, we need to somwhow wait for the telemetry task to finish.
Assignee | ||
Comment 10•10 years ago
|
||
Just a typo after all.
Attachment #8444105 -
Attachment is obsolete: true
Attachment #8444283 -
Flags: review?(felipc)
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8444283 [details] [diff] [review]
patch
Oh crap, I forgot I commented out that line :(
Attachment #8444283 -
Flags: review?(felipc)
Assignee | ||
Comment 12•10 years ago
|
||
Attachment #8444306 -
Flags: review?(ttaubert)
Assignee | ||
Comment 13•10 years ago
|
||
Attachment #8444283 -
Attachment is obsolete: true
Attachment #8444306 -
Attachment is obsolete: true
Attachment #8444306 -
Flags: review?(ttaubert)
Attachment #8444308 -
Flags: review?(ttaubert)
Assignee | ||
Comment 14•10 years ago
|
||
Attachment #8444308 -
Attachment is obsolete: true
Attachment #8444308 -
Flags: review?(ttaubert)
Attachment #8444314 -
Flags: review?(felipc)
Comment 15•10 years ago
|
||
Comment on attachment 8444314 [details] [diff] [review]
patch.diff
Review of attachment 8444314 [details] [diff] [review]:
-----------------------------------------------------------------
::: services/healthreport/docs/dataformat.rst
@@ +1566,1 @@
>
A little down below there's the example section where showOriginalContent should also be added.
Attachment #8444314 -
Flags: review?(felipc) → review+
Reporter | ||
Updated•10 years ago
|
Iteration: --- → 33.2
Points: --- → 1
Whiteboard: [translation] p=1 s=33.1 [qa+] → [translation] [qa+]
Assignee | ||
Comment 16•10 years ago
|
||
Whiteboard: [translation] [qa+] → [translation] [qa-]
Comment 17•10 years ago
|
||
sorry had to backout this change in https://tbpl.mozilla.org/?tree=Fx-Team&onlyunstarred=1&rev=0b7d0cbaa2bd since one of this 2 patches seems to have caused test failures like https://tbpl.mozilla.org/php/getParsedLog.php?id=42331284&tree=Fx-Team
Assignee | ||
Comment 18•10 years ago
|
||
Relanded along with the patch for bug 1029363 that should fix that failure.
https://hg.mozilla.org/integration/fx-team/rev/205fc57a7d32
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Comment 20•10 years ago
|
||
Comment on attachment 8444314 [details] [diff] [review]
patch.diff
[Approval Request Comment]
Bug caused by (feature/regressing bug #): This bug is part of the automatic translation feature, which we want to A/B with a subset of Aurora 32 users.
User impact if declined: Data about users clicking the "Show original" button won't be collected
Testing completed (on m-c, etc.): landed on m-c
Risk to taking this patch (and alternatives if risky): minimal
String or IDL/UUID changes made by this patch: none
Attachment #8444314 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8444314 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 21•10 years ago
|
||
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
Reporter | ||
Updated•10 years ago
|
QA Whiteboard: [qa-]
Whiteboard: [translation] [qa-] → [translation]
Updated•6 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•