Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
What is Google Analytics Debugger?
Google Analytics Debugger is a Chrome extension developed by https://www.keithclark.co.uk, and its main feature is "A browser extension for debugging Google Analytics tracking code".
Extension Screenshots
Download Google Analytics Debugger Extension CRX File
Download Google Analytics Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google Analytics Debugger is a devtools extension for exposing tracking beacon data to developers.
Live data capture
Capture tracking beacons for Traditional and Universal Analytics properties while you browse. Beacons are automatically grouped by page context, making it easy to identify how tracked events relate to each other.
Beacon inspector
Review meta data for every tracking beacon sent to the Google Analytics servers with the context sensitive inspector.
Tracker properties
Client information
Document properties
Page views
Events
E-commerce transactions
User timings
Social interactions
Custom variables
Custom dimensions
Custom metrics
Content groups
Campaign tracking
Multiple tracker Support
Google Analytics supports multiple trackers on a single website, allowing specific metrics to be captured into different accounts. GA Debugger will capture beacons sent from every tracker on a page, grouping them together for easy navigation and interrogation. Extension Basic Information
| Name | |
| ID | jiokjpcfnipnicblkgdklknjjeohnfln |
| Official URL | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
| Description | A browser extension for debugging Google Analytics tracking code |
| File Size | 27.1 KB |
| Installation Count | 43,719 |
| Current Version | 2.1.6 |
| Last Updated | 2017-04-11 |
| Publish Date | 2017-04-11 |
| Rating | 4.53/5 Total 34 Ratings |
| Developer | https://www.keithclark.co.uk |
| Payment Type | free |
| Extension Website | https://keithclark.github.io/gadebugger/ |
| Supported Languages | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Analytics Debugger",
"description": "A browser extension for debugging Google Analytics tracking code",
"version": "2.1.6",
"author": "Keith Clark",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"homepage_url": "http:\/\/github.com\/keithclark\/gadebugger",
"manifest_version": 2,
"devtools_page": "devtools.html"
} | |