How to run Atribusi without a visitor cookie
Cookieless mode keeps the visitor ID in memory for the current tab. It does not write an ID to localStorage.
Add this attribute on the tracker script:
data-cookieless="true"Returning visitors in a new tab look like new visitors. This mode also cannot share a visitor across subdomains. Use this when you need first-party analytics without a stored identifier.

