elgentos/magento2-rumvision

Magento2 extension for the frontend implementation of RUMVision

Installs: 13 565

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 4

Forks: 0

Open Issues: 4

Type:magento2-module

1.0.4 2024-02-19 12:31 UTC

This package is auto-updated.

Last update: 2024-04-19 13:31:06 UTC


README

composer require elgentos/module-rumvision

Main Functionalities

Magento2 extension for the frontend implementation of RUMvision. You can find more information about rumvision on this page: https://www.rumvision.com/.

Installation

  • Install the module composer by running composer(2) require elgentos/module-rumvision
  • enable the module by running php bin/magento module:enable Elgentos_Rumvision
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

Next is to set the correct database settings for the module. From RUMvision you need the TrackingID and the hostname configured in the tool at: https://insights.rumvision.com

  • Go to: Stores > Configuration > Elgentos > RUMvision
  • Enabled the frontend implementation
  • Set the Tracking ID
  • Set the hostname

Set this in the backend of magento:

image

Output will be this script in the before.body.end container.

image