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
Are you looking for free or paid thank you? Free: http://www.yoursite.com/member/plugins/payment/free/thanks.php Paid: http://www.yoursite.com/member/thanks.php David __________________ aMember Hacks and Install Videos ==> Membership Academy <== Comparisons, reviews, forums and videos on membership software and payment systems.
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!
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
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
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.
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;
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?
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?
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 *}
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.
I think I've solved it. The above method does actually work for Protx, it just took a while to start working. Thanks anyway.