How to Know how many people visited to account registration page and how many those registered, how many people exit the page with out registration | Community
Skip to main content
Level 2
October 22, 2021
Solved

How to Know how many people visited to account registration page and how many those registered, how many people exit the page with out registration

  • October 22, 2021
  • 2 replies
  • 932 views

Hi all,

 i just want to know how many people visited to account registration page, how many registed and how many people exit the page  without registration, so let me know the possible ways to pull those data 

 

Registration URL: customer/accountRegistration/

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alexis_Cazes_

Solution1: use pathing report in Analysis workspace, use initial value as account registration page and then see traffic that go to Sign in or Register screen if they are 2 distinct screens

 

Solution2: Fallout report, in the same spirit as pathing use first item as account registration and do one fallout for sign in and one for registration

 

Solution 3: use segment where in visit there a HIT with PAGE A and THEN without one hit PAGE B

 

Solution4: If the buttons have custom link tracking implemented pull data for these value in Adobe Analytics for the custom link dimension

 

You can also read this : https://www.fullstackanalyst.io/blog/adobe-analytics/using-flow-and-fallout-visualizations-like-a-rockstar-in-adobe-analytics/

2 replies

Alexis_Cazes_
Alexis_Cazes_Accepted solution
Level 10
October 22, 2021

Solution1: use pathing report in Analysis workspace, use initial value as account registration page and then see traffic that go to Sign in or Register screen if they are 2 distinct screens

 

Solution2: Fallout report, in the same spirit as pathing use first item as account registration and do one fallout for sign in and one for registration

 

Solution 3: use segment where in visit there a HIT with PAGE A and THEN without one hit PAGE B

 

Solution4: If the buttons have custom link tracking implemented pull data for these value in Adobe Analytics for the custom link dimension

 

You can also read this : https://www.fullstackanalyst.io/blog/adobe-analytics/using-flow-and-fallout-visualizations-like-a-rockstar-in-adobe-analytics/

Adobe Employee
October 25, 2021

@maheswar_reddy - In my opinion, the segments would be the best way to get the required data. We can create a condition that tracks visits to the site but without registration, visits to the site with registration, visits to the account registration page - all these assume that there is an event that tracks registration.

Thanks!