From 84e58425f4cc833d37f185e6d07101ca43601a13 Mon Sep 17 00:00:00 2001 From: Hayato Kawai Date: Sun, 29 Oct 2023 22:42:59 +0900 Subject: [PATCH] UA -> GA4 (#111) --- pages/_document.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index 82bdb094..a82a8b13 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -1,6 +1,6 @@ import Document, { Html, Head, Main, NextScript } from 'next/document' -const GA_TRACKING_ID = 'UA-49994513-4' +const GA_TRACKING_ID = 'G-RGKPSR5QL5' class MyDocument extends Document { render() { @@ -9,7 +9,7 @@ class MyDocument extends Document { - {/* Global Site Tag (gtag.js) - Google Analytics */} + {/* Global Tag (gtag.js) */}