All Projects → keithclark → Gadebugger

keithclark / Gadebugger

Licence: mit
A Chrome, Firefox & Opera devtools extension for debugging Google Analytics tracking code

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gadebugger

Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+2826.67%)
Mutual labels:  chrome, firefox, opera
Emoji Helper
A small cross-browser emoji cheatsheet extension 👍
Stars: ✭ 194 (-13.78%)
Mutual labels:  chrome, firefox, opera
Awesome Meta And Manifest
⚡ Awesome collection of meta tags & manifest properties.
Stars: ✭ 499 (+121.78%)
Mutual labels:  chrome, firefox, opera
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (-3.56%)
Mutual labels:  chrome, firefox, opera
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-65.78%)
Mutual labels:  chrome, firefox, opera
Extensions
Source code of Raindrop.io browser extension (Chrome, Firefox, Opera)
Stars: ✭ 446 (+98.22%)
Mutual labels:  chrome, firefox, opera
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (+148%)
Mutual labels:  chrome, firefox, opera
Web Developer
A browser extension that adds various web developer tools to a browser.
Stars: ✭ 532 (+136.44%)
Mutual labels:  chrome, firefox, opera
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-67.11%)
Mutual labels:  chrome, firefox, opera
Octopatcher
Arrgh Some Patchy Goodness to GitHub!
Stars: ✭ 49 (-78.22%)
Mutual labels:  chrome, firefox, opera
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (+92.89%)
Mutual labels:  chrome, firefox, opera
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-34.67%)
Mutual labels:  chrome, firefox, opera
Fofa view
FOFA Pro view 是一款FOFA Pro 资产展示浏览器插件,目前兼容 Chrome、Firefox、Opera。
Stars: ✭ 291 (+29.33%)
Mutual labels:  chrome, firefox, opera
Octotree
Browser extension that enhances GitHub code review and exploration. You can download Octotree for your browser from our website.
Stars: ✭ 21,726 (+9556%)
Mutual labels:  chrome, firefox, opera
Browser
Useragent analysis tool.浏览器分析判断工具 - 用户代理、操作系统信息
Stars: ✭ 789 (+250.67%)
Mutual labels:  chrome, firefox, opera
Catblock
CatBlock - An ad-blocking extension (with an ability to replace ads by pictures) for all major desktop browsers!
Stars: ✭ 84 (-62.67%)
Mutual labels:  chrome, firefox, opera
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1512%)
Mutual labels:  chrome, firefox, opera
Firessh
free, cross-platform SSH terminal client for Firefox and Chrome
Stars: ✭ 173 (-23.11%)
Mutual labels:  chrome, firefox
Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (-22.22%)
Mutual labels:  chrome, firefox
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-19.11%)
Mutual labels:  chrome, firefox

Google Analytics Debugger Extension

Google Analytics Debugger in Chrome (above) and Firefox (below)

Google Analytics Debugger is a devtools extension for Chrome, Firefox and Opera that exposes tracking beacon data to developers so they can test their analytics implementations. The extension will capture tracking beacons from Classic/Traditional Analytics and Universal Analytics.

Google Analytics Debugger will log the following interactions and data:

  • Page views
  • Events
  • E-commerce transactions
  • User timings
  • Social interactions
  • Custom variables
  • Custom dimensions
  • Custom metrics
  • Content groups
  • Campaign tracking

Prerequisites

Requirements

  • NodeJS / NPM
  • Grunt CLI

Setup

npm install

Building

The easiest way to get started is to simply run:

grunt

This will build the core, the browser extensions and start a watch task. If you want to build components or extensions individually you can use:

grunt core                   // builds the core
grunt core chrome            // builds the chrome extension (requires core)
grunt core firefox           // builds the firefox extension (requires core)

Installing the extension for development

Chrome

First, make sure you've built the chrome extension. Browse to chrome://extensions, tick the 'Developer mode' option, click 'Load unpacked extension' and select the build/chrome folder. If all goes well, when you open/restart devtools you should see a 'GA Debugger' panel.

If you modify the core or chrome source code you'll need to rebuild the extension (the watch task will do this for you) and then restart devtools to see your changes.

Firefox

You can only develop and test add-ons using the Developer Editon of Firefox. Release versions of Firefox require add-ons to be digitally signed before they can be installed.

First, make sure you've built the Firefox add-on. Next, launch Firefox and browse to about:debugging. Click the 'Load Temporary Add-on' button, browse to your add-on's build folder and select the install.rdf file. If your add-on loads correctly, Google Analtics Debugger should appear in the extensions list. You can now open devtools and select the 'GA Debugger' tab.

If you modify the core or add-on source code you'll need to rebuild the extension (the watch task will do this for you) and click the 'Reload' button in the Add-on debugger menu to see your changes.

Opera

To install the extension in Opera, follow the steps above for Chrome.

Building distributable extensions

The dist task will package each extension into its distributable format, ready to be installed in the browser. You can run this task (once you have build the extensions) using:

grunt dist                    // create distributable extensions

Notes

The GA debugger repository contains GACore and the browser extensions. GACore is a library for inspecting Google Analytics tracking beacons and is used by all browser extensions. GACore can also stand alone if required.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].