Skip to content

Commit

Permalink
🔥 #251 言語メニューの切り替えはリンクになったので不要になったGAイベント送信用関数を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Nov 22, 2023
1 parent b832032 commit 444cc1d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/utils/gtm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 444cc1d

Please sign in to comment.