mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
test ga4
This commit is contained in:
Vendored
+1
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user