1.2.9 • Published 4 years ago

@adhawk/visitor-events v1.2.9

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Visitor Events

This package is an integration for analytics.js that sends all events to our own backend for storage. By doing this, we can use the events to create a better browsing experience for our users.

Installation

  1. All dependencies are managed with yarn: yarn

Testing

yarn test

Notes on the Implementation

  1. It makes HTTP POST requests conforming to this JSON schema
  2. It uses a durable localStorage queue to retry failed requests
  3. In order to avoid cross-domain issues, to conditionally send events, and for easier debugging, we use a proxy instead of directly sending events to insights.tryadhawk.com/visitor-events
1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago