To get the Logged in People report
Hi Everyone,
I have a page where the I need to get the no of logins, So, I have pagenames which I can say if pagename starts with this specific page name , ID can say it's logged in and I have hashed unique I after login , this eVar will reflect in all the page navigate same as it starts with.
So I have made a segment but not sure will the below segment will give me exact total logins .
VISIT Container[
Pagename. Starts with. A
AND
Hashed Unique ID exists
]
So, My report will be
Day in dimension and Above segment filter by Visits in metrics .
Can anyone tell me is this the right way to get the logins and will this satisfy if the single login is being persisting for 2 session?