I have implemented userID tracking via universal analytics as:
ga("set", "&uid", "'.<?= $userId ?>.'");
I thought I should be able to see specific user in reports, but it seems it is not possible to even show different users in any kind of report. I didnt find this option in analytics API either. I was hoping that I could track events created by this specific user.
Is it possible to track specific user in analytics report withouth creating custom dimension and settings userID as its value?