I have Sign up page url name: /join.php And after signing up, it Stays on same page /join.php I need to set up goal page , Is this ok , if i use /join.php as a Goal url? Please guide me for this ?
I am not sure about your sign up page. but i can suggest you one thing if some 1 is filling form of /join.php then if that person will redirect to page like successful sign page then it would be better for you to track record other wise what happen your goal will not count..
It won't work that way. You will have to set up different URLs for BEFORE signing up and AFTER signing up.
It can work don't listen to what those people are saying, if the join page submits to itself you can look for a specific variable that was passed through the form. Look up form variables are even get variables. Example.) <form action="?join=true"> and you would check to see if join was true in some type of script it can even be in JS then just run a if statement checking it and then insert your code in your if statement. Its easier then it sounds.