Skip to content

Commit 2370bf2

Browse files
author
kaushik patel
committed
update README file
1 parent 2b59a02 commit 2370bf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ startSession,
5555
### createTracker()
5656

5757
The createTracker function is used to instantiate a tracker object for Matomo analytics within a React Native application .It will take `matomo-url` and `siteId` parameter.
58+
#### note
59+
for matomo-url madatory to add `/matomo.php` end of url.
5860

5961
#### Examples
6062

6163
```js
6264

63-
createTracker("your-matomo-url","siteId")
65+
createTracker("https://your-matomo-url/matomo.php","siteId")
6466

6567
```
6668

0 commit comments

Comments
 (0)