Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
Qu'est-ce que Google Analytics Debugger ?
Google Analytics Debugger est une extension Chrome développée par https://www.keithclark.co.uk, et sa fonction principale est "A browser extension for debugging Google Analytics tracking code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Analytics Debugger
Téléchargez les fichiers d'extension Google Analytics Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Google Analytics Debugger |
ID | jiokjpcfnipnicblkgdklknjjeohnfln |
URL Officiel | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
Description | A browser extension for debugging Google Analytics tracking code |
Taille du Fichier | 27.1 KB |
Nombre d'Installations | 43,719 |
Version Actuelle | 2.1.6 |
Dernière Mise à Jour | 2017-04-11 |
Date de Publication | 2017-04-11 |
Évaluation | 4.53/5 Total 34 Évaluations |
Développeur | https://www.keithclark.co.uk |
Type de Paiement | free |
Site Web de l'Extension | https://keithclark.github.io/gadebugger/ |
Langues Prises en Charge | 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" } |