@thewebco/pid
v1.8.3
Published
[![Build, deploy release, and publish](https://github.com/the-web-company/pid/actions/workflows/build-deploy-publish.yml/badge.svg?branch=main)](https://github.com/the-web-company/pid/actions/workflows/build-deploy-publish.yml) [![version][npm-version-ima
Downloads
238
Readme
PID - (Persistent IDentify)
https://badgen.net/bundlephobia/minzip/@thewebco/pid
PID (Persistent IDentify) the visitor browser and HTTP attributes. Get the same visitor id even in incognito/private mode (and sometimes even if the visitor switch browsers). Works without cookies / local storage / pixel / etc.
Demo
Visit https://the-web-company.github.io/pid/ to know your visitor id.
Now, try visiting the same page in private / incognito mode and notice how the visitor id remains the same!
Getting Started
import { TheWebCo } from "https://cdn.jsdelivr.net/npm/@thewebco/pid/+esm";
new TheWebCo("<YOUR-API-KEY>");