Schema talk:Print
Latest comment: 5 years ago by Phuedx (WMF) in topic Sampling rate and method
Maintainer: | OVasileva |
---|---|
Team: | Reading |
Project: | Proton |
Status: | inactive |
Purge: | Auto-purge just EventCapsule PII and pageTitle after 90 days, keep the rest indefinitely |
This page holds a JSON schema that specifies a data model for EventLogging.
See also:
- phab:T169730 (titled "Define and implement instrumentation for printing on desktop web", however the schema was also activated on mobile web/Minerva)
- phab:T181297 "Instrument print to PDF button"
Sampling rate and method
editAs of September 2017: 10% of all distinct browser sessions, determined using the pseudorandom mw.user.sessionId() value (an ephemeral cookie)
Each action is only logged once per page view. That is, no matter how many times the user clicks on 'Printable Version', only one 'clickPrintableVersion' action is logged for that page until the page is refreshed. Ditto the `onBeforePrint` action.
As of October, 31st (see phab:T208454), the Print schema is disabled in production. Phuedx (WMF) (talk) 15:01, 14 December 2018 (UTC)