analytics.js

The hassle-free way to integrate analytics into any web application.

  • Owner: segmentio/analytics.js
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Analytics.js

Analytics.js makes it easy to collect customer data and send it to many different tools using a single, unified API.

Analytics.js is open source and is one of the libraries that powers Segment, the managed, hassle-free way to collect customer data in the browser and beyond.

For our mobile and server-side data collection libraries, check out our catalog or our libraries page.

Analytics helps you measure your users, product, and business. It unlocks insights into your app's funnel, core business metrics, and whether you have product-market fit.

How to get started

  1. Collect analytics data from your app(s). Get started through Segment with our Analytics.js Quickstart.
    • The top 200 Segment companies collect data from 5+ source types (web, mobile, server, CRM, etc.).
  2. Send the data to analytics tools (for example, Google Analytics, Amplitude, Mixpanel).
    • Over 250+ Segment companies send data to eight categories of destinations such as analytics tools, warehouses, email marketing and remarketing systems, session recording, and more.
  3. Explore your data by creating metrics (for example, new signups, retention cohorts, and revenue generation).
    • The best Segment companies use retention cohorts to measure product market fit. Netflix has 70% paid retention after 12 months, 30% after 7 years.

Segment collects analytics data and allows you to send it to more than 250 apps (such as Google Analytics, Mixpanel, Optimizely, Facebook Ads, Slack, Sentry) just by flipping a switch. You only need one Segment code snippet, and you can turn integrations on and off at will, with no additional code. Sign up with Segment today.

Why?

  1. Power all your analytics apps with the same data. Instead of writing code to integrate all of your tools individually, send data to Segment, once.

  2. Install tracking for the last time. We're the last integration you'll ever need to write. You only need to instrument Segment once. Reduce all of your tracking code and advertising tags into a single set of API calls.

  3. Send data from anywhere. Send Segment data from any device, and we'll transform and send it on to any tool.

  4. Query your data in SQL. Slice, dice, and analyze your data in detail with Segment SQL. We'll transform and load your customer behavioral data directly from your apps into Amazon Redshift, Google BigQuery, or Postgres. Save weeks of engineering time by not having to invent your own data warehouse and ETL pipeline.

    For example, you can capture data on any app:

    analytics.track('Order Completed', { price: 99.84 })
    

    Then, query the resulting data in SQL:

    select * from app.order_completed
    order by price desc
    

? Startup Program

If you are part of a new startup (<$5M raised, <2 years since founding), we just launched a new startup program for you. You can get a Segment Team plan (up to $25,000 value in Segment credits) for free up to 2 years — apply here!

Documentation

First, read the Analytics.js QuickStart, which contains installation instructions and a brief overview of what Analytics.js does and how it works.

For more detail on the Analytics.js API, check out the Analytics.js Library Reference.

Using this Repo

This repository houses a pre-built, open-source version of analytics.js. If you'd like to use Analytics.js outside of Segment but don't need to customize your build, pre-built unminified or minified versions of analytics.js found in the root of this repository. Once you've done that, you'll want to mimic the Segment snippet on your website by stubbing out its methods on the window and downloading your built version of the script asynchronously. For an example of doing that and initializing your integrations with options, see here.

If you're looking to produce a custom build of Analytics.js with just the plugins you need, see the wiki page for building a custom distribution.

Contributing to Analytics.js and its Ecosystem of Integration Plugins

The core logic of analytics.js is broken out into individual repositories:

  • To report an issue with analytics.js itself, head over to analytics.js-core, where the core analytics.js logic is maintained.
  • To report an issue with an integration plugin. head over to the analytics.js-integrations organization, where we keep each integration plugin in its own repository.
  • To build a custom integration plugin for analytics.js, check out the wiki. To distribute your plugin as a component of an integration in our catalog, check out our partner docs.

If you're not sure where to open an issue, feel free to open an issue against this repository or contact us and we'll help point you in the right direction.

License

Released under the MIT license.

Overview

Name With Ownersegmentio/analytics.js
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
Release Count282
Last Release Name2.11.0 (Posted on 2015-08-17 18:18:48)
First Release Name0.1.0 (Posted on 2012-10-11 16:06:29)
Created At2012-06-18 05:38:24
Pushed At2022-02-24 10:48:35
Last Commit At2021-09-30 10:52:41
Stargazers Count4.8k
Watchers Count172
Fork Count734
Commits Count1.8k
Has Issues Enabled
Issues Count428
Issue Open Count25
Pull Requests Count156
Pull Requests Open Count1
Pull Requests Close Count75
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top