Enabling Report system

Modified on Tue, 27 Sep 2022 at 07:55 AM

To start collecting reports, you will need to deploy an additional code snippet in your deployment. 


Tip: You may need the assistance of a web or software developer or IT administrator in order  to deploy the JavaScript code snippet into web application or web site files.


Use Reports on all pages of the web application or site.


The collector JavaScript code snippet can be included in an existing source file (HTML, JavaScript, PHP, etc.) which is included or used in the entire web application or site. It could be some existing JavaScript library, an "include" file, or just the index page of the web application, if that is used everywhere.


Use Reports only on specific pages.


You will need to manually add the collector snippet to each relevant page, in order to enable reports  only where they are needed.


The collector JavaScript code snippet should be pasted just before the closing </body> tag of the HTML markup. For example:


 


<!-- here is where the page's HTML content ends -->

<script type="text/javascript">

var _nrq = _nrq || [];

(function() {

    var url = 'https://documentation.newired.com/collector'; <!-- (or the path from Delivery Server option)--> ...

</script>

</body>

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article