For the complete documentation index, see llms.txt. This page is also available as Markdown.

query

This method gives direct access to the gtag instance

import { query } from 'vue-gtag'

query('event', 'event_name', { key: 'value' })

Last updated