An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hexlet Analytics

[![Build Status](https://travis-ci.org/Hexlet/hexlet-analytics.svg?branch=master)](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.