Waaila Tracking Validator

Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.

Waaila Tracking Validator란 무엇입니까?

Waaila Tracking Validator은(는) Waaila에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Waaila Tracking Validator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The only browser extension to inspect & validate your data layer in seconds. Forget long manual crawling. Automate the validation now!
 
Waaila Tracking Validator tests your data layer, shows what data is being pushed, and highlights all the errors in your data layer schema. See where exactly the error occurs, what problems it causes, and speed the process of retrieval.
 
FEATURES
· Inspect data layer content
· Use your custom JSON schema to compare it with the actual data layer content
· Errors highlighted in colors for immediate detection
· Merged data layer displaying
· See data layer content corresponding to a selected event
· View previous page and see events that occurred just before redirection
· Choose your name for the data layer
· Enable Google Analytics 4 debugging                    

확장 프로그램 기본 정보

이름 Waaila Tracking Validator Waaila Tracking Validator
ID jkmohgcefflkfjoemjnpigiokpjeohcl
공식 URL https://chromewebstore.google.com/detail/waaila-tracking-validator/jkmohgcefflkfjoemjnpigiokpjeohcl
설명 Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.
파일 크기 1.05 MB
설치 횟수 270
현재 버전 1.80
최근 업데이트 2022-12-16
출시 날짜 2020-09-07
평점 5.00/5 총 6 개의 평점
개발자 Waaila
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://waaila.com/en/tracking-validator/
도움말 페이지 URL https://waaila.com/en/docs/tracking-validator/
개인정보 보호 정책 페이지 URL https://waaila.com/en/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waaila Tracking Validator",
    "version": "1.80",
    "icons": {
        "16": "img\/waaila-16.png",
        "48": "img\/waaila-48.png",
        "128": "img\/waaila-128.png"
    },
    "description": "Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; script-src-elem 'self' http:\/\/tag.aticdn.net https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/waaila-32.png",
        "default_popup": "core\/popup\/popup.html"
    },
    "devtools_page": "core\/devtools\/devtoolsInit.html",
    "web_accessible_resources": [
        "core\/contentInjected.js"
    ],
    "background": {
        "scripts": [
            "core\/background.js"
        ],
        "persistent": false
    }
}