We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5b08f commit 8f3c853Copy full SHA for 8f3c853
components/Map/index.vue
@@ -123,7 +123,7 @@ export default {
123
self.$gtag('event', 'click', {
124
event_category: 'clustered',
125
event_label: 'clustered click',
126
- value: title
+ value: clusterId
127
})
128
129
pages/index.vue
@@ -91,6 +91,11 @@ export default {
91
clearTimeout(this.timer)
92
this.timer = setTimeout(_ => {
93
this.isClosed = !this.isClosed
94
+ this.$gtag('event', 'click', {
95
+ event_category: 'icon',
96
+ event_label: 'icon click',
97
+ value: this.isOpen
98
+ })
99
}, 800)
100
}
101
0 commit comments