Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
什么是Google Analytics Debugger?
Google Analytics Debugger是由https://www.keithclark.co.uk开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for debugging Google Analytics tracking code”。
扩展截图
下载Google Analytics Debugger扩展crx文件
下载Google Analytics Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Google Analytics Debugger |
ID | jiokjpcfnipnicblkgdklknjjeohnfln |
官方URL | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
简介 | A browser extension for debugging Google Analytics tracking code |
文件大小 | 27.1 KB |
安装次数 | 43,719 |
当前版本 | 2.1.6 |
更新时间 | 2017-04-11 |
上架时间 | 2017-04-11 |
评分 | 4.53/5 共34次评分 |
开发者 | https://www.keithclark.co.uk |
付费类型 | free |
扩展官网 | https://keithclark.github.io/gadebugger/ |
支持的语言 | 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" } |