wp-accessibility icon indicating copy to clipboard operation
wp-accessibility copied to clipboard

Event tracking

Open joedolson opened this issue 2 years ago • 2 comments

Add an event tracker that gives site owners insight into how the WP Accessibility tools are being used on their site. Changes made, use of font resizing and high contrast toggling, etc.

joedolson avatar Jan 25 '23 22:01 joedolson

Basic outline of tracking:

  • Register REST API endpoint to save data
  • Pass a JSON object with the URL, an array of issue IDs, and any additional data about the issue for that page.
  • Log again only if the data for that page changes (different count, different fixes applied, etc.)

Send to me if opted in:

  • md5 hash of domain with object containing md5 hashed URL & issues logged.

joedolson avatar Feb 27 '23 17:02 joedolson

Have added the stats tracking for the local site, but no mechanism to push those to me yet.

joedolson avatar Nov 14 '23 23:11 joedolson