Closed
Bug 1349107
Opened 8 years ago
Closed 7 years ago
Verify Fennec RTL DAU query
Categories
(Firefox for Android Graveyard :: Metrics, enhancement, P3)
Firefox for Android Graveyard
Metrics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: elin, Unassigned)
Details
I'm trying to measure the DAU impact in RTL locales,
and here's the query I came up with:
https://sql.telemetry.mozilla.org/queries/3683/source#7287
What I'm not sure about is:
1. I found that there might be hundreds of different RTL locale strings (e.g. he-GB, ar-AR, fa-AR) in mobile_clients table, does these locale strings matching '^(he|ar|ur|fa)(-.+)?$' represents all RTL locales?
2. Does counting unique clientid in one day gives us (approximately) the unique user count in one day? or is there a better approach?
Any feedback on this query?
Comment 2•8 years ago
|
||
(In reply to elin from comment #0)
> 1. I found that there might be hundreds of different RTL locale strings
> (e.g. he-GB, ar-AR, fa-AR) in mobile_clients table, does these locale
> strings matching '^(he|ar|ur|fa)(-.+)?$' represents all RTL locales?
Unfortunately I don't know anything about this - maybe ask the localization team?
> 2. Does counting unique clientid in one day gives us (approximately) the
> unique user count in one day? or is there a better approach?
This definitely will. That's exactly how we calculate DAU for the KPIs.
Flags: needinfo?(fbertsch)
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Flags: needinfo?(max)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•