Thanks for this project! It would be nice to be able to disable tracking on some pages based on some conditions. For instance, disabling tracking on some pages for users with certain roles (available in the Vuex store for instance).
Currently, we can just disable tracking statically on some pages with meta.analyticsIgnore.
Hi!
Thanks for this project! It would be nice to be able to disable tracking on some pages based on some conditions. For instance, disabling tracking on some pages for users with certain roles (available in the Vuex store for instance).
Currently, we can just disable tracking statically on some pages with
meta.analyticsIgnore
.Thanks!