All Projects → amplitude → Amplitude Javascript

amplitude / Amplitude Javascript

Licence: mit
JavaScript SDK for Amplitude

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Amplitude Javascript

Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-7.69%)
Mutual labels:  product, hacktoberfest, analytics, sdk
Amplitude Android
Native Android SDK for Amplitude
Stars: ✭ 129 (-44.87%)
Mutual labels:  product, hacktoberfest, analytics, sdk
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+1975.64%)
Mutual labels:  product, analytics, sdk
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-48.29%)
Mutual labels:  hacktoberfest, sdk
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-70.51%)
Mutual labels:  analytics, sdk
Iotplatform
An open-source IoT platform that enables rapid development, management and scaling of IoT projects. With this IoT platform, you are able to: 1) Provision and control devices, 2) Collect and visualize data from devices, 3) Analyze device data and trigger alarms, 4) Deliver device data to other systems, 5) Enable use-case specific features using customizable rules and plugins.
Stars: ✭ 82 (-64.96%)
Mutual labels:  analytics, sdk
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-83.33%)
Mutual labels:  hacktoberfest, analytics
Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+723.08%)
Mutual labels:  hacktoberfest, analytics
Fosite
Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
Stars: ✭ 1,738 (+642.74%)
Mutual labels:  hacktoberfest, sdk
Bandcamp Scraper
A scraper for https://bandcamp.com
Stars: ✭ 137 (-41.45%)
Mutual labels:  product, hacktoberfest
Countly Sdk Web
Countly Product Analytics SDK for websites and web applications
Stars: ✭ 165 (-29.49%)
Mutual labels:  analytics, sdk
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+4444.44%)
Mutual labels:  hacktoberfest, sdk
Js Api Client
Typeform API js client
Stars: ✭ 51 (-78.21%)
Mutual labels:  hacktoberfest, sdk
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+19528.21%)
Mutual labels:  hacktoberfest, analytics
Mindconnect Nodejs
NodeJS Library for MindSphere Connectivity - TypeScript SDK for MindSphere - MindSphere Command Line Interface - MindSphere Development Proxy - typescript-sdk is waiting for your contributions!
Stars: ✭ 48 (-79.49%)
Mutual labels:  hacktoberfest, sdk
Wordpress Sdk
Stars: ✭ 162 (-30.77%)
Mutual labels:  analytics, sdk
Ios Consent Sdk
Configurable consent SDK for iOS
Stars: ✭ 178 (-23.93%)
Mutual labels:  analytics, sdk
Kudo
Kubernetes Universal Declarative Operator (KUDO)
Stars: ✭ 849 (+262.82%)
Mutual labels:  hacktoberfest, sdk
Swiftinfo
📊 Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (+276.07%)
Mutual labels:  hacktoberfest, analytics
Parse Sdk Android
The Android SDK for the Parse Platform
Stars: ✭ 1,806 (+671.79%)
Mutual labels:  hacktoberfest, sdk


Test npm version Bower version

Official Amplitude JS/Web SDK

A JavaScript SDK for tracking events and revenue to Amplitude.

Installation and Quick Start

Demo Pages

  • A demo page showing a simple integration on a web page.
  • A demo page showing an integration using RequireJS.
  • A demo page demonstrating a potential integration with Google Tag Manager.

Deprecated - React Native

As of >= v8.0.0, this SDK no longer has support for React Native. We recently released a new SDK focused on providing a React Native first approach to using Amplitude in cross-platform projects. Amplitude React Native SDK

Previously used amplitude-js and looking to migrate to @amplitude/react-native?

Node.js

Please visit Amplitude-Node for our Node SDK.

Changelog

Click here to view the JavaScript SDK Changelog.

Upgrading Major Versions and Breaking Changes

6.0

The cookie format has been changed to be more compact. If you use the same Amplitude project(API key) across multiple applications, and you track anonymous users across those applications, you will want to update amplitude across all those applications at the same time. Otherwise these anonymous users will have a different device id in your different applications.

If you do not have multiple installations of amplitude, or if you do not track anonymous users across different installations of amplitude, this change should not affect you.

5.0

We stopped committing the generated amplitude.min.js and amplitude.js files to the repository. This should only affect you if you load amplitude via github. You should use npm or yarn instead.

We dropped our custom symbian and blackberry user agent parsing to simply match what the ua-parser-js library does.

4.0

The library now defaults to sending requests to https://api.amplitude.com instead of //api.amplitude.com. This should only affect you if your site does not use https and you use a Content Security Policy.

Need Help?

If you have any problems or issues over our SDK, feel free to create a github issue or submit a request on Amplitude Help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].