Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
fixing docs for #2724
Browse files Browse the repository at this point in the history
  • Loading branch information
tspurway committed Jul 28, 2017
1 parent bbda612 commit 8aa325d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2-system-addon/data_dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Schema definitions/validations that can be used for tests can be found in `syste
| `session_duration` | [Required] Defined to be the time in milliseconds between the newtab gaining and losing focus. | :one:
| `session_id` | [Optional] The unique identifier for a specific session. | :one:
| `source` | [Required] Either ("recent_links", "recent_bookmarks", "frecent_links", "top_sites", "spotlight", "sidebar") and indicates what `action`. | :two:
| `timestamp` | [Auto populated by Onyx] The time in ms since epoch. | :three:
| `received_at` | [Auto populated by Onyx] The time in ms since epoch. | :three:
| `total_bookmarks` | [Optional] The total number of bookmarks in the user's places db. | :one:
| `total_history_size` | [Optional] The number of history items currently in the user's places db. | :one:
| `ua` | [Auto populated by Onyx] The user agent string. | :two:
Expand Down
1 change: 1 addition & 0 deletions docs/v2-system-addon/data_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ When a session ends, the browser will send a `"activity_stream_session"` ping to
All `"activity_stream_session"` pings have the following basic shape. Some fields are variable.

```js
{
"action": "activity_stream_session",
"client_id": "26288a14-5cc4-d14f-ae0a-bb01ef45be9c",
"addon_version": "1.0.12",
Expand Down

0 comments on commit 8aa325d

Please sign in to comment.