anasstouaticoder/magento2-module-referrer-tracker

Extension for tracking external Referrers coming from socials media and marketplaces

1.0.7 2024-05-27 08:19 UTC

This package is auto-updated.

Last update: 2024-05-27 08:23:51 UTC


README

Magento 2 Module AnassTouatiCoder ReferrerTracker

Track referrer Domains in your web shop

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667
``anasstouaticoder/magento2-module-referrer-tracker``

Main Functionalities

Extension for tracking external Referrers coming from socials medai or marketplaces

Installation

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

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

  • 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

  • In Back Office:

-To enable tracking customer registration, go to Stores => Configuration => ATOUATI Tools => Customer Registration and select Yes then save. -To enable tracking customer when they passe a new order, go to Stores => Configuration => ATOUATI Tools => Order Success then select Yes then save. -If you want to exclude domains then, go to Stores => Configuration => ATOUATI Tools => 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

Attributes

  • Flat Models: -sales_order => atouati_external_origin -sales_order_grid => atouati_external_origin

  • EAV Models: -Customer entity => atouati_external_origin