내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 1

Hey Asif, your logic is sound.  The visit container will be able to attribute that propX value to anything else that happened in that visit.  If you have data workbench (discover) you could use sequential segmentation to solve for this.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 1

Hey Asif, your logic is sound.  The visit container will be able to attribute that propX value to anything else that happened in that visit.  If you have data workbench (discover) you could use sequential segmentation to solve for this.

Avatar

Level 2

Thanks.