@24i/bigscreen-sdk 1.0.14-alpha.2281 → 1.0.14-alpha.2286

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@24i/bigscreen-sdk",
3
- "version": "1.0.14-alpha.2281",
3
+ "version": "1.0.14-alpha.2286",
4
4
  "description": "SmartApps BIGscreen SDK monorepo",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -99,7 +99,7 @@ export const gtagPayloadParams: Record<string, string> = {
99
99
  seasonNumber: `${numericParameter}.season_number`,
100
100
  currentTime: `${numericParameter}.video_current_time`,
101
101
  duration: `${numericParameter}.video_duration`,
102
- percent: `${numericParameter}.video_current_percent`,
102
+ percent: `${numericParameter}.video_percent`,
103
103
  provider: `${stringParameter}.video_provider`,
104
104
  title: `${stringParameter}.video_title`,
105
105
  seriesTitle: `${stringParameter}.video_series_title`,