Google Analytics
August 23, 2017 ยท View on GitHub
Overview
This plugin enables Google Analytics
to send media events, such as play, pause, ended, etc.
It requires Google Analytics configuration to send events properly. For more information, check Set up Analytics tracking.
Keyword to use it
features: [..., 'googleanalytics']
API
| Parameter | Type | Default | Description |
|---|---|---|---|
| googleAnalyticsTitle | string | (empty) | Google Analytics Title, |
| googleAnalyticsCategory | string | Videos | Google Analytics Category label, |
| googleAnalyticsEventPlay | string | Play | Google Analytics Play label |
| googleAnalyticsEventPause | string | Pause | Google Analytics Pause label |
| googleAnalyticsEventEnded | string | Ended | Google Analytics ended event label |
| googleAnalyticsEventTime | string | Time | Google Analytics time event label |