This is a Grav plugin that adds the Pingdom RUM script and PRUM Id to Grav pages.
Installing the Pingdom RUM plugin can be done in one of two ways.
If you have the GRAV Admin plugin installed (and you really should ) you can install this plugin from your browser. Simply login to your Admin area, click on "Plugins" in the left sidebar menu, the click on + Add
in the top right of the Plugins view.
Simply scroll to the Pingdom RUM Analytics plugin (or filter by name) and then click + Install
on the right end of the row for the plugin.
The simplest way to install this plugin is via the Grav Package Manager (GPM) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install pingdom_rum
This will install the Pingdom RUM plugin into your /user/plugins
directory within Grav. The plugin files should now be in /your/site/grav/user/plugins/pingdom_rum
To install this plugin, just download the zip version of this repository and unzip it under /your/site/grav/user/plugins
. Then, rename the folder to pingdom_rum
.
You should now have all the plugin files under
/your/site/grav/user/plugins/pingdom_rum
Prior to the Admin plugin you could modify a plugins yaml file directly (you still can actually) but now the Admin screens offer a much easier and safer way to adjust the plugins settings.
If you insist on changing the values manually, before configuring this plugin, you should copy the user/plugins/pingdom_rum/pingdom_rum.yaml
to user/config/plugins/pingdom_rum.yaml
and only edit that copy.
The pingdom_rum.yaml
contains only 2 settings:
enabled: true
prumid: ''
If you need to change any value, I recommend using the Admin screens available via the Admin plugin . This will let you change any of the settings and provide a useful tooltip for each setting (hover over the settings label).
- Follow the Pingdom's article on How to set up Real User Monitoring (RUM)
- When presented with the code snippet, you will see line of code similar to
var _prum = [['id', 'abcdef0123456789abcdef01'],
(you want the Id value, i.e. the bit after 'id'
)
3. Copy the RUM Id (without the single quotes) and paste it into the field in the plugin settings (I recommend copying and pasting not typing...)
4. Click Save