Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rangle/redux-beacon

Analytics integration for Redux and ngrx/store
https://github.com/rangle/redux-beacon

analytics angular google-analytics ngrx react react-native redux redux-beacon

Last synced: about 1 month ago
JSON representation

Analytics integration for Redux and ngrx/store

Awesome Lists containing this project

README

        



Redux Beacon

Redux Beacon


Analytics integration for Redux and ngrx/store





## [Docs](https://rangle.gitbook.io/redux-beacon/)

- [Migration Guide (from v1 to v2)](https://rangle.gitbook.io/redux-beacon/migration-guide-v1-to-v2)
- [Getting Started (Redux users)](https://rangle.gitbook.io/redux-beacon/getting-started-redux)
- [Getting Started (ngrx users)](https://rangle.gitbook.io/redux-beacon/getting-started-ngrx)

## Introduction

If you're using Redux or ngrx/store to manage your app's state, you can use
Redux Beacon to tap into your dispatched actions and map them to events that are
consumable by an analytics service (e.g. Google Analytics). With Redux Beacon
your entire global state life-cycle becomes trackable.


Redux Beacon Diagram

- **Redux Beacon is lightweight**. The core Redux Beacon module is tiny (~ 1KB), and each target, extension, and
util, is either around the same size or smaller.

- **You can use Redux Beacon with any framework**. Redux Beacon doesn't depend on any
framework, you can use Redux Beacon with React, Angular, React Native, Vue or
just plain JavaScript.

- **You can send analytics anywhere**. We have prebuilt targets for the most
popular analytics services, you can also build your own custom targets if you
need to.

- **You can track analytics offline**. Redux Beacon provides
extensions for tracking analytics during intermittent outages in
connectivity. These extensions save events in a persistent store when offline
(e.g indexedDB). When back online, the extensions purge the store and pass
the events off to a target. Read more about offline event collection in the
[docs](https://rangle.gitbook.io/redux-beacon/extensions/offlineweb).

## Supported Targets

| | Version | Package |
| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| ![Google](https://www.google.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/@redux-beacon/google-analytics.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/google-analytics) | [@redux-beacon/google-analytics](https://rangle.gitbook.io/redux-beacon/index/google-analytics) |
| ![Google](https://www.google.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/@redux-beacon/google-analytics-gtag.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/google-analytics-gtag) | [@redux-beacon/google-analytics-gtag](https://rangle.gitbook.io/redux-beacon/index/google-analytics-gtag) |
| ![Google](https://www.google.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/@redux-beacon/google-tag-manager.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/google-tag-manager) | [@redux-beacon/google-tag-manager](https://rangle.gitbook.io/redux-beacon/index/google-tag-manager) |
| ![Google](https://www.google.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/@redux-beacon/react-native-google-analytics.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/react-native-google-analytics) | [@redux-beacon/react-native-google-analytics](https://rangle.gitbook.io/redux-beacon/index/react-native-google-analytics) |
| ![Google](https://www.google.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/@redux-beacon/react-native-google-tag-manager.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/react-native-google-tag-manager) | [@redux-beacon/react-native-google-tag-manager](https://rangle.gitbook.io/redux-beacon/index/react-native-google-tag-manager) |
| ![Amplitude](https://github.com/rangle/redux-beacon/blob/master/logo/amplitude-32x32.png?raw=true) | [![npm](https://img.shields.io/npm/v/@redux-beacon/amplitude.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/amplitude) | [@redux-beacon/amplitude](https://rangle.gitbook.io/redux-beacon/index/amplitude) |
| ![Segment](https://d1gi394wp2tyv2.cloudfront.net/app/4.244.0/favicon-6430a09ca7d7fb4217290b0d1a7a0ae3-favicon-32x32.png) | [![npm](https://img.shields.io/npm/v/@redux-beacon/segment.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/segment) | [@redux-beacon/segment](https://rangle.gitbook.io/redux-beacon/index/segment) |
| ![Segment](https://d1gi394wp2tyv2.cloudfront.net/app/4.244.0/favicon-6430a09ca7d7fb4217290b0d1a7a0ae3-favicon-32x32.png) | [![npm](https://img.shields.io/npm/v/@redux-beacon/react-native-segment.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/react-native-segment) | [@redux-beacon/react-native-segment](https://rangle.gitbook.io/redux-beacon/index/react-native-segment) |

## Third-Party Targets

| | Version | Package |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| ![Matomo](https://matomo.org/favicon.png) | [![npm](https://img.shields.io/npm/v/redux-beacon-matomo-tag-manager.svg?style=flat-square)](https://www.npmjs.com/package/redux-beacon-matomo-tag-manager) | [redux-beacon-matomo-tag-manager](https://github.com/dbartholomae/redux-beacon-matomo-tag-manager) |
| ![Appsflyer](https://www.appsflyer.com/favicon.ico) | [![npm](https://img.shields.io/npm/v/redux-beacon-react-native-appsflyer.svg?style=flat-square)](https://www.npmjs.com/package/redux-beacon-react-native-appsflyer) | [redux-beacon-react-native-appsflyer](https://github.com/tomoakley/redux-beacon-react-native-appsflyer#readme) |

## Other Targets

If you don't see your analytics target listed it might be worth a shot doing a quick search on npmjs.org. If all else fails you can always [build and provide your own custom Targets](https://rangle.gitbook.io/redux-beacon/examples-and-recipes#how-to-create-your-own-target)!

## Integrations

| Integration | Integrates with | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [redux-dynamic-modules-beacon](https://github.com/dbartholomae/redux-dynamic-modules-beacon) | [redux-dynamic-modules](https://redux-dynamic-modules.js.org/) | Redux Dynamic Modules is a library that allows to modularize redux code. With help of this extension events do not have to be defined in one central location but can be defined for each module individually. |

## Usage

- **Step 1.** Pick out a target _(see above)_

- **Step 2.** Pick out some events you want to track from your target's Event Definitions section

- **Step 3.** Match the events to action types _(see below)_

### Examples

_Track a page view on each `ROUTE_CHANGED` action_
```js
const eventsMap = {
'ROUTE_CHANGED': trackPageView(action => ({
page: action.payload.routerState.url,
})),
}
```

_Track an event on each `VIDEO_SELECTED` action, use the state before the action
and the state after the action to hydrate the analytics event_
```js
const eventsMap = {
'VIDEO_SELECTED': trackEvent((action, prevState, nextState) => ({
category: 'Videos',
action: action.type,
label: prevState.videos.currentCampaign,
value: nextState.videos.numVideosSelected,
}))
}
```

_Track an event on _every_ action using the special '*' key_
```js
const eventsMap = {
'*': trackEvent(action => ({
category: 'redux',
action: action.type,
})),
}
```

_Track multiple events on each `VIDEO_PLAYED` action using the `combineEvents` util_

```js
const eventsMap = {
'VIDEO_PLAYED': combineEvents(
trackTiming(action => ({
category: 'Videos',
action: 'load',
value: action.payload.loadTime,
}))
trackEvent(() => ({
category: 'Videos',
action: 'play'
})),
),
}
```

_Track an event on each 'VIDEO_SEARCHED' action, but throttle it with the debounceEvent util so it doesn't fire as often_

```js
const eventsMap = {
'VIDEO_SEARCHED': debounceEvent(300,
trackEvent(action => ({
category: 'Videos',
action: 'search',
label: action.payload.searchTerm,
}))
),
}
```

The `trackPageView`, `trackEvent`, and `trackTiming` functions used above are
called `eventDefinitions` and are what you use to create events that are
consumable by an analytics service (a.k.a "target"). Each target will have its
own set of `eventDefinitions` that you can use and customize.

**Don't like the idea of using an object to map actions?**

_You can use a function..._
```js
const pageView = trackPageView(action => ({
page: action.payload.routerState.url,
}));

const videoLoadTime = trackTiming(action => ({
category: 'Videos',
action: 'load',
value: action.payload.loadTime,
}));

const videoPlayed = trackEvent(() => ({
category: 'Videos',
action: 'play'
}));

const eventsMapper = (action) => {
switch(action.type) {
case 'ROUTE_CHANGED':
return pageView;
case 'VIDEO_PLAYED':
return [videoLoadTime, videoPlayed]
default:
return [];
}
}
```

## More Examples & Recipes
- [How to Track Pageviews in a React-Redux app](https://rangle.gitbook.io/redux-beacon/examples-and-recipes#how-to-track-pageviews-in-a-react-redux-app)
- [How to Track Pageviews in an Angular-ngrx app](https://rangle.gitbook.io/redux-beacon/examples-and-recipes#how-to-track-pageviews-in-an-angular-ngrx-app)
- [How to Track Analytics Offline (Web)](https://rangle.gitbook.io/redux-beacon/extensions/offlineweb)
- [How to Track Analytics Offline (React Native)](https://rangle.gitbook.io/redux-beacon/extensions/offlinereactnative)

## Extensions & Plugins

| | Version | Package |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| 🔌 | [![npm](https://img.shields.io/npm/v/@redux-beacon/logger.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/logger) | [@redux-beacon/logger](https://rangle.gitbook.io/redux-beacon/index-2/logger) |
| 🔧 | [![npm](https://img.shields.io/npm/v/@redux-beacon/combine-events.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/combine-events) | [@redux-beacon/combine-events](https://rangle.gitbook.io/redux-beacon/index-3/combine-events) |
| 🔧 | [![npm](https://img.shields.io/npm/v/@redux-beacon/ensure.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/ensure) | [@redux-beacon/ensure](https://rangle.gitbook.io/redux-beacon/index-3/ensure) |
| 🔧 | [![npm](https://img.shields.io/npm/v/@redux-beacon/debounce-event.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/debounce-event) | [@redux-beacon/debounce-event](https://rangle.gitbook.io/redux-beacon/index-3/debounce-event) |
| 🔌 | [![npm](https://img.shields.io/npm/v/@redux-beacon/offline-web.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/offline-web) | [@redux-beacon/offline-web](https://rangle.gitbook.io/redux-beacon/index-2/offline-web) |
| 🔌 | [![npm](https://img.shields.io/npm/v/@redux-beacon/offline-react-native.svg?style=flat-square)](https://www.npmjs.com/package/@redux-beacon/offline-react-native) | [@redux-beacon/offline-react-native](https://rangle.gitbook.io/redux-beacon/index-2/offline-react-native) |