Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
Co je Google Analytics Debugger?
Google Analytics Debugger je rozšíření Chrome vyvinuté https://www.keithclark.co.uk, a jeho hlavní funkcí je „A browser extension for debugging Google Analytics tracking code“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Analytics Debugger
Stáhněte si soubory rozšíření Google Analytics Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Analytics Debugger |
ID | jiokjpcfnipnicblkgdklknjjeohnfln |
Oficiální URL | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
Popis | A browser extension for debugging Google Analytics tracking code |
Velikost souboru | 27.1 KB |
Počet instalací | 43,719 |
Aktuální Verze | 2.1.6 |
Poslední Aktualizace | 2017-04-11 |
Datum Vydání | 2017-04-11 |
Hodnocení | 4.53/5 Celkem 34 Hodnocení |
Vývojář | https://www.keithclark.co.uk |
Typ Platby | free |
Webové stránky Rozšíření | https://keithclark.github.io/gadebugger/ |
Podporované Jazyky | 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" } |