gorork/paper-audio-player

Add Google Analytics events tracking

Closed this issue · 1 comments

The idea is to extend the players functionality with GA tracking by adding JS to events that are dispatched on the player. Things like play, pause, scrubbing the timeline, view-through (listen-through).

Usage:

<paper-audio-player ga-trackingid="UA-000000-01" src="http://nadikun.com/audio/demo.mp3" title="Pink Shades - O+PNR" color="#F05C38"></paper-audio-player>

  • feature
  • docs

bf49b30 is part of this ticket.