Even though the Basic plan of the Magento 2 Facebook Pixel gives you a chance to track important events in your store, it would only be useful to gather more info about your customers' behaviour. Hence, if you want to enhance your data tracking and Facebook ad campaigns, you need to upgrade the plan to Plus or Extra. You can use the same steps to upgrade from Plus to Extra.

So, today you'll learn how to upgrade your Facebook Pixel plan. 

Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.

Upgrade using composer

First of all, you need to remove the extension you currently use:

composer remove magefan/module-facebook-pixel*

Then you can proceed with the installation of an upgraded version. To do that, go to My Account > My Downloads and press the Install via Composer button to get the installation instructions.

Upgrade using archive

If the Facebook Pixel module was installed via archive, you need to upgrade it the same way. Just go to your Magefan account, download the extension archive and extract it.

We recommend creating a backup of the extension folder on your server before moving further.

Then copy the app folder from the archive to your Magento 2 directory. The new extension files will merge with the existing ones.

Update Magento 2 extension via FTP

Once you copy the files to your Magento root directory, run the following commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Once you upgrade a plan, you'll be able to track multiple new events in your store. So, you need to check Facebook pixel connection using the Meta Pixel Helper. Find more details about this in the guide on how to add Facebook pixel to Magento.