unbxd/magento2-analytics

This package is abandoned and no longer maintained. No replacement package was suggested.

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

1.0.5 2019-09-25 15:09 UTC

This package is auto-updated.

Last update: 2021-05-04 03:21:52 UTC


README

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