thedevhub / facebook-event-tracker
facebook pixel for magento 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-05-17 03:02:31 UTC
README
Magento 2 Facebook Event Tracker is the extension that allows you to add a Facebook pixel to Magento 2 pages faster, easier and without any technical knowledge. This extension enables you to track customers' actions on your store and use that data to create personalized Facebook Ads.
Features
- Better event tracking.
- Personalized Facebook Ads.
- Product Performance tracking.
- Checkout Event Tracking.
- Facebook pixel IDs per store view.
Installation
- Please run the following command
composer require thedevhub/facebook-event-tracker
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable DeveloperHub_FacebookEventTracker php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
- If your website is running on the production mode then you need to run the following command
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile