Page tracker
import { configure } from "vue-gtag";
import router from './router'
configure({
tagId: "GA_MEASUREMENT_ID",
pageTracker: {
router,
}
})
{
page_path: '/', // route path value
page_location: 'http://localhost:8080/' // window.location.href
}Enable screen_view
Page tracker template
Exclude routes
Route path types
Last updated