composer require elgentos/magento2-rumvision
Magento2 extension for the frontend implementation of RUMvision. You can find more information about rumvision on this page: https://www.rumvision.com/.
- Install the module composer by running
composer(2) require elgentos/magento2-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
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:
Output will be this script in the before.body.end
container.