安裝 Google Tag
找到 google tag 在 GA4 的設定
到你的 Admin 設定頁
點選在 property 欄的 Data Streams
選項
點選你之前設定的 data stream
點選 View tag instructions
選項
點選 Install manually
頁籤,然後你可以找到 google tag 設定的程式碼
複製這些 google tag 設定的程式碼,將它貼到你的頁面就可以完成 google tag GA4 的設定
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXX');
</script>