From 444cc1d0c9787df8a7b0ff14ec3e2759c33373d4 Mon Sep 17 00:00:00 2001 From: keitakn Date: Tue, 21 Nov 2023 10:42:22 +0900 Subject: [PATCH] =?UTF-8?q?:fire:=20#251=20=E8=A8=80=E8=AA=9E=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AE=E5=88=87=E3=82=8A=E6=9B=BF?= =?UTF-8?q?=E3=81=88=E3=81=AF=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E4=B8=8D=E8=A6=81=E3=81=AB?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=9FGA=E3=82=A4=E3=83=99=E3=83=B3?= =?UTF-8?q?=E3=83=88=E9=80=81=E4=BF=A1=E7=94=A8=E9=96=A2=E6=95=B0=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/gtm.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/utils/gtm.ts b/src/utils/gtm.ts index d84fb1d9..afb4409c 100644 --- a/src/utils/gtm.ts +++ b/src/utils/gtm.ts @@ -38,18 +38,6 @@ export const sendClickTopFetchNewArrivalCatButton = (): void => { }); }; -export const sendClickLanguageMenuJaButton = (): void => { - window.dataLayer.push({ - event: 'ClickLanguageMenuJaButton', - }); -}; - -export const sendClickLanguageMenuEnButton = (): void => { - window.dataLayer.push({ - event: 'ClickLanguageMenuEnButton', - }); -}; - export const sendUploadedCatImage = (): void => { window.dataLayer.push({ event: 'UploadedCatImage',