How To Setup a Subbly Affiliate program

                                                            


Subbly is a website builder and eCommerce platform that allows you to launch your own subscription eCommerce store. Integrating it with OSI Affiliate Software is easy!


Step 1. Login to your OSI Affiliate Software and click on Set Up Software.


Step 2. Click on Settings and then Show Advanced Settings link.


Step 3. Check the box of Include Parameters in affiliate URL and click on Update.


Step 4. Copy the code below.

Note: Change yourdomain with your actual OSI domain.


<script async>

    function hideIF() {    

        document.getElementById('IF').style.visibility = '';

    }

    function getSaleInfo() {

        document.getElementById('st_code').style.visibility = 'hidden';

        document.getElementById('st_code').innerHTML='<iframe src="https://yourdomain.ositracker.com/sales/salejs/amount:{{order.amount}}/transaction:{{order.id}}/firstname:{{customer.first_name}}/lastname:{{customer.last_name}}/email:{{customer.email}}" alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';

   } 

   window.onload = getSaleInfo;

</script>

<div id="st_code"></div>


Step 5. Login to your Subbly admin account. Click on Marketing, Conversion Tracking, and paste the code in the field provided. Click on Save changes button once done.