Closed LiamKlyneker closed 6 years ago
How can I set the userId dynamically? thanks for the answer.
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}});
How can I set the userId dynamically? thanks for the answer.