Closed
Bug 403939
Opened 17 years ago
Closed 14 years ago
Add API call: retrieve cumulative downloads
Categories
(addons.mozilla.org Graveyard :: API, enhancement, P5)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: laura, Unassigned)
References
Details
Reporter | ||
Comment 1•17 years ago
|
||
Implemented in [8053]. Needs unit test.
The PRD calls for downloads by version, locale, etc. This isn't currently stored in the database, or supported by the download counting scripts - I guess we'll need a separate bug for that if it's still required.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•17 years ago
|
||
fligtar says:
"I'm not sure how the API stats stuff handles this, but you'll need to
query where date != '0000-00-00' after this because the 0000-00-00
download_counts entry will be the pre-dated total count that will never change.
Hopefully after all this stats stuff is done we can use the same Stats
component so we don't duplicate code."
Reporter | ||
Comment 3•17 years ago
|
||
I should also point out
https://bugzilla.mozilla.org/show_bug.cgi?id=409341
Reporter | ||
Comment 4•17 years ago
|
||
Need an update on status on this bug.
Updated•16 years ago
|
Target Milestone: 5.0.6 → Future
Updated•15 years ago
|
Severity: normal → enhancement
Priority: -- → P5
Reporter | ||
Updated•15 years ago
|
Assignee: laura → nobody
Comment 6•15 years ago
|
||
This is a mass change. Every comment has "assigned-to-new" in it.
I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
Comment 7•14 years ago
|
||
I don't know why this would require auth. https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/1865 has:
<total_downloads>93804148</total_downloads>
Marking fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•