Closed
Description
Hi. Great plugin, thanks for making it. Installation was very easy.
My current issue, though, is that, if I just use the default router integration which passes the route name to GA, none of the route parameters are sent. e.g. visiting /#/users/1
only sends /users
to GA, instead of /users/1
. Is there a way to make it pass the params, too, other than manually calling this.$ua.trackView(constructedScreenName)
myself?