PHPackages                             hk2/multianalytics - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hk2/multianalytics

ActiveMagento2-module[HTTP &amp; Networking](/categories/http)

hk2/multianalytics
==================

HK2 Multi Analytics - Offers easy integration of your ecommerce store with integrating Google Tag Manager, Facebook Domain Verification &amp; Pixel Code in Magento Store saving you the hassle of manual setup. It also helps ContentSquare, etc from tracking data &amp; providing real-time insights to improve the digital experience, increase customer happiness and drive growth.Easily configure Google Tag Manager &amp; Facebook Pixel on your Magento 2 website. Using Magento 2 Google Tag Manager you can track the behavior of the customers coming onto your website. HK2 Multi Analytics automatically adds the Google Tag Manager code to all pages in your Magento 2 store, enabling site-wide tracking of user data. Added Google Product RSS Feed (Product feed for Google Shopping)

2.0.1(1y ago)011OSL-3.0PHPPHP ^7.3.0|^7.4.0|^8.0|^8.1.0|^8.2.0

Since Aug 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/basantmandal/HK2-MultiAnalytics-Magento-Module)[ Packagist](https://packagist.org/packages/hk2/multianalytics)[ RSS](/packages/hk2-multianalytics/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

HK2 Multi Analytics
===================

[](#hk2-multi-analytics)

HK2 Multi Analytics - Offers easy integration of your ecommerce store with integrating Google Tag Manager, Facebook Domain Verification &amp; Pixel Code in Magento Store saving you the hassle of manual setup. It also helps ContentSquare, etc from tracking data &amp; providing real-time insights to improve the digital experience, increase customer happiness and drive growth.

Easily configure Google Tag Manager &amp; Facebook Pixel on your Magento 2 website. Using Magento 2 Google Tag Manager you can track the behavior of the customers coming onto your website. HK2 Multi Analytics automatically adds the Google Tag Manager code to all pages in your Magento 2 store, enabling site-wide tracking of user data.

Added Google Product RSS Feed (Product feed for Google Shopping) - Just add the RSS 2.0 Feed Link from

[![Screenshot2](/docs/images/ScreenShot_07.png)](/docs/images/ScreenShot_07.png)

🧐 Features
----------

[](#-features)

- Quick and Easy Setup
- 100% Open Source, Free &amp; Fully Customizable
- Content Security Policies Support
- You can also enable Facebook pixel functionality for your website

💰 Account &amp; Pricing
-----------------------

[](#-account--pricing)

This is a Open Source - Free to use Module. No charge or any fee is there to use it.

🚀 Supported Version
-------------------

[](#-supported-version)

- Magento v2.3.5, 2.4.x

How to install
--------------

[](#how-to-install)

### Method 1: Install ready-to-paste package

[](#method-1-install-ready-to-paste-package)

[Download Link - HK2 - Add Boostrap5 - (https://github.com/basantmandal/HK2-MultiAnalytics-Magento-Module/releases)](https://github.com/basantmandal/HK2-MultiAnalytics-Magento-Module/releases)

Download the zip package and unzip it in app/code folder.

Enable Extension
----------------

[](#enable-extension)

```
php bin/magento module:enable HK2_MultiAnalytics
```

```
php bin/magento setup:upgrade
```

```
php bin/magento setup:static-content:deploy
```

```
php bin/magento cache:flush
```

Disable Extension:
------------------

[](#disable-extension)

```
php bin/magento module:disable HK2_MultiAnalytics
```

```
php bin/magentosetup:upgrade
```

```
php bin/magento setup:static-content:deploy
```

```
php bin/magento cache:flush
```

Backend Settings
----------------

[](#backend-settings)

Login to Magento Admin -&gt; Add Multi Analytics -&gt; Configuration -&gt; Enable

Please clear the cache after enabling the option.

Once Installed, You can check in Magento Frontend - View Page Source (Right Click - View Page Source) &amp; you can see Google Tag Scripts Added. Please check the screenshot in case you have any doubts.

[![Screenshot2](/docs/images/ScreenShot_02.png)](/docs/images/ScreenShot_02.png)[![Screenshot1](/docs/images/ScreenShot_01.png)](/docs/images/ScreenShot_01.png)

### Method 2: Install via composer (Recommend)

[](#method-2-install-via-composer-recommend)

Run the following command in Magento 2 root folder

```
composer require hk2/multianalytics
```

```
php bin/magento setup:upgrade
```

```
php bin/magento setup:static-content:deploy
```

Note: It is always recommended to install and verify the extension first in the development or staging environment and once verified then install it on production environment.

Screenshots
-----------

[](#screenshots)

1. Installation Path [![Screenshot1](docs/images/ScreenShot_01.png)](docs/images/ScreenShot_01.png)
2. Admin Panel - Settings [![Screenshot2](docs/images/ScreenShot_02.png)](docs/images/ScreenShot_02.png)
3. Category Page [![Screenshot3](docs/images/ScreenShot_03.png)](docs/images/ScreenShot_03.png)
4. Product Page [![Screenshot3](docs/images/ScreenShot_04.png)](docs/images/ScreenShot_04.png)
5. Google Tag Scripts Screenshot [![Screenshot3](docs/images/ScreenShot_05.png)](docs/images/ScreenShot_05.png)
6. Facebook Pixel Screenshot [![Screenshot3](docs/images/ScreenShot_06.png)](docs/images/ScreenShot_06.png)
7. Google RSS Feed URL - Link Screenshot [![Screenshot3](docs/images/ScreenShot_07.png)](docs/images/ScreenShot_07.png)

🛠️ Maintenance mode
-------------------

[](#️-maintenance-mode)

You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:

### Enable Maintenance Mode

[](#enable-maintenance-mode)

```
php bin/magento maintenance:enable
```

### Disable Maintenance Mode

[](#disable-maintenance-mode)

```
php bin/magento maintenance:disable
```

🤫 Privacy
---------

[](#-privacy)

This extension does not read, change, store, or transmit any of your personal data (e.g., logins, passwords, messages, contacts) from any of the sites or your computer in absolutely any form.

📫 Support
---------

[](#-support)

For support or any bug report or changes mail me at -

🐞 Bug Report
------------

[](#-bug-report)

Please open an [issue](https://github.com/basantmandal/HK2-MultiAnalytics/issues) on GitHub.

When filing a bug remember that the better written the bug is, the more likely it is to be fixed.

You can also reach us at

🍰 Contribution Guidelines 💖
---------------------------

[](#-contribution-guidelines-)

Contributions are welcome! If you’d like to contribute to this project:

- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature-name).
- Make your changes and commit them (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature-name).
- Open a pull request.

**Please Note** :- I may be a bit delayed in responding or slow in responding due to low amount of free time. I apologize for the inconvenience and I appreciate your patience

🤝 Consent
---------

[](#-consent)

By using any Product/Module/Application from Basant Mandal A.K.A (HK2 - Hash Tag Kitto), you hereby consent to our disclaimer and agree to its terms.

📢 Disclaimer
------------

[](#-disclaimer)

> **Basant Mandal (HK2 - Hash Tag Kitto)** does not make any warranties about the completeness, reliability and accuracy of this image or its related products. Any action you take upon the information you find here is strictly at your own risk.

> **Basant Mandal (HK2 - Hash Tag Kitto)** will not be liable for any losses and/or damages in connection with the use of our website.

💖Like my work? Help Us
----------------------

[](#like-my-work-help-us)

Please rate my project or give some stars at . You can also contribute to make my Open Source Contribution more frequent and help others -  or

📫 Feedback
----------

[](#-feedback)

If you have any feedback, please reach out to us at

🔗 Links:
--------

[](#-links)

Feel free to reach me through the below handles if you'd like to contact me.

[![portfolio](https://camo.githubusercontent.com/ee59c11a0ffcc301e7d0b1201866923b89c43bfd5701d3a45eef9372794dc301/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d795f706f7274666f6c696f2d3030303f7374796c653d666f722d7468652d6261646765266c6f676f3d6b6f2d6669266c6f676f436f6c6f723d7768697465)](https://www.basantmandal.in/)[![linkedin](https://camo.githubusercontent.com/9745a59ad4a919d2e524512c3f732c820d4aa0fe927def4f37c4aba08f7e42bc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b6564696e2d3041363643323f7374796c653d666f722d7468652d6261646765266c6f676f3d6c696e6b6564696e266c6f676f436f6c6f723d7768697465)](https://www.linkedin.com/in/basantmandal/)

📜 License:
----------

[](#-license)

[![MIT License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://choosealicense.com/licenses/mit/)[![GPLv3 License](https://camo.githubusercontent.com/da9c3abfd62c32a94031c3a382cb7c85dbd4cede411416837adfe6b8fda05ba1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076332d79656c6c6f772e737667)](https://opensource.org/licenses/)[![AGPL License](https://camo.githubusercontent.com/aed477ac82de60abd644cfa7c9d381eebe9a00d5d32168644f7e6d2a23957d1b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4147504c2d626c75652e737667)](http://www.gnu.org/licenses/agpl-3.0)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance43

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~497 days

Total

2

Last Release

499d ago

Major Versions

1.0.0 → 2.0.12024-12-25

### Community

Maintainers

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

---

Top Contributors

[![basantmandal](https://avatars.githubusercontent.com/u/69835601?v=4)](https://github.com/basantmandal "basantmandal (25 commits)")

---

Tags

Google Tag ManagerHK2Basantbasantmandal.inHK2\_MultiAnalyticsContent SquareFacebook Pixel CodeFacebook Domain Verification

### Embed Badge

![Health badge](/badges/hk2-multianalytics/health.svg)

```
[![Health](https://phpackages.com/badges/hk2-multianalytics/health.svg)](https://phpackages.com/packages/hk2-multianalytics)
```

###  Alternatives

[yireo/magento2-linkpreload

Magento 2 extension to set HTTP Link headers for primary resources to allow for HTTP/2 preloading

92343.7k1](/packages/yireo-magento2-linkpreload)[splashlab/magento-2-cors-requests

Enabling cross-origin resource sharing (CORS) requests to Magento 2 API from configured Origin domain

70228.5k](/packages/splashlab-magento-2-cors-requests)[developersalliance/module-table-rates

This module allows administrators to manage and view shipping table rates from the admin UI.

443.4k](/packages/developersalliance-module-table-rates)[integer-net/magento2-async-varnish

Module for Magento 2 that defers and bundles purge requests to Varnish to reduce number of HTTP requests and increase speed of mass updates

221.3k](/packages/integer-net-magento2-async-varnish)

PHPackages © 2026

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