customMap
export default {
name: 'MyComponent',
methods: {
track () {
this.$gtag.customMap({ 'dimension2': 'age' })
this.$gtag.event('age_dimension', { age: 35 })
}
}
}
Last updated
export default {
name: 'MyComponent',
methods: {
track () {
this.$gtag.customMap({ 'dimension2': 'age' })
this.$gtag.event('age_dimension', { age: 35 })
}
}
}
Last updated