dliv-analytics

Analytics wrapper for Google Analytics and Snowplow

Usage no npm install needed!

<script type="module">
  import dlivAnalytics from 'https://cdn.skypack.dev/dliv-analytics';
</script>

README

Analytics is a Javascript module for logging events to analytics providers (specifically Google Analytics and Snowplow).

Getting Started

The Analytics module can be loaded as:

  • A CommonJS / Node module available at npmjs
  • A script tag (creates the global variable analytics)

Examples

Coming soon, see the spec file for now.

Contributors