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

https://github.com/jahilldev/minimal-analytics

Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.
https://github.com/jahilldev/minimal-analytics

analytics ga4 google-analytics heap javascript lightweight minimal performance tiny

Last synced: 2 months ago
JSON representation

Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.

Awesome Lists containing this project

README

        

# minimal-analytics

[![CI](https://github.com/jahilldev/minimal-analytics/actions/workflows/ci.yml/badge.svg?)](https://github.com/jahilldev/minimal-analytics/actions/workflows/ci.yml)

This project aims to provide minimal implementations of popular analytics libraries. It's aimed at users who want to reduce the impact of third-party JavaScript on their project, without losing core analytics data. If you require more advance tracking, it's recommended to use the official library instead.

# Getting Started

Depending on your preferred service, visit the relevant package below and follow setup instructions:

| Library | Package | Ready |
| ------- | -------------------------------------------------------------------------------------------------------- | -------- |
| GA4 | [@minimal-analytics/ga4](https://github.com/jahilldev/minimal-analytics/tree/main/packages/ga4#readme) | Yes |
| Heap | [@minimal-analytics/heap](https://github.com/jahilldev/minimal-analytics/tree/main/packages/heap#readme) | No (TBD) |