This commit is contained in:
mzhilyaev 2016-03-31 13:38:16 -07:00
Родитель 9ee4f845f1
Коммит a4153d74ff
1 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -31,16 +31,19 @@ The Activity Stream addon sends two distinct types of pings to the backend (HTTP
```json
{
"source"; "top sites, or bookamrks, or..."
"action_position": 3,
"event": "click or scroll or search or delete",
"page": "newtab or timeline",
"action": "activity_stream_event",
"action_position": 4,
"addon_version": "1.0.0",
"client_id": "374dc4d8-0cb2-4ac5-a3cf-c5a9bc3c602e",
"date": "2016-03-07",
"event": "delete",
"ip": "10.192.171.13",
"locale": "en-US",
"source": "top_sites",
"tab_id": "1-3",
// server side fields
"date": "2016-03-07",
"ip": "10.192.171.13",
"timestamp": 1457396660000,
"ua": "python-requests/2.9.1",
}