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:

  1. Could be on the Drupal user object.
  2. Could relate to a repeatable derived GUID.

Comments

doublejosh’s picture

Issue summary: View changes
doublejosh’s picture

Issue summary: View changes
doublejosh’s picture

natemow’s picture

Working on hook_supercookie_append + mongodb integration option now; stand by for goodness!

doublejosh’s picture

Looking 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.

doublejosh’s picture

Weird 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/

natemow’s picture

Give it a whirl...would love your feedback: https://drupal.org/node/2285333

doublejosh’s picture

Status: Active » Postponed
doublejosh’s picture