for #321: page count telemetry per activity

This commit is contained in:
groovecoder
2017-04-06 16:07:59 -05:00
parent 2c4a325a51
commit f2a82cb6be
3 changed files with 71 additions and 13 deletions
+11
View File
@@ -189,6 +189,17 @@ of a `testpilottest` telemetry ping for each scenario.
}
```
* The user goes idle
```js
{
"uuid": <uuid>,
"userContextId": <userContextId>,
"event": "page-requests-completed-per-activity",
"pageRequestCount": <pageRequestCount>
}
```
* The user chooses "Always Open in this Container" context menu option. (Note: We send two separate event names: one for assigning a site to a container, one for removing a site from a container.)
```js