From 06a0fb5aec204878dcf3fc6b38e67c931bb7a6c8 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Sun, 9 Jun 2024 22:19:03 +0800 Subject: [PATCH] remove testing code --- resources/assets/vue/app.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/assets/vue/app.js b/resources/assets/vue/app.js index 82945ab5..0479ab13 100644 --- a/resources/assets/vue/app.js +++ b/resources/assets/vue/app.js @@ -119,14 +119,6 @@ const app = new Vue({ } else { this.render(); } - - // GA4 - push user_id - if (this.$store.getters.getUserId) { - console.log('gtag_push_id: ' + this.$store.getters.getUserId); - dataLayer.push({ - 'user_id': this.$store.getters.getUserId, - }); - } }, render() { this.captchaId = window.grecaptcha.render('grecaptcha_container', {