Google Analytics - Conversion Goals

Discussion in 'Google' started by atrain2442, Sep 11, 2007.

  1. #1
    I am trying to set up a conversion goal tracker at the "Thank You" screen just after a customer completes an order on our site. As it stands, Google asks that you submit the URL for said page so that it can monitor who makes it there with their cookie. However, our site has the customer's specific order number built into the URL, which means that every "Thank You" page is in essence unique and different from one another. How can I get around this and properly track my conversions?

    NOTE: the same URL discrepency occurs durring the funneling process, but I'd imaging solving one would solve the other.
     
    atrain2442, Sep 11, 2007 IP
  2. speda1

    speda1 Well-Known Member

    Messages:
    374
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #2
    You place the conversion code in the Thank You page.

    You don't need to submit the URL to Google.
     
    speda1, Sep 11, 2007 IP
  3. atrain2442

    atrain2442 Peon

    Messages:
    165
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Where do I obtain the unique code for a coversion? How will it differ from other conversion codes I have placed in different parts of my site; will/does Google know the difference when/if it reports to Analytics?
     
    atrain2442, Sep 11, 2007 IP
  4. atrain2442

    atrain2442 Peon

    Messages:
    165
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    NM. The link below explains how to solve this problem as well as those associated with identical URLs over several steps in, say, a checkout process.


    https://www.google.com/support/googleanalytics/bin/answer.py?answer=55514&hl=en_US
     
    atrain2442, Sep 11, 2007 IP
  5. mudflation

    mudflation Peon

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can use regular expressions

    so if your thank you url with querys is: www.domain.com/thankyou.html?query=username123

    then your goal should be:

    /thankyou\.html.*?

    or

    /thankyou\.html.+?
    if its not possible to not have a query
    (the first one should work for either case)
     
    mudflation, Sep 11, 2007 IP
  6. B.Williams

    B.Williams Active Member

    Messages:
    555
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    I have strange issue with my website Conversion rate. Google analytics is showing total conversion of 14 per day for a particular day. But when ever i check conversion manually from my website conversion statistic, its showing somehow total 4 conversions rather then 14 conversion. So how to correct Google analytics to showing exactly conversion rate?
     
    B.Williams, Mar 8, 2010 IP