Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
493 views
in Q2A Core by

I am trying to insert a unique user ID in the google analytics tracking code:

ga(‘set’, ‘&uid’, {{USER_ID}}); // Set the user ID using signed-in user_id.

I have looked in the browser run time environment and I see some QA variables.. qa_root, qa_request, etc. 

but I don't see a variable for user ID..    

what's the easiest way to get a string variable that I can put in the GA  code? 

Thanks ! 

 

Q2A version: 1.6

Please log in or register to answer this question.

...