/Magento-2-Analytics

Install Analytics using Magento -2 Extension

Primary LanguagePHP

Unbxd Analytics Module For Magento 2

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads License composer.lock

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

  1. Download module Unbxd_ProductFeed Link

  2. Download this module Link

  3. Unzip modules in the folders:

    app\code\Unbxd\ProductFeed
    app\code\Unbxd\Analytics

  4. 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
  1. Configure module in backend