snowplow-incubator / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
1 stars 0 forks source link

Make Snowplow AMP tracker cookie-free #8

Open colmsnowplow opened 4 years ago

colmsnowplow commented 4 years ago

AMP tracker currently uses cookies to store duid and AMP client ID if it can, by default.

Since cookies aren't strictly dependable on the platform, and there's a demand for cookie-free tracking, we should look to refactor the extension to remove the attempt to set cookies in the first place if possible.