I need to create reports for logins and unique login for daily, monthly view and rolling 30 days.
But, I specifically don't have events firing for Login successful.
Can anyone tell me how to create reports for this using sequential segment? or is it possible?
eVars available are pagename and pageUrl and a eVar which checks authentication (logged In)?
Solved! Go to Solution.
Views
Replies
Total Likes
Is there a specific path that users take to log in? I would start with that, but you also have to consider @RobertBlakeley 's questions and other factors such as when logins expire, because those could determine how you set up unique logins specifically.
If you could provide other details, we might be able to help with setting the segment or report up. It does not have to be specific. You can just say "Users log in by going to Page X. When they log on successfully, they land on Page Y."
Views
Replies
Total Likes
It depends on the details of your site implementation. e.g.:
Views
Replies
Total Likes
Is there a specific path that users take to log in? I would start with that, but you also have to consider @RobertBlakeley 's questions and other factors such as when logins expire, because those could determine how you set up unique logins specifically.
If you could provide other details, we might be able to help with setting the segment or report up. It does not have to be specific. You can just say "Users log in by going to Page X. When they log on successfully, they land on Page Y."
Views
Replies
Total Likes
Hello,
Just to make sure I understand, you essentially have access to:
But you don't have a "login" action (the actual "successful login" action)
Correct?
And basically you want to use sequential segments to determine the "action".
I have both "login actions" and "login status" and I tested this segment on our site, and got close values:
Basically, I am using a HIT based segment to try and get the first "yes" login status, following a sequential "no" then "yes".
Note that the container is set to VISIT and "Only Before Sequence"
HIT
VISIT Container (ONLY Before Sequence) [
Logged In Status equals no
THEN After 1 Hit
Logged In Status equals yes
]
AND
Logged In Status equals yes
I paired this segment with the Occurrences metric.
This will get you "Login" actions... but @RobertBlakeley is right, what is your definition of "Unique Logins"?
Views
Replies
Total Likes
yes correct .Thanks @Jennifer_Dungan
Unique logins will be the unique visitor login . Thinking of using a segment where unique visitor with user login or using ecid (not sure about this).