AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
278 stars 61 forks source link

First page tracked does not take into account the meta information set in the router #56

Closed fbonin closed 4 years ago

fbonin commented 4 years ago

To reproduce : 1) Set analyticsIgnore in the router on a page 2) Load the URL of the route that has the analyticsIgnore flag on directly (i.e. : http://localhost:8080/page-2) 3) Bug : The URL will be reported to Matomo

AmazingDreams commented 4 years ago

Good catch and thanks for the PR, will look into it ASAP

fbonin notifications@github.com schreef op 30 maart 2020 00:25:26 CEST:

To reproduce : 1) Set analyticsIgnore in the router on a page 2) Load the URL of the route that has the analyticsIgnore flag on directly (i.e. : http://localhost:8080/page-2) 3) Bug : The URL will be reported to Matomo

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/AmazingDreams/vue-matomo/issues/56

AmazingDreams commented 4 years ago

Thanks!