A library containing analytics tools for Carl.
npm install @carl/analytics
import { createId } from '@carl/analytics;'
A function that returns a 128 bit id. Any existing id found will be persisted. If a Google Analytics (_ga) value is found then the id will be generated using that value as a base.
import { KEY } from '@carl/analytics;'
This is the value that is used to store the generated id.