Is my platform supported?


This is a really important and common question considering the flexibility and affordability of our service. So we'd like to get into this.


Now is a good time to remind you the current list of our official integrations classified on how is the integration process:


  1. Automatic Integration
  • Shopify
  • BigCommerce
  • Ecwid

  1. Manual Integration
  • WooCommerce
  • 3dcart / Shift4Shop
  • CrateJoy
  • SquareSpace
  • Weebly
  • HikaShop


  1. Finished by internal support
  • Storeden


If your platform is not present on that list, there could possibly be a chance by going the custom integration way.

This is possible if you meet the following conditions:


1. Being able to insert code to the footer of your site/store


<script src="https://static.affiliatly.com/v3/affiliatly.js?affiliatly_code=AF-10XXX"></script>


AF-10XXX must be replaced with your actual Affiliatly Account ID.



2. Being able to insert code to the page where the order is made and paid (i.e. β€˜Thank You' or 'Checkout’ page)?


<script>

var affi_id_order = '##YOUR-ORDER-ID##';

var affi_order_price = '##YOUR-ORDER-PRICE##';

var affi_order_coupons = '##YOUR-ORDER-USED-COUPON##';


var url_affi = "https://static.affiliatly.com/v3/affiliatly.js?affiliatly_code=AF-10XXXX&conversion=1&id_order="+ encodeURIComponent( affi_id_order ) + "&order_price="+ affi_order_price +"&order_coupons=" + affi_order_coupons; var script_affi = document.createElement("script"); script_affi.type = "text/javascript"; script_affi.src = url_affi; document.getElementsByTagName("head")[0].appendChild(script_affi); </script>


The following parameters need to be replaced with the actual order data:

  • '##YOUR-ORDER-ID##' = unique order ID of the order (to prevent fake commission for affiliates)
  • '##YOUR-ORDER-PRICE##' = amount of the order, without currency symbol (to calculate the affiliates' commission)
  • '##YOUR-ORDER-USED-COUPON##' (optional) = only needed if you want to use our coupon tracking method

This is the reason why we can't support stores that work within marketplaces like Amazon. Because your store/site needs to be individual and you need to have the ability to add those

codes in the specified places.


Known platforms/frameworks with which we can not integrate are:

  • GoDaddy sites using their GoDaddy's own e-commerce solution for tracking orders
  • Wix sites, an integration with Wix is possible, but only if you are using Ecwid.com for tracking and managing orders, please create Ecwid account with us.
  • Etsy
  • Amazon

WARNING

Custom integrations may not work with all our tracking methods and features.

For example, if make the integration using our JavaScript code instead of our PHP code, the SKU and E-mail tracking methods will not work.

If you happen to miss some feature that is the exact reason why your platform is not on the official list. However, there's a good chance you get what you need to run your affiliate program.

If the integration is successful at least the Link/QR Tracking should work correctly.


In any case, if you have any questions related to your compatibility with our service or need any extra help with the integration feel free to contact our support team. We'll be happy to assist you!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us