AI 产品解读Developer toolkit for inspecting and debugging web analytics dataLayer implementations in the browser
Digital analysts need real-time visibility into dataLayer pushes, Google Analytics hits, and tag management activity to verify and debug their analytics implementations
User clicks extension icon to open a popup panel. The extension intercepts and displays network requests to Google Analytics, GTM, and other analytics endpoints. Content scripts injected at document_start monitor dataLayer activity on every page. Users can configure settings like intercepting console output, injecting dataLayer, and injecting custom code. All analytics hits and dataLayer pushes are displayed in real-time with detailed parameter breakdowns for GA, Adobe, and Google Marketing Platform data.
Real-time monitoring of dataLayer pushes in the consoleDisplay of Google Analytics hits as they happen with full parameter detailsEvaluation and validation of common dataLayer push formats including events and ecommercePush custom dataLayer messages for testing and setupInject custom code into web pages for monitoring and modificationSupport for multiple analytics platforms: GA, Adobe Analytics, Google Marketing Platform, GTM
- 目标用户
- Digital analysts / Web analytics professionals / Tag management specialists / Google Tag Manager users
- The heuristic falsely flagged 'authentication' as a login signal, but the actual match is in a GA parameter description unrelated to user login. All keyword hits were verified and found to be false positives referring to analytics data being inspected, not extension features.
- No store listing privacy policy or support URL beyond the Adswerve resource page was available for additional context.
付费分析未识别到付费功能
No paid features, subscriptions, or payment mechanisms exist in the extension. All keyword hits are false positives: 'purchase' and 'checkout' are GA ecommerce parameter descriptions for dataLayer inspection (e.g., purchase actionField, checkout step); 'billing' is a GA event tracking parameter; 'license' refers to MIT/React license headers in bundled libraries; 'pro' refers to React symbols like react.profiler and react.production.min.js. No Stripe, no subscription logic, no paywall, no feature gating, no upgrade UI found.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login or authentication is required to use the extension. All keyword hits for 'auth', 'login', 'session', 'account' refer to Google Analytics parameter descriptions and GTM container fields being inspected (e.g., gtm.gtm_auth, GA session control, GA analytics accounts), not to user authentication for the extension. The chrome.identity call at js/net.js:660 is entirely commented out. The extension operates as a local developer tool with no account creation or sign-in flow.