s2Member is a WordPress plugin for professional WordPress membership management. The integration is easy, you only have to place a code to a special s2Member config section.
Place the tracking code
The first step to integrate the sale tracking code into your s2Member is to place the following code to s2Member section API / Tracking > Signup Tracking Codes:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('%%initial%%');
sale.setOrderID('%%subscr_id%%');
sale.setProductID('%%item_number%%');
PostAffTracker.register();
</script>
In case you need to track also some other details, you can see variables available right below this section (in s2Member).
Recurring commissions
If you want to payout recurring commissions to your affiliates, you have to enable s2Member plugin in your Post Affiliate Pro. Set a secret word there and then navigate to your s2Member admin, to API / Notifications > Payment Notifications and use this notification URL (set the secret word there):
http://URL_TO_PostAffiliatePro/plugins/s2Member/s2member.php?secret=YOURSECRETCODE&order=%%subscr_id%%&total=%%amount%%&type=order
To make this work correctly, you need to use the Recurring Commissions feature in your Post Affiliate Pro and have it set to work with API. In your campaign, you have to configure recurring commissions and set recurrence to ‘varied’ which means it will cooperate with s2Member notifications.
Register affiliates
As you can see in the s2Member plugin configuration, there is a checkbox for affiliate registrations. In case you want to create an affiliate account for every new member, you have to check the checkbox and then, in your s2Member administration navigate to API / Notifications > Signup Notifications and set this URL there:
http://URL_TO_PostAffiliatePro/plugins/s2Member/s2member.php?secret=YOURSECRETCODE&fname=%%first_name%%&lname=%%last_name%%&email=%%payer_email%%&user_ip=%%user_ip%%&type=signup
This is it, save your work and this will create a new affiliate for every new member.
Parent affiliate
In case you want to track also a parent affiliate, you have to create an additional (optional) field in your s2Member subscription form (General Options> Registration/Profile Fields) and name it ‘visitorID‘ (the same for unique field ID).
The next step is to set a custom script in Footer Design section of General Options > Login/Registration Design. Please insert this code there:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
document.getElementById('ws-plugin--s2member-custom-reg-field-visitorid').type = 'hidden';
PostAffTracker.writeCookieToCustomField('ws-plugin--s2member-custom-reg-field-visitorid');
document.getElementById('ws-plugin--s2member-custom-reg-field-visitorid').parentNode.style.display='none';
</script>
This code will make sure the parent affiliate info (a cookie value) is stored in this field, and the field itself is hidden from the form.
The last step is to add this line to your signup notification in s2Member:
&visitorID=%%visitorID%%
Refund tracking
In case you want to track refunds and automatically mark commission as refunded when it is refunded in s2Member, you have to navigate to your s2Member admin, to API / Notifications > Refund/Reversal Notifications and use this notification URL (set the secret word there):
http://URL_TO_PostAffiliatePro/plugins/s2Member/s2member.php?secret=YOURSECRETCODE&order=%%parent_txn_id%%&type=refund
That’s it, save your work.
s2member and PayPal – integration of the dynamic checkout form
If you are using PayPal as a payment gateway in s2member then a different approach of integration is needed.
First of all, into the notify_url field of each ‘checkout’ button (‘paypal-checkout-button.php’,’paypal-sp-checkout-button.php’, etc. ) found at:
/wp-content/plugins/s2member/includes/templates/buttons/
you have to add:
id="pap_ab78y5t4a"
Example:
If the default notify_url field code looks like this:
<input type="hidden" name="notify_url" value="%%notify_url%%" />
then change it to this one:
<input id="pap_ab78y5t4a" type="hidden" name="notify_url" value="%%notify_url%%" />
Afterwards, into the footer file of your current theme, so into
/wp-content/themes/Name_Of_Your_Current_Theme/footer.php
you have to add the following code:
<!-- PAP Integration snippet -->
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('default1');
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a', '', 'pap_custom');
</script>
<!-- /PAP Integration snippet -->
In case you wanted to track a product ID as well, add this attribute to your s2Member PayPal form code:
item_number="someProductID"
s2member and PayPal – forwarding PayPal’s instant payment notification to Post Affiliate Pro
The last step of the integration is to look up the following file:
/wp-content/plugins/s2member/includes/classes/paypal-notify-in.inc.php
and find the line:
public static function paypal_notify() {
and place the following code right below it:
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php?pap_custom='.$_GET['pap_custom']);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* /Post Affiliate Pro integration snippet */
That’s it.
Now, log in to the merchant panel of Post Affiliate Pro (Network), navigate to the “Plugins” section and activate the “PayPal IPN Handling” plugin.
NOTE: If you wish the paying customer to be automatically created as an affiliate, then in the ‘PayPal IPN Handling’ plugin turn on the “Register new affiliate with every occured event” option.
NOTE2: The ‘PayPal IPN Handling’ automatically handles the refunds — if a previously tracked transaction (that resulted in a commission) is refunded in PayPal, then it will be automatically refunded in Post Affiliate Pro (Network) as well.
The given text provides information about ConvertKit's affiliate program. The program offers a single-tier commission structure with a 30% commission rate. Affiliates can earn commissions on sales they generate and there is no minimum payout. The accepted traffic sources for the program are link and banner advertisements, and it is available worldwide. The program does not allow explicit content but does allow religious and political content. The payout frequency is monthly, and affiliates can receive their payouts through Paypal.
The given text consists of sections related to product pricing, features, integrations, alternatives, support, knowledge base, member's area, change log, performance status, company information, awards, customer reviews, affiliate program, list of resellers, learning resources, blog templates, affiliate marketing academy, affiliate marketing glossary, affiliate program directory, subscription to newsletter, and social media. It also includes terms of service, security policy, privacy policy, and GDPR information. The text mentions the process of building the Post Affiliate Pro dashboard and provides installation status. Additionally, it states that the website uses cookies and assumes user permission for their deployment.