Skip to content

pepperjam/ascend-magento2-extension

Repository files navigation

Pepperjam Network for Magento 2

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

Installation

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.

How to get started

  1. Install the extension
  2. Under Stores > Configuration, you’ll find Pepperjam Network on the left hand navigation pane. Click to configure the extension.
  3. Select “Yes” to enable Affiliate tracking.
  4. 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.
  5. Select “Dynamic” for tracking type, unless otherwise instructed.
  6. 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.
  7. Set export path to a directory accessible via FTP.
  8. Place test transaction to confirm installation.