Skip to content

Commit 2ba678e

Browse files
author
kaushik patel
committed
fixed minor issue on media tracking
1 parent dd34e60 commit 2ba678e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/ReactNativeMatomoTracker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ReactNativeMatomoTracker: NSObject {
173173
}
174174

175175
if(!mediaProgress.isEmpty){
176-
query=query+"&ma_st=\(encodeParameter(value: mediaProgress))";
176+
query=query+"&ma_ps=\(encodeParameter(value: mediaProgress))";
177177
}
178178

179179
if(!mediaWidth.isEmpty){

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicwind/react-native-matomo-tracker",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "React-native plugin for matomo analytics",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)