1
0
Fork 0

For #10322 - Update Glean - total_uri_count documentation

total_uri_count continues to accurately track the URLs visited by the user in
the current session.
Websites can though programmatically redirect users to a new URL using simple
javascript even without user interaction.
This needs to be documented for future references.
master
Mugurell 2020-04-30 17:46:26 +03:00 committed by liuche
parent 5abe3ac877
commit c6c5777090
2 changed files with 5 additions and 3 deletions

View File

@ -107,7 +107,9 @@ events:
description: |
A counter of URIs visited by the user in the current session, including
page reloads. This does not include background page requests and URIs from
embedded pages or private browsing.
embedded pages or private browsing but may be incremented without user
interaction by website scripts that programmatically redirect to a new
location.
send_in_pings:
- baseline
- metrics

File diff suppressed because one or more lines are too long