Skip to content

Instantly share code, notes, and snippets.

@pallih
Created March 20, 2014 14:58
Show Gist options
  • Save pallih/9665682 to your computer and use it in GitHub Desktop.
Save pallih/9665682 to your computer and use it in GitHub Desktop.
Dæmi JSON sent á http://ums.mobile.conduit-services.com/usage/log í hvert appið Lögregluþjónninn er opnað í Android:
{
"usageHeader": {
"appId": "9410d4ef-1321-4b64-89c1-591f701a5950",
"appVersion": "4.1.0.7",
"deviceType": 2,
"deviceVariant": 0,
"latitude": null,
"longitude": null,
"timeStamp": 1395327338,
"osVersion": 0,
"platform": "Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; LG-D802 Build/JDQ39B) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30",
"uuId": "ffd28bd97d5a5c5b"
},
"usageItems": [{
"timestamp": 1395327338,
"eventType": 8,
"meta": {},
"pageId": "9410d4ef-1321-4b64-89c1-591f701a5950"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment