ObservePoint TagDebugger

Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more

ObservePoint TagDebugger là gì?

ObservePoint TagDebugger là một tiện ích mở rộng Chrome được phát triển bởi https://www.observepoint.com/tag-debugger, và tính năng chính của nó là "Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ObservePoint TagDebugger

Tải xuống các tệp mở rộng ObservePoint TagDebugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ObservePoint’s TagDebugger is a free Chrome Extension for troubleshooting analytics and marketing tags on your live website. TagDebugger captures page-load and event-triggered requests for marketing and analytics tags and parses them into a human-readable format, allowing for easy tag debugging.

TagDebugger is the first step towards comprehensive and efficient governance of your analytics and marketing tags. ObservePoint’s full suite of analytics testing and tag governance solutions can help you:

Scan batches of pages or sequences of actions to verify accurate data collection
Monitor your live implementation for errors in analytics tracking and variable formatting
Test analytics in development and staging environments before releasing into the wild
Receive notifications whenever your implementation fails expectations

Schedule a demo to see how ObservePoint can help you automate and scale analytics testing and tag governance on your entire website: https://www.observepoint.com/request-pages/webassurance-demo-request/

MORE ABOUT TAGDEBUGGER
--------------------------------------------
TagDebugger is designed to help you debug analytics and marketing tags on a page-by-page basis. After installing the TagDebugger extension, you will see a new tab in your Chrome Developer Tools. Simply open this tab, refresh the page, and you will see which marketing and analytics tags are firing on your website.

For each tag, you will see the following information:

Tag Name (e.g. Google Universal Analytics, Adobe Analytics, Ensighten, Floodlight)
Account (e.g. UA-12345678, mywebsite)
Category (e.g. Analytics, Advertising, Social, Tag Management)
Status (standard HTTP response codes)
Request size/Response size
Total Time/Latency

Basic Debugging
-----------------------
Clicking into each tag allows you to see the server request formatted as an easy-to-read, categorized hierarchy of variables. You can also view the actual request in both its HTML-encoded and decoded formats.

To clear the log, simply click the “Clear tag requests” button at the top of the extension’s interface.

Debugging on-click events and cross-domain tracking
-----------------------------------------------------------------------
By default, TagDebugger clears the log of requests upon navigating to a new page. By toggling the Record button in the extension’s interface, users can make the log persist when navigating from page to page. This will assist in troubleshooting on-click events and cross-domain tracking.

Downloading data
------------------------
Users can download a tab-delimited copy of the request log by clicking on the “Export data” button at the top of the interface. This data will appear in your Downloads folder as observepoint.data, and may be limited by the size of the data in the panel

GET STARTED
---------------
TagDebugger is an excellent alternative for anyone who may currently use one or more of the following solutions: WASP, Charles, Fiddler, OmniBug, Adobe Debugger, or Tag Inspector.

To use this extension, follow these five easy steps:

1. Ensure the extension is enabled by selecting More Tools from the Google Chromes’ ellipses menu, then selecting Extensions, and verifying the ObservePoint TagDebugger is enabled.

2. Open the Chrome Developer Tools. (On Windows and Linux, press Control-Shift-i. On Mac, press Command-Option-i.)

3. Select the ObservePoint panel.

4. Refresh the page you are on.

5. Click on a tag to start debugging.

By installing this extension, you agree to the ObservePoint Terms of Service at http://www.observepoint.com/privacy-policy

For more information on the TagDebugger tool, visit: https://help.observepoint.com/article/236-observepoint-tag-debugger-chrome-extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ObservePoint TagDebugger ObservePoint TagDebugger
ID daejfbkjipkgidckemjjafiomfeabemo
URL Chính Thức https://chromewebstore.google.com/detail/observepoint-tagdebugger/daejfbkjipkgidckemjjafiomfeabemo
Mô tả Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 35,096
Phiên Bản Hiện Tại 1.23.6
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2020-05-27
Đánh Giá 4.10/5 Tổng số 52 Đánh Giá
Nhà Phát Triển https://www.observepoint.com/tag-debugger
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.observepoint.com/tag-debugger
URL Trang Chính Sách Bảo Mật http://www.observepoint.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ObservePoint TagDebugger",
    "description": "Troubleshoot and audit analytics tags, variables and on-click events. Supports Adobe Analytics, Google Analytics, Ensighten and more",
    "version": "1.23.6",
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "homepage_url": "http:\/\/www.observepoint.com\/?utm_source=extension&utm_medium=app-click&utm_campaign=extension-panel",
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "incognito": "spanning",
    "offline_enabled": true,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/gtag\/js https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "js\/content.js"
    ]
}