Skip to content

Instantly share code, notes, and snippets.

@stephenajulu
Forked from deanhume/offline-ga.js
Created April 22, 2020 09:44
Show Gist options
  • Save stephenajulu/7a99f3c579e393c3cb0e2dd76b3dfeb5 to your computer and use it in GitHub Desktop.
Save stephenajulu/7a99f3c579e393c3cb0e2dd76b3dfeb5 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