Datalayer Checker
Featured

Datalayer Checker

A browser extension for debugging dataLayer implementations with event search, snapshot capture, and batch analysis.

★★★★☆ 4.4 49 reviews 100K+ users · Developer Tools
Developer datalayer.checker
Install from Chromium extensions ↗

Description

Datalayer Checker is a browser extension designed to simplify the debugging and inspection of dataLayer implementations. It eliminates the need to manually interact with the browser console, providing a dedicated interface for viewing and analyzing the data that websites push to Google Tag Manager or other tag management systems. Version 3 introduces a redesigned interface and a more intuitive user experience, making it accessible for both developers and digital analysts.

Key Features

  • Redesigned Interface: The new user interface is cleaner and more organized, allowing users to quickly navigate through dataLayer entries without clutter. This improves efficiency when monitoring real-time data pushes.
  • Integrated Event Search Engine: Users can search for specific events within the dataLayer, such as 'event_name' or custom event parameters. This is particularly useful when verifying that particular interactions (e.g., form submissions, clicks) are correctly tracked.
  • Flexible Variable Visualization: DataLayer variables can be displayed either as a structured table or as a JSON object. The table view is ideal for quick scanning of key-value pairs, while the JSON view provides the full context for complex nested objects, aiding in detailed debugging.
  • Snapshot Function: Capture up to 100 dataLayer states at any given moment. This feature is invaluable for comparing data before and after specific user actions, or for documenting dataLayer behavior during development.
  • Batch Analysis: Snapshots can be analyzed in batches, allowing users to systematically inspect multiple captured states. This is helpful when testing a sequence of interactions or validating data consistency across different scenarios.
  • Intelligent Filters: Organize snapshots automatically by domain, dataLayer name, or specific search terms. For instance, filter by 'event_name' to group all snapshots containing a particular event, making it easier to track recurring issues.
  • URL Reopening: Reopen all snapshot URLs to capture fresh data and compare it with previous snapshots. This feature facilitates regression testing and helps verify that changes to the website or tag configurations produce expected dataLayer updates.

These features make Datalayer Checker a practical tool for anyone involved in analytics implementation, quality assurance, or debugging of tracking setups. It streamlines the workflow by providing a centralized, visual way to inspect dataLayer activity, reducing reliance on manual console commands and improving overall productivity.

Related