ScreamZ / vue-analytics

Google Universal Analytics support in Vue.js
Apache License 2.0
216 stars 27 forks source link

Set the userId dynamically #25

Closed LiamKlyneker closed 6 years ago

LiamKlyneker commented 6 years ago

How can I set the userId dynamically? thanks for the answer.

ScreamZ commented 6 years ago

This is not implemented in the api yet.

Though, you can use the global that is declared alongside the library, as long you required the library module.

ga('set', 'userId', {{USER_ID}});