Waaila Tracking Validator

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

Qu'est-ce que Waaila Tracking Validator ?

Waaila Tracking Validator est une extension Chrome développée par Waaila, et sa fonction principale est "Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Waaila Tracking Validator

Téléchargez les fichiers d'extension Waaila Tracking Validator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Waaila Tracking Validator Waaila Tracking Validator
ID jkmohgcefflkfjoemjnpigiokpjeohcl
URL Officiel https://chromewebstore.google.com/detail/waaila-tracking-validator/jkmohgcefflkfjoemjnpigiokpjeohcl
Description Waaila Tracking Validator is troubleshooting tool that helps you validate and test your analytics implementation.
Taille du Fichier 1.05 MB
Nombre d'Installations 270
Version Actuelle 1.80
Dernière Mise à Jour 2022-12-16
Date de Publication 2020-09-07
Évaluation 5.00/5 Total 6 Évaluations
Développeur Waaila
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://waaila.com/en/tracking-validator/
URL de la Page d'Aide https://waaila.com/en/docs/tracking-validator/
URL de la Page de Politique de Confidentialité https://waaila.com/en/privacy-policy
Langues Prises en Charge 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
    }
}