Skip to content

elgentos/magento2-rumvision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elgentos RUMvision Frontend implementation module

composer require elgentos/magento2-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/.

This module also adds page-type meta tags to help categorize different page types:

  • home - Homepage
  • cms - CMS pages
  • product-detail - Product detail pages
  • product-listing - Category/product listing pages
  • cart - Shopping cart page
  • checkout - Checkout page
  • success - Order success page
  • search - Search results page
  • account - Customer account pages

By these meta tags the RUMvision tool can automatically categorize the pages and show them in the correct dashboard.

Ofcourse its also possible to add custom types by adding the meta tag yourself in the head of the page like this:

<head>
    <meta name="page-type" content="VALUE"/>
</head>

Installation

  • 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

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

About

Frontend implementation for https://www.rumvision.com/

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors