Thinkific integration
Create online courses and membership sites with Thinkific and feel confident that you’ve got the easiest technology and the best support in the industry.
Integration with Thinkific is made easy thanks to special section in Thinkific admin panel. You can insert click tracking and sale tracking easily.
Order tracking
Login to your Thinkific admin panel and navigate to Settings > Code & analytics > Order tracking code. Put the following code into the text area:
<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('{{total_price}}');
sale.setProductID('{{product_id}}');
sale.setOrderID('{{order_number}}');
sale.setData1('{{billing_email}}');
PostAffTracker.register();
</script>
Please note free courses do not generate an order so you may want to use Signup tracking code section instead.
It is integrated now. Every time a customer enters the order confirmation page, the tracking code is called and it will register a sale for referring affiliate.
NOTE: Do not forget to integrate you site with the click tracking code for sale tracking code to work. You can insert the click tracking code to Settings > Code & analytics > Site footer code.