1,071
edits
| Line 140: | Line 140: | ||
= Extension Authors = | = Extension Authors = | ||
Extension authors and developers have indicated that they are looking for more metrics and information about the popularity of their add-on on AMO. To that end, we should offer a read-only API to allow extension authors access | Extension authors and developers have indicated that they are looking for more metrics and information about the current usage and popularity of their add-on on AMO. To that end, we should offer a read-only API to allow extension authors access that data. | ||
== Download Details == | == Download Details == | ||
| Line 170: | Line 170: | ||
<td colspan=5> | <td colspan=5> | ||
* Parameters should include: | * Parameters should include: | ||
** GUID or identifier for addons | |||
** Version number: either all versions of the addon or only the current version | ** Version number: either all versions of the addon or only the current version | ||
** Locale Specification: either all locales or a specific locale | ** Locale Specification: either all locales or a specific locale | ||
| Line 197: | Line 198: | ||
<td></td> | <td></td> | ||
<td></td> | <td></td> | ||
</tr> | |||
</table> | |||
== Usage Details == | |||
<table class="fullwidth-table"> | |||
<tr> | |||
<th style="width:10%">ID</th> | |||
<th style="width:10%">Priority</th> | |||
<th style="width:60%">Requirement</th> | |||
<th style="width:10%">Assignee</th> | |||
<th style="width:10%">Bug/Design links</th> | |||
</tr> | |||
<tr> | |||
<td>USE-1</td> | |||
<td>P1</td> | |||
<td>Retrieve Period X Update Pings</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td colspan=5> | |||
* Parameters should include: | |||
** GUID or identifier for addons | |||
** Version number: either all versions of the addon or only the current version | |||
** Locale Specification: either all locales or a specific locale | |||
** Firefox version: either all or a specific version of Firefox {need spec} | |||
** OS Platform: either all or a specific OS platform {need spec} | |||
** Period: enum of either {Day, Week or Month} | |||
** Date: specific day, specific week or specific month | |||
</td> | |||
</tr> | </tr> | ||
edits