How to setup Conversion Goals in Google Analytics?

Discussion in 'Integration' started by jkirkpatrick, Sep 4, 2007.

  1. jkirkpatrick

    jkirkpatrick New Member

    Joined:
    Oct 12, 2006
    Messages:
    5
    Hello,

    I'm trying to setup my conversion goals in Google Analytics and am unsure what URL to use for the "thank you page" (in other words, the final page of the process).

    Anyone have this setup and working properly?

    I searched the forum and found a couple of older threads that did not seem to come to a resolution. I'm hoping someone has since got it working and can help me out.

    TIA,
    Jennifer
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
  3. nomaddesign

    nomaddesign Member

    Joined:
    Aug 25, 2005
    Messages:
    67
    Need Goal Funnel help

    I'm running 3.0.9 and having trouble with Google Analytics Goal Funnels.

    I'm not seeing a thanks.php page in our check out process (authorize.net)... can I assume this changed with v 3.X.X ? The thanks.php file is in our directory /member/thanks.php does not appear on the url bar when I do a transaction.

    We are getting some conversions (new member payments) tracked but not all are getting tracked (???) Any suggestions for a New Member SignUp Funnel?

    Here is our problematic funnel:

    1. /member/signup.php - SignUp
    2. /member/signup.php#e - Agreement
    3. /member/plugins/payment/cc_core/cc.php - CC Info
    4. /member/plugins/payment/cc_core/cc.php - Thank You

    Thanks!
  4. hittpubl

    hittpubl New Member

    Joined:
    Aug 22, 2006
    Messages:
    12
    You can also embed custom code to adjust Google Analytics tracking code. What David shares what what happens in most cases. In your case, you'll need to adjust the Google code for each step (assuming Amember isn't doing it for you.)

    Best,

    Justin
  5. jasonbcil

    jasonbcil New Member

    Joined:
    Jun 23, 2008
    Messages:
    20
    has anyone figured this out? i'm also using authorize.net and having the same problem...can't setup a funnel because after signup.php, user agreement, credit card info, and thank you are all under the cc.php URI
  6. bizofhelpingyou

    bizofhelpingyou aMember Pro Customer

    Joined:
    Jul 14, 2008
    Messages:
    17
    I would like to know what to do..I am having the same trouble. I'm not seeing a thanks.php page in our check out process.
  7. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    If you use cc_core based payment plugin thanks page will be displayed from cc_core/cc.php
    You can modify this file and redict user to thanks.php instead.
    Find this:
    Code:
                        $t->display("thanks.html");
    
    and change to
    Code:
    header("Location: /amember/thanks.php?payment_id=$payment[payment_id]");
    exit;
    
  8. booforum

    booforum Member

    Joined:
    May 20, 2005
    Messages:
    186
  9. booforum

    booforum Member

    Joined:
    May 20, 2005
    Messages:
    186
  10. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Into /amember/templates/thanks.html
  11. booforum

    booforum Member

    Joined:
    May 20, 2005
    Messages:
    186
    I put it in to /amember/templates/thanks.html and it's still not working for me.

    I use Paypal Pro, and it's NOT free.

    ANY HELP?
  12. florida561

    florida561 Guest

    Is there a way to have different thank you pages based on a different payment
    system used.

    For example, for the FREE signups send them to a unique design and page. For
    the Clickbank buyers, send them here.

    Is that possible?
  13. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    What code you used exactly?
  14. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes possible with customization and will depends on exact payment systems.
  15. wonder

    wonder New Member

    Joined:
    Oct 20, 2008
    Messages:
    12
    I'm trying to add google website optimizer tracking. Adding to thanks.html didn't work.

    Do I put it into google_analytics.js?

    It seems to work.

    I put it after the code:

    {else}{* Track Sale *}
  16. savill31770

    savill31770 aMember Pro Customer

    Joined:
    Nov 4, 2009
    Messages:
    5
    I'm using protx plugin and am having difficulty getting Google goals to work. I've set the goal page to Head Match /amember/plugins/payment/protx/thanks.php but it doesn't work. Do I need to modify the protx/thanks.php in anyway?

    Thank you.
  17. savill31770

    savill31770 aMember Pro Customer

    Joined:
    Nov 4, 2009
    Messages:
    5
    I think I've solved it. The above method does actually work for Protx, it just took a while to start working.

    Thanks anyway.
  18. dax316

    dax316 aMember Pro Customer

    Joined:
    Jun 16, 2010
    Messages:
    2
    This worked perfectly for me. Thank you!
  19. booforum

    booforum Member

    Joined:
    May 20, 2005
    Messages:
    186
    Where is the current place this should be placed for the latest version of aMember?

Share This Page