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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}