Skip to content

Commit 39a587d

Browse files
authored
Merge pull request #6 from logicwind/dev
fixed minor issue on media tracking
2 parents b08bf25 + 2ba678e commit 39a587d

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)