Hi. Using this module, events get fired and logged but zero calls in Network. Am I doing something wrong ?
// Method
google() {
this.$gtag("config", "UA-XXXXXXX", {
user_id: this.userAnalyticsID,
});
this.$gtag("event", "your_event", {
event_category: "welcome_video",
event_label: "[play icon]",
});
},
// Nuxt Config
"google-gtag": {
id: "UA-XXXXXXX"
config: {
anonymize_ip: true,
send_page_view: true,
linker: {
domains: ["baseUrl"],
},
},
debug: true,
disableAutoPageTrack: false,
},
These are logs after I fired events

Hi. Using this module, events get fired and logged but zero calls in Network. Am I doing something wrong ?
These are logs after I fired events