PHPackages                             anasstouaticoder/magento2-module-referrer-tracker - 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. anasstouaticoder/magento2-module-referrer-tracker

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

anasstouaticoder/magento2-module-referrer-tracker
=================================================

Extension for tracking external Referrers coming from socials media and marketplaces

1.0.7(1y ago)726MITPHPPHP ^7.4 || ^8.0 || ^8.1 || ^8.2

Since Mar 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/anasstouaticoder/magento2-module-referrer-tracker)[ Packagist](https://packagist.org/packages/anasstouaticoder/magento2-module-referrer-tracker)[ RSS](/packages/anasstouaticoder-magento2-module-referrer-tracker/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

Magento 2 Module AnassTouatiCoder ReferrerTracker
=================================================

[](#magento-2-module-anasstouaticoder-referrertracker)

Track referrer Domains in your web shop

 [![Supported Magento Versions](https://camo.githubusercontent.com/ca119839ec934b59cb988bdbd4624fa0ca1a7b5c3f3c4ba7bf5845343fca0598/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ca119839ec934b59cb988bdbd4624fa0ca1a7b5c3f3c4ba7bf5845343fca0598/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d253230322e332532307c253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265) [![Latest Stable Version](https://camo.githubusercontent.com/02abc859e4f299013e6b69bfd9b8d328341ae84cf8c95a27fdb9d7b5804a69a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d72656665727265722d747261636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/anasstouaticoder/magento2-module-referrer-tracker) [![Composer Downloads](https://camo.githubusercontent.com/08f1ce4da796b6deae4b6494258ff7f6ece3505d00285a4623967a141c7884a0/68747470733a2f2f706f7365722e707567782e6f72672f616e617373746f75617469636f6465722f6d6167656e746f322d6d6f64756c652d72656665727265722d747261636b65722f646f776e6c6f616473)](https://packagist.org/packages/anasstouaticoder/magento2-module-referrer-tracker) [![Maintained - Yes](https://camo.githubusercontent.com/04aba48520e6322ebc6c41b7995626a88ce408bd46ec4eb15ae474936b345276/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65642533462d7965732d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

```
``anasstouaticoder/magento2-module-referrer-tracker``

```

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)

Main Functionalities
--------------------

[](#main-functionalities)

Extension for tracking external Referrers coming from socials medai or marketplaces

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

[](#installation)

\* = in production please use the `--keep-generated` option

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/AnassTouatiCoder`
- Enable the module by running `php bin/magento module:enable AnassTouatiCoder_ReferrerTracker`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer

[](#type-2-composer)

- Install the module composer by running `composer require anasstouaticoder/magento2-module-referrer-tracker`
- enable the module by running `php bin/magento module:enable AnassTouatiCoder_ReferrerTracker`
- apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

- In Back Office:

-To enable tracking customer registration, go to Stores =&gt; Configuration =&gt; ATOUATI Tools =&gt; Customer Registration and select Yes then save. -To enable tracking customer when they passe a new order, go to Stores =&gt; Configuration =&gt; ATOUATI Tools =&gt; Order Success then select Yes then save. -If you want to exclude domains then, go to Stores =&gt; Configuration =&gt; ATOUATI Tools =&gt; Exclude External Domains and add some domains then save.

- Using CLI: -Enable tracking customers when they register in the website : `bin/magento config:set 'anasstouaticoder_trackreferrerorigin/general/order' 1`

-Enable tracking customers when they passe a new order in the website : `bin/magento config:set 'anasstouaticoder_trackreferrerorigin/general/order' 1`

Specifications
--------------

[](#specifications)

Attributes
----------

[](#attributes)

- Flat Models: -sales\_order =&gt; atouati\_external\_origin -sales\_order\_grid =&gt; atouati\_external\_origin
- EAV Models: -Customer entity =&gt; atouati\_external\_origin

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~94 days

Recently: every ~163 days

Total

8

Last Release

533d ago

PHP version history (2 changes)1.0.0PHP ^7.4.0||8.1.0||8.2

1.0.6PHP ^7.4 || ^8.0 || ^8.1 || ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b94c75be06a95da0e1b46e7b58cf506861527ba97b1374081dc7b4d74a3e77bb?d=identicon)[anasstouaticode](/maintainers/anasstouaticode)

---

Top Contributors

[![anasstouaticoder](https://avatars.githubusercontent.com/u/16495903?v=4)](https://github.com/anasstouaticoder "anasstouaticoder (1 commits)")[![sprankhub](https://avatars.githubusercontent.com/u/930199?v=4)](https://github.com/sprankhub "sprankhub (1 commits)")

### Embed Badge

![Health badge](/badges/anasstouaticoder-magento2-module-referrer-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/anasstouaticoder-magento2-module-referrer-tracker/health.svg)](https://phpackages.com/packages/anasstouaticoder-magento2-module-referrer-tracker)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.8k2](/packages/zwernemann-module-withdrawal)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[o2ti/sigep-web-carrier

O2TI - Sigep Web Carrier

141.5k](/packages/o2ti-sigep-web-carrier)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
