Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Version 1.6.0 "c" of the Chrome Platform Analytics library

Pre-release
Pre-release
Compare
Choose a tag to compare
@DaddingtonPalace DaddingtonPalace released this 09 Mar 22:49
· 15 commits to master since this release

"c" for callback.... because we forgot to export the goog.async.Deferred.callback symbol in the JS bundle, and without callback you can't make an async filter work.

New Features

  • analytics.Tracker.forceSessionStart
  • analytics.Config.resetUserId
  • analytics.Tracker.Filter implementations can now return an optional goog.async.Deferred. This is useful if a filter needs to perform async activities during processing.
  • analytics.Parameters.SESSION_GROUP provides support for custom session grouping (if for example your app has multiple windows).
    The codebase also endured an experimental effort to support HTML5 (for apps wishing to share code). This effort was abandoned. Some vestiges of this remain. We may revisit this goal in the future.

Please note: Our documentation generator kicked the bucket. This means the documentation has not been updated to reflect recent API changes. This is a known issue.

Will tag a non-prerelease once the build has been vetted.