minimal-analytics
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

Minimal Google Analytics

Minimal analytics is a Google Analytics replacement created by David Künnen. This is an npm package of that code snippet.

I created this package for use in my personal projects. Feel free to do the same, PR's with improvements are welcome.

Description, see project page: https://minimalanalytics.com/

Usage

Add the npm module using either yarn or npm:

yarn add minimal-analytics

And somewhere in your JavaScript entry point:

import { initialize } from 'minimal-analytics'

// other imports and code

initialize(window, 'UA-XXXXXXXXX-X', {
  anonymizeIp: true,
  colorDepth: true,
  characterSet: true,
  screenSize: true,
  language: true
})

That's it, you're all set. 🎉

Readme

Keywords

none

Package Sidebar

Install

npm i minimal-analytics

Weekly Downloads

0

Version

0.1.16

License

MIT

Unpacked Size

27 kB

Total Files

12

Last publish

Collaborators

  • vnglst