latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Home Forums Dina

About: Dina

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Coupon Code – Trial Period

By:  Jordan Mederich in: Community Forum

voices: 5
replies: 12

4 years, 5 months ago  Jordan Mederich

Viewing 2 topics - 1 through 2 (of 2 total)

Topics I've Started

Viewing 4 topics - 1 through 4 (of 4 total)
Topic Count Last Reply
Google Analytics & Ecom Tracking

By:  Dina in: Community Forum

voices: 2
replies: 18

3 years, 10 months ago  Dina

email notification

By:  Dina in: Community Forum

voices: 2
replies: 1

4 years, 10 months ago  Raam Dev

Custom fields not behaving as expected

By:  Dina in: Community Forum

voices: 2
replies: 3

4 years, 10 months ago  Cristián Lávaque

Viewing 4 topics - 1 through 4 (of 4 total)

My Latest Replies (From Various Topics)

Viewing 13 replies - 1 through 13 (of 13 total)
Author Replies
Author Replies
Posted: Thursday Feb 28th, 2013 at 7:47 pm #43440
Dina
Username: codeshed

Thanks Jason,

OK. So it’s working in the default implementation because you verified the snippet is there. Have you been able to verify the snippet is there on your /congratulations/ page as well? It’s just not showing up in Google Analytics?

No, I have not seen the GA tracking code on the /congratulations/ ( source view ) . Should I be able to see it ( without the details ) even if I hit that page directly or will the code only be insert on return from payment?

I do have a goal configured against that page and it works, but it seems to me that for some reason the tracking code is not getting inserted as expected.

You suggestion on creating a test environment is valid and if we have to go that route we will, but I was hoping it would not be this difficult to trouble shoot.

Posted: Monday Feb 25th, 2013 at 5:46 pm #43187
Dina
Username: codeshed

Hi Jason,

Any suggested next steps to get this working in our implementation / shortcode ?

[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="$97.00 CAD / Yearly Subscription (recurring charge, for ongoing access)" ps="paypal" cc="CAD" ns="2" custom="www.domain_name.com" ta="97.00" tp="365" tt="D" ra="97.00" rp="1" rt="Y" rr="1" rra="0" accept="paypal" accept_via_paypal="paypal" coupon="" accept_coupons="1" default_country_code="" captcha="0" success="/congratulations/" /]
Posted: Friday Feb 22nd, 2013 at 12:37 am #42783
Dina
Username: codeshed

No mods to your core plugin files… Just theming around the registration form. We are using Theme my login.

I went to your test page and published it, complete the registration form and it when out to paypal ($0.01) and returned back to the same registration page with a feedback message at the top. In snooping the source I see the expected google tracking code for the transaction in the footer…soooo it all looks good, including the transaction showing up in Google!

So whats the deal with our version of the shortcode – Is it because we are using a custom return page?
success=”/congratulations/”

Posted: Tuesday Feb 19th, 2013 at 11:54 pm #42550
Dina
Username: codeshed

Google Ecommerce Tracking is enabled against the profile.

Posted: Tuesday Feb 19th, 2013 at 12:13 am #42413
Dina
Username: codeshed

Thanks! Yup.. we’re calling the hook in our theme footer.php.

It is an order thing? We have the generic GA tracking script included in the header and the GA transaction script in the footer.

Do we need to call the generic script AFTER the transaction script?

Posted: Monday Feb 18th, 2013 at 9:06 pm #42386
Dina
Username: codeshed
[s2Member-Pro-PayPal-Form level="1" ccaps="" desc="$97.00 CAD / Yearly Subscription (recurring charge, for ongoing access)" ps="paypal" cc="CAD" ns="2" custom="www.domain_name.com" ta="97.00" tp="365" tt="D" ra="97.00" rp="1" rt="Y" rr="1" rra="0" accept="paypal" accept_via_paypal="paypal" coupon="" accept_coupons="1" default_country_code="" captcha="0" success="/congratulations/" /]
Posted: Monday Feb 18th, 2013 at 11:36 am #42277
Dina
Username: codeshed

Thanks Jason,

We will make that change, but I don’t think that’s the issue. I did a test registration/purchase creating a new account from scratch and the transaction did not show up in Google Analytics…. it’s been more then a week now.

Any other ideas? on which page would the transaction code get fired or is that behind the scenes?

Looking to get the resolved so we can move on with other tweaks!

Dina.

Posted: Tuesday Feb 12th, 2013 at 11:21 am #41567
Dina
Username: codeshed

Here is the code we have in the API Tracking area

<script type="text/javascript">

  var _gaq = _gaq || [];
  
  _gaq.push(['_addTrans',
    '%%subscr_id%%', // transaction ID - required
    '%%cv0%%', // affiliation or store name
    '%%initial%%' // total - required
  ]);

  _gaq.push(['_addItem',
    '%%subscr_id%%', // transaction ID - required
    '%%item_number%%', // SKU/code - required
    '%%cv0%%', // product name
    '%%item_number%%', // category or variation
    '%%initial%%', // unit price - required
    '1' // quantity - required
  ]);
  
  _gaq.push(['_trackTrans']); //submits transaction to the Analytics servers
  
</script>

and then we our standard tracking code included in the header

Posted: Friday Feb 8th, 2013 at 7:27 pm #41227
Dina
Username: codeshed

Thanks Jason,

I followed the article, but I am not seeing the transaction. I have the general Google code tracking code include in the header of the site and then added the transaction chunk as indicated in the article.

I see the general traffic, but not the e-com data.

Do I need to have the general tracking code in the footer vs the header… an ordering issue?

Posted: Thursday Jan 17th, 2013 at 1:11 pm #37901
Dina
Username: codeshed

Is the login counter only available as part of newer version of S2Member and included in the list user table in the WP admin area? We’re not seeing it, but we need to upgrade?

Currently on:
Version 3.5.8 + Pro Module v1.5.8

I tried using this, but no luck:
get_user_field (“s2member_login_counter”);

Posted: Tuesday Jul 17th, 2012 at 3:07 pm #19554
Dina
Username: codeshed

Thanks Guys!

How does this look for a user that does not use the coupon in terms of paypal and the recurring payments?

Does it show up as a trial?

Posted: Monday Jul 16th, 2012 at 12:24 pm #19373
Dina
Username: codeshed

Hi Christian –

I have a question on this too… I have a yearly subscription of $97.00 and want to create a coupon that gives the user $25 off for the first year only and then back to normal amount.

if I have something like this Get25off |25.00|ta-only how would I change the short code up (or do I need to ) so the coupon only applied to the first year ( PS I also want the coupon expire after 3 months )

ta=”0″ tp=”0″ tt=”D” ra=”97.00″ rp=”1″ rt=”Y” rr=”1″ rra=”0″

Just change trial values to match regular values?

ta=”97.00″ tp=”1″ tt=”Y” ra=”97.00″ rp=”1″ rt=”Y” rr=”1″ rra=”0″

and then create a code like so?
Get25off |25.00|31/07/2012|ta-only

If I understand correctly the user would pay $72.00 for the first year and then $97 thereafter. What would happen with users that did not use the coupon – does the Trial period have any effect?

Posted: Wednesday Feb 29th, 2012 at 3:11 pm #6787
Dina
Username: codeshed

Thanks! I removed the %%custom_fields%% and built my own into the template and that works except for the the 2 points above.

The reason I am not using the %%custom_fields%% is that I needed more control the order they output. 4 text boxes go near the top of the form then after username password…etc. I have a accept terms options that is coded into the form using the custom field option.

Any workaround that you can think of?

Viewing 13 replies - 1 through 13 (of 13 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.