зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1665458 - Adding telemetry ping docs for Pocket on save recs. r=nanj
Differential Revision: https://phabricator.services.mozilla.com/D94322
This commit is contained in:
Родитель
ed121667bb
Коммит
7bcc5c9b4e
|
@ -723,6 +723,26 @@ This reports the user's interaction with those Pocket tiles.
|
|||
}
|
||||
```
|
||||
|
||||
## On Save Recs pings
|
||||
|
||||
Right now the save to Pocket button, while technically outside of newtab, has some similarities with the newtab telemetry.
|
||||
|
||||
These pings record user interaction with the recs we display in the doorhanger after you save a page using the Pocket button next to the address bar. This is not telemetry for the address bar save to Pocket button itself, just for the similar recs displayed in the doorhanger.
|
||||
|
||||
### Click/impression ping
|
||||
|
||||
```js
|
||||
{
|
||||
"locale": "en-US",
|
||||
"version": "83.0a1",
|
||||
"release_channel": "default",
|
||||
"model": "",
|
||||
"events": [{"action":"click|impression","position":0}],
|
||||
"impression_id": "{005deed0-e3e4-4c02-a041-17405fd703f6}",
|
||||
"profile_creation_date": 18550
|
||||
}
|
||||
```
|
||||
|
||||
## Performance pings
|
||||
|
||||
These pings are captured to record performance related events i.e. how long certain operations take to execute.
|
||||
|
|
Загрузка…
Ссылка в новой задаче