Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 283 Bytes

track-multiple-accounts.md

File metadata and controls

17 lines (10 loc) · 283 Bytes

Track multiple accounts

It is possible to track multiple accounts at the same time, just passing an array of strings to the id property

import Vue from 'vue'
import VueAnalytics from 'vue-analytics'

Vue.use(VueAnalytics, {
  id: ['UA-XXX-A', 'UA-XXX-B']
})