https://github.com/hexlet/hexlet-analytics
Segment.io analytics.js script built for Hexlet.io
https://github.com/hexlet/hexlet-analytics
Last synced: 3 months ago
JSON representation
Segment.io analytics.js script built for Hexlet.io
- Host: GitHub
- URL: https://github.com/hexlet/hexlet-analytics
- Owner: Hexlet
- Created: 2015-02-26T09:59:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T19:51:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T10:12:31.812Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://hexlet.io
- Size: 102 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexlet Analytics
[](https://travis-ci.org/Hexlet/hexlet-analytics)
This repository contains custom build of [analytics.js](https://github.com/Hexlet/analytics.js) script.
At the moment it includes Google Analytics and Yandex Metrica providers.
To build your own version of analytics.js update `integrations.json` file with your preferences. Please refer to [full list of integrations](https://github.com/Hexlet/analytics.js/blob/master/integrations.json.skel) for available options.
Run `make` in the root directory to start the build process.
Updated files will be saved into `dist`.
To update your build run `make clean` and then `make` again.