You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ else{
55
55
setVisitorId("2c534f55fba6cf6e")
56
56
}
57
57
58
+
setIsOptedOut(true)
59
+
60
+
setLogger()
61
+
58
62
trackDispatch()
59
63
60
64
```
@@ -67,6 +71,7 @@ trackDispatch()
67
71
| Name | Description |
68
72
|-----------------|-----------------|
69
73
| createTracker | The createTracker function is used to instantiate a tracker object for Matomo analytics within a React Native application. This tracker instance allows developers to track various user interactions and events within their mobile app. |
74
+
| startSession | The startSession method is used to start a new session explicitly within a React Native application.|
70
75
| trackScreen | The trackScreen method is used to track screen views within a React Native application. Screen tracking allows developers to monitor user navigation and engagement by recording when users view specific screens or pages within the app.|
71
76
| trackEvent | The trackEvent method is used to track custom events within a React Native application. Event tracking allows developers to monitor and analyze user interactions, such as button clicks, form submissions, or any other custom actions performed by users within the app. |
72
77
| trackOutlink | The trackOutlink method is used to track clicks on outbound links within a React Native application. Outbound link tracking allows developers to monitor when users click on links that navigate them away from the app to external websites or resources. |
@@ -77,6 +82,9 @@ trackDispatch()
77
82
| setUserId | The setUserId function is used to assign a unique identifier to a user in a React Native application. This identifier can be used to track user-specific actions, behavior, and engagement within the app. |
78
83
| setVisitorId | The setVisitorId function allows you to manually set a custom visitor ID for tracking purposes within a React Native application. |
79
84
| trackDispatch | The trackDispatch methods for tracking events, interactions, and other analytics-related functionalities within a React Native application. However, there isn't a standard trackDispatch method in Matomo tracking libraries, including the one provided by this package |
85
+
| setIsOptedOut | setIsOptedOut method for disabling Matomo tracking in a React Native application. |
86
+
| setLogger | setLogger method use for set up logging for Matomo SDK |
0 commit comments