Launching an affiliate marketing program has never been easier. With Pepperjam Network Extension, you can start driving traffic and revenue right now. The extension empowers merchants with:
- A step by step integration and onboarding process
- Ability to track and record affiliate sales and conversions
- Flexible configuration
- Product feed export automated nightly in Pepperjam Network format
- Correction feed automated nightly in Pepperjam Network format
A) via composer
Edit magento's composer.json and add repository
{
"repositories":[
{
"type":"git",
"url":"git@github.com:pepperjam/ascend-magento2-extension.git"
}
]
}
Run installation
composer require pepperjam/network-magento2-module:master@dev --update-no-dev
php bin/magento set:up
Upgrades are done by specifying the version with composer and run magento setup, for example:
composer require pepperjam/network-magento2-module:1.5.2 --update-no-dev
php bin/magento set:up
B) via file transfer
Download the package from releases tab https://github.com/pepperjam/ascend-magento2-extension/releases
Upgrades are done by replacing the files and running magento setup.
- Install the extension
- Under Stores > Configuration, you’ll find Pepperjam Network on the left hand navigation pane. Click to configure the extension.
- Select “Yes” to enable Affiliate tracking.
- Insert your unique Program ID (PID) into the extension config. Once you login to advertiser interface, PID can be found in the upper right corner.
- Select “Dynamic” for tracking type, unless otherwise instructed.
- Set Enable Container Tag = Yes and fill in Tag Identifier field. Tag identifier can be found in the advertiser interface by navigating to Resources > Tracking Integration > Tag Container.
- Set export path to a directory accessible via FTP.
- Place test transaction to confirm installation.