Configures the built-in integration with Google Analytics
To capture player events in a Google Analytics account, Google Analytics must be implemented on same page as the player.
JWP does not support GA4 via Google Tag Manager (GTM).
"ga": {
"label": "mediaid",
"sendEnhancedEvents": true
}
Property | Description |
---|---|
label string | Defines the playlist property to use as the event label in Google Analytics, such as title or mediaid
Default: file
|
sendEnhancedEvents 8.27.0+ boolean | (Google Analytics 4) Determines if enhanced measurement values and naming are returned for the events
Possible Values:
|
An empty ga object (
"ga":{}
) can also be defined. All default values will be set.