I checked in google analytics documentation that in tracking events :
_trackEvent(category, action, opt_label, opt_value, opt_noninteraction)
we can categorize the events.
I am using pop-ups for login/register and i am handling these in analytics by using concept of virtual pageviews.
My question is, Is there any way to categorize virtual pageviews (like for register and login separately), i couldn't found any solution because for pageviews we have _trackPageview('url')
and here we have no parameter for setting up the category.
Thanks in advance.