23
edits
Marshall law (talk | contribs) No edit summary |
Marshall law (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
* If transmission fails, then a separate retry interval (default 1 hour) controls how often AUM will retry transmission until it is successful | * If transmission fails, then a separate retry interval (default 1 hour) controls how often AUM will retry transmission until it is successful | ||
=Glossary= | =Example Payload and URL= | ||
<code><pre> | |||
POST https://fxos.telemetry.mozilla.org/submit/telemetry/metrics/FirefoxOS/appusage | |||
{ | |||
"apps": { | |||
"app://verticalhome.gaiamobile.org/manifest.webapp": { | |||
"activities": {}, | |||
"installs": 0, | |||
"invocations": 1, | |||
"uninstalls": 0, | |||
"usageTime": 23 | |||
} | |||
}, | |||
"deviceID": "j2670k6q", | |||
"deviceinfo": { | |||
"developer.menu.enabled": true, | |||
"deviceinfo.platform_build_id": "20140902135234", | |||
"deviceinfo.platform_version": "34.0a1", | |||
"deviceinfo.update_channel": "unknown" | |||
}, | |||
"locale": "en-US", | |||
"screen": { | |||
"devicePixelRatio": 1.5, | |||
"height": 569, | |||
"width": 320 | |||
}, | |||
"start": 1411567451826, | |||
"stop": 1411577295717 | |||
} | |||
</pre></code> | |||
==Glossary== | |||
{| | {| | ||
|- | |- | ||
Line 67: | Line 98: | ||
|- | |- | ||
|} | |} | ||
edits