# vue-gtag

## v3

- [Get started](https://matteo-gabriele.gitbook.io/vue-gtag/master.md): vue-gtag documentation page
- [gtag.js consent management](https://matteo-gabriele.gitbook.io/vue-gtag/gtag.js-consent-management.md): Built-in GDPR-complaint composable
- [Page tracker](https://matteo-gabriele.gitbook.io/vue-gtag/page-tracker.md)
- [Multiple domain tracking](https://matteo-gabriele.gitbook.io/vue-gtag/multiple-domain-tracking.md)
- [Plugin hooks](https://matteo-gabriele.gitbook.io/vue-gtag/plugin-hooks.md)
- [Global namespace](https://matteo-gabriele.gitbook.io/vue-gtag/global-namespace.md)
- [Access gtag instance directly](https://matteo-gabriele.gitbook.io/vue-gtag/access-gtag-instance-directly.md)
- [Plugin options](https://matteo-gabriele.gitbook.io/vue-gtag/plugin-options.md)
- [Migration v2 to v3](https://matteo-gabriele.gitbook.io/vue-gtag/migration-v2-to-v3.md)
- [pageview](https://matteo-gabriele.gitbook.io/vue-gtag/methods/pageview.md)
- [event](https://matteo-gabriele.gitbook.io/vue-gtag/methods/event.md)
- [consent](https://matteo-gabriele.gitbook.io/vue-gtag/methods/consent.md)
- [consentGrantedAll](https://matteo-gabriele.gitbook.io/vue-gtag/methods/consentgrantedall.md): This is a shortcut method to allow all consent properties
- [consentDeniedAll](https://matteo-gabriele.gitbook.io/vue-gtag/methods/consentdeniedall.md): This is a shortcut method to deny all consent properties
- [query](https://matteo-gabriele.gitbook.io/vue-gtag/methods/query.md): This method gives direct access to the gtag instance
- [screenview](https://matteo-gabriele.gitbook.io/vue-gtag/methods/screenview.md)
- [customMap](https://matteo-gabriele.gitbook.io/vue-gtag/methods/custommap.md)
- [ecommerce](https://matteo-gabriele.gitbook.io/vue-gtag/methods/ecommerce.md)
- [linker](https://matteo-gabriele.gitbook.io/vue-gtag/methods/linker.md)
- [set](https://matteo-gabriele.gitbook.io/vue-gtag/methods/set.md)
- [time](https://matteo-gabriele.gitbook.io/vue-gtag/methods/time.md)
- [config](https://matteo-gabriele.gitbook.io/vue-gtag/methods/config.md)
- [exception](https://matteo-gabriele.gitbook.io/vue-gtag/methods/exception.md)

## v2

- [Get started](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/master.md): vue-gtag documentation page
- [Migration v1 to v2](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/migration-v1-to-v2.md)
- [Bootstrap options](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/custom-installation.md): Choose how you want to initialise vue-gtag in your application
- [Auto tracking](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/auto-tracking.md)
- [Multiple domain tracking](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/multiple-domain-tracking.md)
- [Plugin hooks](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/plugin-hooks.md)
- [API](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/api.md)
- [Opt-in/out](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/opt-in-out.md): #GDPR
- [Global namespace](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/global-namespace.md)
- [Access gtag instance directly](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/query.md)
- [Debug](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/debug.md)
- [Plugin options](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/plugin-options.md)
- [pageview](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/pageviews.md): send pageviews using the official object structure, just a string or even the router object
- [event](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/events.md)
- [screenview](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/screenviews.md)
- [customMap](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/custommap.md)
- [purchase](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/purchase.md)
- [linker](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/linker.md)
- [set](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/set.md)
- [time](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/time.md)
- [config](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/config.md)
- [exception](https://matteo-gabriele.gitbook.io/vue-gtag/v2.0.0/methods/exception.md)

## v1

- [Get started](https://matteo-gabriele.gitbook.io/vue-gtag/master/master.md): vue-gtag documentation page
- [Bootstrap options](https://matteo-gabriele.gitbook.io/vue-gtag/master/custom-installation.md): Choose how you want to initialise vue-gtag in your application
- [Auto tracking](https://matteo-gabriele.gitbook.io/vue-gtag/master/auto-tracking.md)
- [Multiple domain tracking](https://matteo-gabriele.gitbook.io/vue-gtag/master/multiple-domain-tracking.md)
- [Plugin hooks](https://matteo-gabriele.gitbook.io/vue-gtag/master/plugin-hooks.md)
- [API](https://matteo-gabriele.gitbook.io/vue-gtag/master/api.md)
- [Opt-in/out](https://matteo-gabriele.gitbook.io/vue-gtag/master/opt-in-out.md): #GDPR
- [Global namespace](https://matteo-gabriele.gitbook.io/vue-gtag/master/global-namespace.md)
- [Access gtag instance directly](https://matteo-gabriele.gitbook.io/vue-gtag/master/query.md)
- [Debug](https://matteo-gabriele.gitbook.io/vue-gtag/master/debug.md)
- [Plugin options](https://matteo-gabriele.gitbook.io/vue-gtag/master/plugin-options.md)
- [pageview](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/pageviews.md): send pageviews using the official object structure, just a string or even the router object
- [event](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/events.md)
- [screenview](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/screenviews.md)
- [customMap](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/custommap.md)
- [purchase](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/purchase.md)
- [linker](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/linker.md)
- [set](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/set.md)
- [time](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/time.md)
- [config](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/config.md)
- [exception](https://matteo-gabriele.gitbook.io/vue-gtag/master/methods/exception.md)
