Google Analytics Debugger

A browser extension for debugging Google Analytics tracking code

Google Analytics Debuggerคืออะไร?

Google Analytics Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.keithclark.co.uk และคุณลักษณะหลักของมันคือ "A browser extension for debugging Google Analytics tracking code"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Analytics Debugger

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}