This commit is contained in:
edmondlang
2024-02-20 11:16:38 +08:00
parent 86cc8bbf9d
commit db296a511f
+1
View File
@@ -102,6 +102,7 @@ const app = new Vue({
// 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,
});