mirror of
https://github.com/Findus23/MatomoLiteTracker.git
synced 2024-09-08 03:13:44 +02:00
update docs
This commit is contained in:
parent
b14b3127bb
commit
397872ef4b
2 changed files with 3 additions and 2 deletions
|
@ -34,11 +34,12 @@ That said, if you are interested in trying it out, I'd be interested in hearing
|
|||
- manual ping
|
||||
- manual DoNotTrack detection
|
||||
- sendBeacon
|
||||
- Performance Tracking
|
||||
|
||||
|
||||
## missing (yet)
|
||||
|
||||
- non utf-8 pages
|
||||
- performance tracking
|
||||
- setCustomUrl
|
||||
- setReferrerUrl
|
||||
- HeartBeatTimer (automatic regular ping)
|
||||
|
|
|
@ -5,7 +5,7 @@ import {PerformanceMetric} from "../src/performancetracking";
|
|||
|
||||
const matomo = new MatomoLiteTracker("https://dev.matomo", 1)
|
||||
matomo.performanceMetric = new PerformanceMetric()
|
||||
console.log(matomo.performanceMetric)
|
||||
|
||||
const features = new BrowserFeatures()
|
||||
features.addBrowserPlugins(detectBrowserPlugins())
|
||||
matomo.browserFeatures = features
|
||||
|
|
Loading…
Reference in a new issue