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

set

import { set } from 'vue-gtag'

set({
  'currency': 'USD',
  'country': 'US'
})

Last updated