We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please fill in at least the mandatory (*) questions below, or I will immediately close this issue without reading. Thanks
Run this command in the project folder and fill in their results:
npm ls vue-gtag: [email protected]
npm ls vue-gtag
├─┬ [email protected] │ ├─┬ @nuxt/[email protected] │ │ ├─┬ @vitejs/[email protected] │ │ │ └── [email protected] deduped │ │ ├─┬ @vitejs/[email protected] │ │ │ └── [email protected] deduped │ │ └── [email protected] deduped │ ├─┬ @vueuse/[email protected] │ │ ├─┬ @unhead/[email protected] │ │ │ └── [email protected] deduped │ │ └── [email protected] deduped │ ├─┬ [email protected] │ │ └── [email protected] deduped │ └─┬ [email protected] │ └─┬ @vue/[email protected] │ └── [email protected] deduped └─┬ [email protected] └── [email protected] deduped
Then, specify:
I can't seem to track the fullPath or the full url with the query string included.
I'm using the following config in Nuxt 3
import VueGtag from 'vue-gtag' export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueGtag, { pageTrackerPrependBase: true, pageTrackerScreenviewEnabled: true, pageTrackerTemplate(to) { return { page_title: to.name, page_path: to.fullPath, } }, config: { id: 'G-XXXXXXX', }, }, nuxtApp.$router) })
Seeing things like
There's not a single screen where I can find the full path
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please fill in at least the mandatory (*) questions below, or I will immediately close this issue without reading. Thanks
Environment *
Run this command in the project folder and fill in their results:
npm ls vue-gtag
: [email protected]Then, specify:
Description *
I can't seem to track the fullPath or the full url with the query string included.
I'm using the following config in Nuxt 3
Expected behavior
Seeing things like
Actual behavior
There's not a single screen where I can find the full path
The text was updated successfully, but these errors were encountered: