Repository: incubator-unomi Updated Branches: refs/heads/master 8b7ee5f90 -> b62a84c5f
UNOMI-187 : Update README Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/b62a84c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/b62a84c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/b62a84c5 Branch: refs/heads/master Commit: b62a84c5f539ded740bdc191aff65db7e17ef5ce Parents: 8b7ee5f Author: tdraier <[email protected]> Authored: Mon Sep 24 14:32:09 2018 +0200 Committer: tdraier <[email protected]> Committed: Mon Sep 24 14:32:09 2018 +0200 ---------------------------------------------------------------------- extensions/web-tracker/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/b62a84c5/extensions/web-tracker/README.md ---------------------------------------------------------------------- diff --git a/extensions/web-tracker/README.md b/extensions/web-tracker/README.md index 1c8c63b..8ade7ee 100644 --- a/extensions/web-tracker/README.md +++ b/extensions/web-tracker/README.md @@ -19,7 +19,8 @@ Apache Unomi Web Tracker ================================= -This extension is providing the web tracker to start collecting visitors data on your website +This extension is providing the web tracker to start collecting visitors data on your website. +The tracker is implemented as an integration of [analytics.js](https://github.com/segmentio/analytics.js) for Unomi. ## Getting started @@ -37,4 +38,6 @@ In your page include unomiOptions and include code snippet from `snippet.min.js` </script> ``` -`window.unomiTracker` can be used to send additional events when needed. \ No newline at end of file +`window.unomiTracker` can be used to send additional events when needed. + +Check analytics.js API [here](https://segment.com/docs/sources/website/analytics.js/). All methods can be used on `unomiTracker` object, although not all event types are supported by Unomi intergation. \ No newline at end of file
