I'm tracking the free trial sign-ups for an online service that requires email verification to complete the sign-up process.
How do I create a goal to track the sign-ups given that email verification required?
The registration process is as follows:
- Click on free signup button (goes to "/signup/")
- Fill out sign-up form, including email address (goes to "/check_your_email/")
- Click account verification link in email.
- Arrive at the new account confirmation page. I plan to define this URL ("/confirm/signup/username/hashcode/") as the goal
If the user closes their browser, then opens their browser, and clicks on email verification link, will the goal be tracked properly?