Skip to content

Chrome extension to persist analytics network requests to local storage

Notifications You must be signed in to change notification settings

honeydew-sc/chrome-analytics-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome analytics logger

This extension adds a listener to all web requests, filtering for the following analytics expressions:

  • Google Analytics: *://*.google-analytics.com/collect*
  • ComScore: *://*.scorecardresearch.com/*
  • Omniture *://*/b/ss/*

Upon matching a request to one of those patterns, a message is sent to the page to store it in localStorage in an array in the analytics key.

localStorage.analytics // [ "an", "array", "of", "analytics", "reqs" ]

About

Chrome extension to persist analytics network requests to local storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • Perl 35.4%