Closed
Bug 916858
Opened 12 years ago
Closed 12 years ago
Add # of app installs to the app detail statistics
Categories
(Marketplace Graveyard :: Statistics, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-09-24
People
(Reporter: robhudson, Assigned: robhudson)
Details
(Whiteboard: [qa-])
No description provided.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → robhudson.mozbugs
Priority: -- → P1
Target Milestone: --- → 2013-09-24
| Assignee | ||
Comment 1•12 years ago
|
||
https://github.com/mozilla/zamboni/commit/45c996b
The URL to test would be:
/api/v1/stats/app/(int: id)|(string: slug)/installs
It should 403 for an app that you don't own but work for an app that you do.
This requires adding the user token found via the js console by using `require('user').get_token()`.
You also need to provide the query string args for this found here:
http://firefox-marketplace-api.readthedocs.org/en/latest/topics/stats.html#installs
Another note: Monolith aggregates nightly. So we can possibly verify by installing one day and verifying the number of installs the next day.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Can you please add some STRs to this bug or mark it as [qa-] ?
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•