We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd34e60 commit 2ba678eCopy full SHA for 2ba678e
ios/ReactNativeMatomoTracker.swift
@@ -173,7 +173,7 @@ class ReactNativeMatomoTracker: NSObject {
173
}
174
175
if(!mediaProgress.isEmpty){
176
- query=query+"&ma_st=\(encodeParameter(value: mediaProgress))";
+ query=query+"&ma_ps=\(encodeParameter(value: mediaProgress))";
177
178
179
if(!mediaWidth.isEmpty){
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@logicwind/react-native-matomo-tracker",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "React-native plugin for matomo analytics",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments