nprapps / liveblog-standalone

NPR's liveblog rig 2.0
Other
6 stars 1 forks source link

Audio player metrics aligned with .org code #19

Closed thomaswilburn closed 4 years ago

thomaswilburn commented 4 years ago

Most metrics from the in-site player are detailed here:

https://github.com/npr/www/blob/master/templates/javascript/player/persistent/util/metrics/metrics.js

Custom dimensions are spelled out here:

https://github.com/npr/www/blob/master/templates/javascript/metrics/model.js

We probably don't have to match most of the events, since a lot of UI options (scrubbing, stream complete, etc.) aren't available to people listening on the liveblog. But there's enough to align with the standard playback duration and play/pause events.

thomaswilburn commented 4 years ago

Additional notes from Confluence docs: