Goal: Between sessions on your site it would be lovely to stash localStorage and restore it later. Allows functionality that should work for both anonymous and authenticated users to both live in the same place.
How:
- Could be on the Drupal user object.
- Could relate to a repeatable derived GUID.
Comments
Comment #1
doublejosh commentedComment #2
doublejosh commentedComment #3
doublejosh commentedHey wow,
https://drupal.org/project/supercookie
Comment #4
natemow commentedWorking on hook_supercookie_append + mongodb integration option now; stand by for goodness!
Comment #5
doublejosh commentedLooking at stashing each page tracking event within the GA data layer (free) in addition to localStorage.
https://github.com/google/data-layer-helper
This allows analysis and reconstructing past history with the same GUID.
Comment #6
doublejosh commentedWeird find, but there are some strange shady ways to keep a unique ID on people.
http://www.scatmania.org/2012/04/24/visitor-tracking-without-cookies/
Comment #7
natemow commentedGive it a whirl...would love your feedback: https://drupal.org/node/2285333
Comment #8
doublejosh commentedComment #9
doublejosh commentedWorking on this here:
https://github.com/tableau-mkt/semi_anonymous/issues/2