Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created August 2, 2016 09:15
Show Gist options
  • Save deanhume/405ff2f7ed458bdd3880e7f9f6850cad to your computer and use it in GitHub Desktop.
Save deanhume/405ff2f7ed458bdd3880e7f9f6850cad to your computer and use it in GitHub Desktop.
Offline Google Analytics
importScripts('path/to/offline-google-analytics-import.js');
goog.offlineGoogleAnalytics.initialize();
// Implement any other service worker caching strategies appropriate for your web app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment