command
module
Version:
v0.0.0-...-a7cf9b3
Opens a new window with list of versions in this module.
Published: Nov 21, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.