Yes, we support Magento
You can track affiliate sales from your Magento store (Magento 1 or 2) using the Website (JS Pixel) integration. Follow the steps below.
Step 1 — Create a program
- Go to Marketing → Programs.
- Create a new program with your commission rules.
Step 2 — Create a campaign
- Go to Marketing → Campaigns.
- Click Create New on any campaign type card.
Step 3 — Configure the campaign
- In the General Settings tab, enter the Campaign Name.
- Set Tool Type to Sale Integration.
- Select your Program and Magento from the Integration Plugin dropdown.
- Add the Campaign Target Link (your Magento store).
Step 4 — Choose Website (JS Pixel)
- Click the Integration Setup tab.
- Under Choose Your Integration Method, select Website (JS Pixel).
Step 5 — Save and view the code
- Click Save (stays on the form).
- Click View Integration Code or Get Code. A popup opens with Magento 1 and Magento 2 installation instructions and the module download links.
What the popup shows — Magento extension installation
The popup has separate tabs for Magento 1 and Magento 2.
Magento 1:
Integrate affiliate script into magento 1. download magento module from here Magento Module and follow following step.
- Extract download zip file.
- Upload "app" folder to root folder of your magento store.
- Check that you have a current backup of your site or create one by going into
system->tools->backup. This will be useful in case anything goes wrong. - Disable compilations via
system->tools->Compilations. - Clear cache by going into
System->Cache Management, selecting all the files in the list, choosing the refresh option in the dropdown menu, and finally clicking Submit. - Activate the extension
System-> Configuration: click on Advanced menu from left panel; Find AffiliatePro_Magento1 and enable it.
Magento 2:
Integrate affiliate script into magento. download magento module from here Magento Module and follow following step.
- Extract download zip file.
- Upload "AffiliatePro" folder to
/app/code/folder in your magento store. - Run Command using php: Create
cmd.phpfile into magento root folder; Add the content shown in the popup (php bin/magento setup:upgrade and setup:static-content:deploy); Open cmd.php file in browser usinghttp://url_of_magento_store/cmd.php.
Save the campaign first so the popup shows the correct download links and steps for your Magento version.