
內容簡介
總結:Tag Scout 這款 WordPress 工具可以幫助您查找網站中隱藏的追蹤碼,並顯示具體原始來源及追蹤內容。
1. Tag Scout 主要用途是什麼?
- Tag Scout 可以幫助用戶查找網站中隱藏的追蹤碼,顯示具體原始來源及追蹤內容。
2. Tag Scout 能夠偵測到哪些追蹤內容?
- Tag Scout 可以偵測到 Google Analytics 4 (GA4)、Universal Analytics (legacy)、Google Tag Manager (GTM)、Meta Pixel、Hotjar 和 Microsoft Clarity。
3. Tag Scout 會搜索 WordPress 安裝中的哪些片段?
- Tag Scout 會搜索 wp_options(選項值)、wp_posts(所有文章類型的文章內容,包括程式碼片段 CPT)、wp_postmeta(meta值:頁面生成器、ACF等)、Legacy Code Snippets table({prefix}snippets,如有)、主題文件:header.php、footer.php、父母和子主題的 functions.php。
4. Tag Scout 的結果會以什麼方式呈現?
- Tag Scout 的結果以整潔的卡片形式顯示,包括供應商名稱(GA4、UA、GTM 等)、ID(測量 ID、UA 屬性、GTM 容器等)、片段預覽和“發現於…”列表(選項、文章、文章元、程式碼片段、主題文件)。
5. Tag Scout 對數據庫或文件進行更改嗎?
- Tag Scout 只是一個只讀工具,不會更改您的數據庫或文件,它僅幫助您找到需要修正的地方。
6. Tag Scout 是否會與第三方 API 或服務建立連接?
- Tag Scout 不會連接任何第三方 API 或服務,它僅使用 wp_remote_get() 請求您自己網站的 URL,並掃描該 HTML 以查找已知的追蹤模式。
外掛標籤
開發者團隊
原文外掛簡介
Tracking scripts can hide in many places — plugins, themes, and custom code.
Tag Scout shows you exactly where each tracking code originates.
It scans any URL on your site and detects:
Google Analytics 4 (GA4)
Universal Analytics (legacy)
Google Tag Manager (GTM)
Meta Pixel
Hotjar
Microsoft Clarity
Tag Scout searches your WordPress installation for matching fragments in:
wp_options (option values)
wp_posts (post content across all post types, including Code Snippets CPT)
wp_postmeta (meta values: page builders, ACF, etc.)
Legacy Code Snippets table ({prefix}snippets), if present
Key theme files: header.php, footer.php, functions.php in parent and child themes
Results are shown as clean cards with:
Provider name (GA4, UA, GTM, etc.)
ID (Measurement ID, UA property, GTM container, etc.)
Snippet preview
“Found in…” list (options, posts, postmeta, Code Snippets, theme files)
Tag Scout is read-only. It never changes your database or files — it just helps you find where to fix things.
Tag Scout does not connect to any third-party APIs or services. It only requests your own site’s URL using wp_remote_get() and scans that HTML for known tracking patterns.
