vue-gtag-next
Version:
Global Site Tag (gtag.js) plugin for Vue 3
53 lines (39 loc) • 2.13 kB
Markdown
<p align="center">vue-gtag-next <b>it's not production ready</b> because it's still a work-in-progress, not fully tested and also Vue 3 is not out yet. Feel free to play with it and let me know any feedback you have</p>
<br />
<p align="center">
<img width="250" src="https://i.imgur.com/AlAf04U.png">
<br>
<a href="https://npm.im/vue-gtag-next">
<img src="https://badgen.net/npm/v/vue-gtag-next">
</a>
<a href="https://npm.im/vue-gtag-next">
<img src="https://badgen.net/npm/dw/vue-gtag-next?color=blue">
</a>
<a href="https://bundlephobia.com/result?p=vue-gtag-next">
<img src="https://badgen.net/bundlephobia/minzip/vue-gtag-next">
</a>
<a href="https://circleci.com/gh/MatteoGabriele/workflows/vue-gtag-next/tree/master">
<img src="https://badgen.net/circleci/github/MatteoGabriele/vue-gtag-next/master">
</a>
<a href="https://codeclimate.com/github/MatteoGabriele/vue-gtag-next/maintainability">
<img src="https://api.codeclimate.com/v1/badges/9f3d988cf18bdc7b66c3/maintainability" />
</a>
<a href="https://codeclimate.com/github/MatteoGabriele/vue-gtag-next/test_coverage">
<img src="https://api.codeclimate.com/v1/badges/9f3d988cf18bdc7b66c3/test_coverage" />
</a>
</p>
# vue-gtag-next
Global Site Tag plugin for Vue 3
The global site tag (gtag.js) is a JavaScript tagging framework and API that allows you to send event data to Google Analytics, Google Ads, and Google Marketing Platform. For general gtag.js [documentation](https://developers.google.com/analytics/devguides/collection/gtagjs), read the gtag.js developer guide.
## Requirements
Vue ^3.0.0
## Install
```bash
npm install vue-gtag-next
```
## Documentation
- nothing yet
- [gtag.js official documentation](https://developers.google.com/analytics/devguides/collection/gtagjs)
## Issues and features requests
Please drop an issue, if you find something that doesn't work, or a feature request at [https://github.com/MatteoGabriele/vue-gtag-next/issues](https://github.com/MatteoGabriele/vue-gtag-next/issues)
Follow me on twitter [@matteo\_gabriele](https://twitter.com/matteo_gabriele) for updates