mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
test ga4
This commit is contained in:
Vendored
+7
@@ -99,6 +99,13 @@ const app = new Vue({
|
||||
} else {
|
||||
this.render();
|
||||
}
|
||||
|
||||
// GA4 - push user_id
|
||||
if (this.$store.getters.getUserId) {
|
||||
dataLayer.push({
|
||||
'user_id': this.$store.getters.getUserId,
|
||||
});
|
||||
}
|
||||
},
|
||||
render() {
|
||||
this.captchaId = window.grecaptcha.render('grecaptcha_container', {
|
||||
|
||||
Reference in New Issue
Block a user