事件 Debug

事件 Debug Debug Event

Google tag

A. 整個網站

gtag('config', 'G-12345ABCDE',{
  'debug_mode':true
});

B. 特別事件

gtag('event', 'xyz', {
  'debug_mode':true
});

Google Tag Manager (GTM)

A. 整個網站

加入 debug_mode 欄位到 Google Analytics: GA4 Configuration,並將資料設定為 true

Debug Event

B. 特別事件

加入 debug_mode 參數到 Google Analytics: GA4 Event,並將資料設定為 true

Debug Event

關閉除錯模式

如果你想要關閉除錯模式,、則必需要移除 debug_mode 欄位或參數,把 debug_mode 設定為 false 不會關閉除錯模式

套件 Plugin

  • [Google Analytics Debugger - Chrome Web Store](Google Analytics Debugger - Chrome Web Store)

Reference