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”。

擴展截圖

screenshot

下載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 Google Analytics Debugger
ID jiokjpcfnipnicblkgdklknjjeohnfln
官方網址 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"
}