unbxd / magento2-analytics
The Magento 2 module, which provides possibility tracking analytics for Unbxd service
Installs: 3 000
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0|~7.2.0
- unbxd/magento2-product-feed: ^1.0.10
This package is auto-updated.
Last update: 2021-05-04 03:21:52 UTC
README
This module provide possibility tracking analytics for Unbxd service.
Support Magento 2.1.* || 2.2.* || 2.3.*
Installation Guide
Install by composer
composer require unbxd/magento2-analytics
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento module:enable Unbxd_Analytics
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
Manual installation
-
Download module Unbxd_ProductFeed Link
-
Download this module Link
-
Unzip modules in the folders:
app\code\Unbxd\ProductFeed
app\code\Unbxd\Analytics -
Access the root of you Magento 2 instance from command line and run the following commands:
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento module:enable Unbxd_Analytics
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
- Configure module in backend