2performant / business-league-marketing
Magento 2 plugin for injecting tracking scripts and iframe
Package info
github.com/2Parale/magento-plugin
Type:magento2-module
pkg:composer/2performant/business-league-marketing
1.1.0
2026-03-12 10:18 UTC
Requires
- php: ~7.1.3 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-04-23 11:15:51 UTC
README
Magento 2 / Adobe Commerce extension that integrates 2Performant tracking for click attribution and sales conversion on the checkout success flow.
Features
- Injects the 2Performant click tracking script on storefront pages.
- Preserves attribution query params (
2pau,2ptt,2ptu,2prp,2pdlst) through redirects. - Adds checkout success tracking:
- sales tracking script (
sls) - conversion iframe payload
- sales tracking script (
- Builds order payload with product details (name, quantity, net value, category, brand).
- Supports configurable category-based commissions (with default fallback).
- Includes CSP whitelist entries for required tracking domains.
- Validates remote click script URL before injection.
- Inserts the credits text "Active in BusinessLeague" with a link to businessleague.com in the footer of every page of the store. Can be disabled if you want to customize how the credits text is added.
Package
- Composer package:
2performant/business-league-marketing - Magento module name:
TwoPerformant_BusinessLeagueMarketing - Type:
magento2-module
Requirements
- Magento 2 / Adobe Commerce
- PHP versions allowed by package constraints:
~7.1.3 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Installation
Install with Composer:
composer require 2performant/business-league-marketingbin/magento module:enable TwoPerformant_BusinessLeagueMarketingbin/magento setup:upgradebin/magento cache:flush
Configuration
In Magento Admin, go to:
Stores → Configuration → Business League Marketing
1) Identifiers
- Campaign Unique ID
- Confirm ID
- Big Bear Unique ID
- Brand Attribute Name (default:
manufacturer)
2) Commissions
- Enable Category Commissions
- Default Commission
- Commissions List (Category ID → Commission Value)
3) Credits
- Display Credits in Store Footer
How it works
- A frontend observer injects the click script only when
Big Bear Unique IDis configured and URL validation passes. - A response redirect plugin preserves attribution parameters across redirects.
- On checkout success, the module renders tracking output using view models:
- serialized
tpOrderobject for sales script consumption - conversion iframe URL containing campaign, confirm, amount, description and transaction id; the overall commission percent is also added when variable commission is enabled.
- serialized
- The credits text is added via a layout block injected into the
footercontainer on every storefront page
Uninstall
The module provides an uninstall routine that removes its config keys from core_config_data under:
twoperformant_identifiers/*twoperformant_commissions/*twoperformant/*
License
GPL-3.0-or-later