Skip to content

Commit 6fc8d1c

Browse files
updated readme.md and added change logs
1 parent 6b13944 commit 6fc8d1c

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
## 0.3.11
2+
3+
- Fixed Apple TVOS crash issue.
4+
- Enhanced Debug Logging
5+
- Added trackGoal method. With trackGoal, you can track when a visitor completes a specific objective.
6+
7+
## 0.3.10
8+
9+
- Fixed crash issue related to not passing dimention parameter.
10+
11+
## 0.3.9
12+
13+
- Fixed the crash issue on trackMedia function while pass dimension option.
14+
15+
## 0.3.8
16+
17+
- Refined dimensions data passing
18+
19+
## 0.3.7
20+
21+
- Added trackCustomDimension method for track individual custom dimension tracking
22+
23+
## 0.3.6
24+
25+
- Fixed issue in custom dimension tracking.
26+
27+
## 0.3.5
28+
29+
- Added custom dimension property in media tracking
30+
31+
## 0.3.4
32+
33+
- Added trackCampaign method. Using which you can track generic and matomo UTM attribution
34+
35+
## 0.3.3
36+
37+
- Added support to pass matomo auth-token.
38+
- Sometime facing issue related to authentication for older events. More info [Here](https://matomo.org/faq/how-to/faq_30835/)
39+
40+
## 0.3.2
41+
42+
- Media tracking progress's attribute typo fix.
43+
44+
## 0.3.1
45+
46+
- Media tracking added.
47+
- Use trackMediaEvent method to track audio and video related details
48+
49+
## 0.3.0
50+
51+
- Added enableTracking & disableTracking methods to opt in or opt out of tracking. Replacement of setIsOptedOut method.
52+
- Updated readme.
53+
**~~~~~ BREAKING CHANGES ~~~~~**
54+
- Removed setIsOptedOut and added 2 separate methods (enableTracking, disableTracking) to work independently
55+
56+
## 0.2.2
57+
58+
- Crash fixes. case: when trying to track event before initialising of tracker.
59+
- Can start new session now using startSession method.
60+
- Can enable logs using setLogger method.
61+
62+
## 0.2.1
63+
64+
- Compilation error fixed on android platform
65+
66+
## 0.2.0
67+
68+
- React-native plugin for Matomo Analytics. Developed based on `matomo-sdk-android` and `matomo-sdk-ios`.
69+
- The plugin should allow you to track screens, events, searches, impressions, users, visitors, etc.
70+
71+
## 0.1.0
72+
73+
- React-native plugin for Matomo Analytics. Developed based on `matomo-sdk-android` and `matomo-sdk-ios`.
74+
- The plugin should allow you to track screens, events, searches, impressions, users, visitors, etc.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ trackCustomDimension({
505505

506506
```
507507

508-
### trackCustomDimension()
508+
### trackGoal()
509509

510510
With trackGoal, you can track when a visitor completes a specific objective on your website, such as signing up for a newsletter, completing a purchase, or clicking a call-to-action. Each goal is defined in the Matomo dashboard with a unique Goal ID, and can optionally include a revenue value to track the monetary impact of conversions.
511511

0 commit comments

Comments
 (0)