PHPackages                             setono/sylius-partner-ads-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-partner-ads-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

setono/sylius-partner-ads-plugin
================================

Sylius plugin that integrates Partner Ads tracking.

v2.2.1(2y ago)245.4k3[6 PRs](https://github.com/Setono/SyliusPartnerAdsPlugin/pulls)MITPHPPHP &gt;=7.4

Since May 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusPartnerAdsPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-partner-ads-plugin)[ RSS](/packages/setono-sylius-partner-ads-plugin/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (31)Versions (18)Used By (0)

Sylius Partner Ads Plugin
=========================

[](#sylius-partner-ads-plugin)

[![Latest Version](https://camo.githubusercontent.com/6c681a7ca66b8a76b8fa034a035c6b0e8abd2d494c8c7d34c398e394f81788f1/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d706172746e65722d6164732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-partner-ads-plugin)[![Software License](https://camo.githubusercontent.com/8dc196fa10fb5d68b25aaea08f13695f79faef0b016d5bbe25b476d2aad9fb09/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d706172746e65722d6164732d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusPartnerAdsPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusPartnerAdsPlugin/actions)

This plugin will track sales made by Partner Ads affiliates.

It works by saving the affiliate partner id when the visitor visits any page on your shop. Then when the user successfully completes an order it will send a HTTP request to Partner Ads telling them to credit the affiliate partner.

Installation
------------

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

```
composer require setono/sylius-partner-ads-plugin
```

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in the `config/bundles.php` file of your project before (!) `SyliusGridBundle`:

```
