Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Segment based on a prop.. pls. help

Avatar

Level 2

Purpose of reporting: To see the success rate of password resets for users who have a compromised account

  • s.propX captures the error message: in this case “Compromised Account”
  • s.pagename: “Id-and-captcha” is the 1st page to initiate a password reset
  • s.pagename: “reset successful” is the final page that lets them know they have reset their password

If I create a segment as this: Visit Container, s.propX equals Compromised Account

To get to the report I am trying to run; can I run a pages report and see how many visits within this segment hit the "reset successful" page?

considering s.propX - does not persist? is there a fault in the logic?

 

thanks in advance

Asif

1 Accepted Solution

Avatar

Correct answer by
Level 10

Should work as long as you are using visit or visitor container for your segment. If you use the hit you'd obviously only see the hits where the pagename is equal to whatever you set int he segment. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Should work as long as you are using visit or visitor container for your segment. If you use the hit you'd obviously only see the hits where the pagename is equal to whatever you set int he segment.