Global namespace
import { configure } from "vue-gtag";
configure({
tagId: "GA_MEASUREMENT_ID",
gtagName: 'myGtag',
dataLayerName: 'myDataLayer'
})Last updated
import { configure } from "vue-gtag";
configure({
tagId: "GA_MEASUREMENT_ID",
gtagName: 'myGtag',
dataLayerName: 'myDataLayer'
})Last updated