vue-analytics Why should I use it? Requirements Articles Install User guide Issues and features requests vue-analytics Vue plugin for Google Analytics Why should I u...
Get started Installation Usage Component scope Import methods API Track multiple accounts Use functions or/and Promises Get started Installation npm install vue - anal...
Opt-out from Google Analytics Opt-out from Google Analytics It is possible to opt-out from Google Analytics by simply setting the disabled property to true.The disabled prope...
Vuex and Google Analytics First step Second step Vuex and Google Analytics To be able to use vue-analytics from your Vuex store, just import the methods you need and fire it ...
How to load Google Analytics script Important How to load Google Analytics script By default nothing is needed: the plugin does everything for you! However, in some cases, y...
Analytics ready! Analytics ready! In the option object of the plugin there’s a callback function available that fires when analytics.js or analytics_debug.js is loaded always ...
Page tracking Enable page auto tracking Manual page tracking Use screenview with autotracking Disable pageview hit on page load Disable page auto tracking Ignore routes on pag...
Untracked hits Untracked hits Due to different types of connections, loading Google Analytics script and having the application up and running at the same time can be difficult...
E-commerce Usage E-commerce All e-commerce features are built-in in the plugin, so there’s no need to require any e-commerce libraries: just enable the e-commerce features fro...
Event batches Event batches It is possible to fire event using a queue that will be processed on a certain rate.The gap between each cycle and the amount of events fired on eac...