RUM Script Installation

Before proceeding with the installation of the RUM Script, ensure that you have created a project. To do this, access rum.inlog.inapplet.com and click on Settings. In the form provided, give a name to the project and click Create.

Once the project is created, return to the Settings tab. You will see a list of created projects. Choose the desired project and copy the Project Id.

To integrate RUM into your website, simply insert the following script into your site's code directly or through a tag management tool like Google Tag Manager. In the script, replace rum_project_id with the chosen project's code.

<script>
    window.addEventListener('load', function (event) {
        window.rum_project_id = '50cd03602_demo_6e6ec4c3885';
        var scriptElement = document.createElement('script');
        scriptElement.defer = true;
        scriptElement.type = 'module';
        scriptElement.src = 'https://cdn.jsdelivr.net/gh/InApplet/InLog-rum-js@main/site/public/builds/inlog-rum.build.js';
        document.body.appendChild(scriptElement);
    });
</script>

Need help?

Contact us so we can help you. Contact us
© 2024 InApplet