Features:
- Plumbr measures every interaction with your application
- Works with any HTML/JS based web application regardless of the backend (.NET, PHP, Java, …)
- Collects data automatically, invisible to end users
- Offers real-time transparency with regard to the user experience
- Adds minimal performance overhead
- Can be installed in mere minutes and does not require any configuration

Integrate in seconds
Copy and paste the following script tag to your page.
<script src="https://browser.plumbr.io/pa.js" data-plumbr='{"accountId":"REPLACE_WITH_YOUR_PLUMBR_ACCOUNT_ID", "appName":"REPLACE_WITH_YOUR_APPLICATION_NAME", "serverUrl":"https://bdr.plumbr.io"}'> </script>
Make sure
- … you replace REPLACE_WITH_YOUR_PLUMBR_ACCOUNT_ID with your actual account id.
- … you paste the script in the head tag before any external resources, e.g. other scripts or css files.
- … you replace REPLACE_WITH_YOUR_APPLICATION_NAME with something you are used to calling this application (for example: CRM-PRODUCTION, BILLING TEST)