cookielesstracking

command module
v0.0.0-...-a7cf9b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2020 License: BSD-3-Clause Imports: 6 Imported by: 0

README

cookielessTracking

Purpose

Proof-of-Concept that you can store a visitors tracking ID without using cookies, by utlizing their computer and local cache.

The file tracking.js is set as last-modified at 1st of January 1970, so it will be stored in cache until cache is cleared.

Usage

<script type="text/javascript" src="//example.com/tracking.js"></script>
<script type="text/javascript">
	console.log(`My tracking ID is: ${trackingID}`)
</script>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL