- In your Memberful dashboard go to settings > payment > configure checkout
In the order complete analytics code box, add the following code snippet:
<script src="https://script.tapfiliate.com/tapfiliate.js" type="text/javascript" async></script> <script type="text/javascript"> (function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){ (t[a].q=t[a].q||[]).push(arguments)}})(window,'tap'); tap('create', '((((YOUR ACCOUNT ID))))', {include_methods: ['3p']}); tap('conversion', '{{ order.subscription_id }}', Number("{{ order.total }}".replace(/[^0-9\.-]+/g,""))); </script>
In your Tapfiliate admin account, go to your programs advanced settings, and switch your tracking method to redirect
Hit save.
Recurring commissions
You can use the API or Zapier to set up recurring commissions via Memberful. In case you have not heard of Zapier: Zapier is the swiss army knife of the web. Is a setup too technical for you? Or is a repetitive tasks costing you too much time to do manually? Zapier allows you to easily integrate Tapfiliate with more than 500 web-apps.
You can use the following Zap to setup recurring commissions with just a couple of clicks:
Do note that you will need a Zapier plan that supports multi-step Zaps.
Important
Please remember to test a conversion before starting your program. This way you can verify that tracking has been set up correctly. You can create a test conversion by following the steps described here.