Community Support Forums — WordPress® ( Users Helping Users ) — 2011-03-16T08:47:04-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1946 2011-03-16T08:47:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=7903#p7903 <![CDATA[Re: Need help with Thank You page]]>
Thanks for directing us to that spot, Jason. I have read it, but still cannot understand what to enter in Google Analytics to track a new free registration. I read this:

%%cv1%% = If you need to track additional custom variables, you can pipe delimit them into the `custom` attribute; inside your Shortcode, like this: custom="www.contentmarketinginstitute.com|cv1|cv2|cv3".

So... does that mean that if I placed %%cvregister%% in the form on the API Tracking Code page, that I could then use Analytics to track and count as a conversion, this URL: http://www.contentmarketinginstitute.com|cvregister

I want to double check two things: that is the correct URL with pipe character; and that only occurs on login the first time for a new member.

Thanks -
Scott

Statistics: Posted by webfadds — March 16th, 2011, 8:47 am


]]>
2011-03-15T16:34:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=7881#p7881 <![CDATA[Re: Need help with Thank You page]]> Thanks for the excellent question.
millenniumfly wrote:
Hello. I'm trying to figure out how to include a thank you page into the s2member / Paypal link in order to track Google Adwords conversion tracking. Unfortunately, I'm stumped.

I thought maybe I should use my thank you page as the Login Welcome Page, however, I'm afraid that whenever anybody logs in, they will be directed to the thank you page rather than the page I want them to see, which isn't what I'm intending.

Basically, I have no idea how to include Google Adwords conversion tracking code into my site in order to track confirmed purchases from Paypal. Any ideas? Thanks in advance for any assistance.

s2Member actually provides a built-in method of ensuring that your conversion tracking codes are displayed exactly ONE time for each paying Customer. You'll want to paste your conversion tracking code(s) into the fields provided by s2Member in your Dashboard, under: s2Member -> API Tracking.

Statistics: Posted by Jason Caldwell — March 15th, 2011, 4:34 pm


]]>
2011-03-15T12:19:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=7860#p7860 <![CDATA[Re: Need help with Thank You page]]>
We have a free site and would like to track members by simply redirecting them to a custom thank-you page for NEW members, but not those already signed up (redirect to dashboard page). Is this possible?

Thanks -
Scott

Statistics: Posted by webfadds — March 15th, 2011, 12:19 pm


]]>
2011-01-31T22:59:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6209#p6209 <![CDATA[Re: Need help with Thank You page]]>
http://yourwebsite.com/?s2member_paypal_return=1&conversion=1

That you pick up from $_POST in the theme's template wherever it's supposed to go (in the <head> or right before the </body>?) and if present, then echo the Google AdWords Conversion Tracking Code there.

Code:
<?php if (isset($_POST['conversion'])) { ?>
Here goes the tracking code.
<?php } ?>

Statistics: Posted by Cristián Lávaque — January 31st, 2011, 10:59 pm


]]>
2011-01-31T20:48:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6207#p6207 <![CDATA[Re: Need help with Thank You page]]> Statistics: Posted by millenniumfly — January 31st, 2011, 8:48 pm


]]>
2011-01-28T13:26:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6121#p6121 <![CDATA[Re: Need help with Thank You page]]> Statistics: Posted by Cristián Lávaque — January 28th, 2011, 1:26 pm


]]>
2011-01-28T12:39:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6120#p6120 <![CDATA[Re: Need help with Thank You page]]>
In this case, I'm trying to track how many sales I get and, most importantly, from which ads and keywords. From what I understood, the best way to do this was by using a "thank you" page where I would insert the Adwords tracking code into the "thank you" page, which is ONLY accessible immediately after a sale has been made.

The thing I don't understand is: how do I go about implementing this "thank you" page idea when the PayPal "Auto-Return URL" is a s2Member-required redirection?

Statistics: Posted by millenniumfly — January 28th, 2011, 12:39 pm


]]>
2011-01-28T00:43:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6104#p6104 <![CDATA[Re: Need help with Thank You page]]>
http://wordpress.org/extend/plugins/goo ... wordpress/

Statistics: Posted by Cristián Lávaque — January 28th, 2011, 12:43 am


]]>
2011-01-27T22:14:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1946&p=6096#p6096 <![CDATA[Need help with Thank You page]]>
I thought maybe I should use my thank you page as the Login Welcome Page, however, I'm afraid that whenever anybody logs in, they will be directed to the thank you page rather than the page I want them to see, which isn't what I'm intending.

Basically, I have no idea how to include Google Adwords conversion tracking code into my site in order to track confirmed purchases from Paypal. Any ideas? Thanks in advance for any assistance.

Statistics: Posted by millenniumfly — January 27th, 2011, 10:14 pm


]]>