How to setup an Acuity Scheduling Affiliate Program




To set up an Acuity Scheduling affiliate program and to integrate with OSI Affiliate Software, please follow the directions below.


Step 1) From your Acuity dashboard, click on Business Settings from the left navigation.



Step 2) Click on Integrations from the left navigation

 

Step 3) Click on Analytics & Conversion Tracking


Step 4) Click on Set Up under “Custom Conversion Tracking”


Step 5) Now, for the snippet of code from your Omnistar Admin Dashboard, make sure that you change the variables for transaction ID and Price. If you don’t have Omnistar’s snippet of code yet, follow the next steps to get it. 


Step 6) From your Omnistar Admin Dashboard, click on Set Up Software


Step 7) Click on Link Software to My Store.


Step 8) Click on Step 1 and choose General from the drop-down. Once you choose that, copy the snippet of code and change the variables for transaction and amount.


Example only for Acuity, the snippet of code should be like this:

<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://yourdomainname.ositracker.com/sales/salejs/amount:%price%/transaction:%id%" alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';

   } 

   window.onload = getSaleInfo;

</script>

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