Goal url

Discussion in 'Google Analytics' started by ashish123, Nov 4, 2009.

  1. #1
    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 ?
     
    ashish123, Nov 4, 2009 IP
  2. dipali

    dipali Peon

    Messages:
    450
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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..
     
    dipali, Nov 4, 2009 IP
  3. GChoi

    GChoi Well-Known Member

    Messages:
    171
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    166
    #3
    It won't work that way. You will have to set up different URLs for BEFORE signing up and AFTER signing up.
     
    GChoi, Nov 5, 2009 IP
  4. FCM

    FCM Well-Known Member

    Messages:
    669
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    155
    #4
    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.
     
    FCM, Nov 5, 2009 IP