Skip to content

Snowplow JavaScript Tracker v2.2.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 15 Dec 14:00
· 898 commits to master since this release

Now making it easy to access domain user ID, fingerprint etc from outside the tracker.

New features

  • Made trackerDictionary object available in onload callbacks, thanks @murphybob! (#294)
  • Added public method to get duid (#289)
  • Added public method to get user fingerprint (#288)
  • Added ability to disable use of localStorage (#181)
  • Added ability to disable cookies (#140)

Bug fixes

  • Ensured all page offsets are integers (#291)
  • URL encoded custom contexts if base 64 encoding is disabled (#299)

Under the hood

  • Added bundle.js to deploy/.gitignore (#281)
  • Started using grunt-cloudfront for cache invalidation (#276)