Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 260 Bytes

user-explorer.md

File metadata and controls

13 lines (9 loc) · 260 Bytes

User explorer

Add the userId on first load just passing it in the options object

Vue.use(VueAnalytics, {
  id: 'UA-XXX-X',
  userId: 'xxx'
})

it is also possible to set the userId in runtime using the set method