Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
Cos'è Google Analytics Debugger?
Google Analytics Debugger è un'estensione di Chrome sviluppata da https://www.keithclark.co.uk, e la sua funzione principale è "A browser extension for debugging Google Analytics tracking code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Analytics Debugger
Scarica i file di estensione Google Analytics Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Analytics Debugger |
ID | jiokjpcfnipnicblkgdklknjjeohnfln |
URL Ufficiale | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
Descrizione | A browser extension for debugging Google Analytics tracking code |
Dimensione del File | 27.1 KB |
Conteggio Installazioni | 43,719 |
Versione Corrente | 2.1.6 |
Ultimo Aggiornamento | 2017-04-11 |
Data di Pubblicazione | 2017-04-11 |
Valutazione | 4.53/5 Totale 34 Valutazioni |
Sviluppatore | https://www.keithclark.co.uk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://keithclark.github.io/gadebugger/ |
Lingue Supportate | 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" } |