This page was last edited on February 10, 2015, at 12:54.
Comments or questions about this documentation? Contact us for support!
The Monitoring Agent service records web browsing activity on your site. It generates basic system events such as VisitStarted, PageEntered, and additional custom business events, such as 'add-to-shopping cart'. Then it sends these events to the Frontend Server for further processing (you can read more about the structure of these events here).
To implement monitoring, you simply include the Monitoring Service JS script in you web pages. This short piece of regular JavaScript activates monitoring and notification functions by inserting one of the following scripts into the page: GT.min.js, GTC.min.js, GPE.min.js. The script depends on your requirements — see Configuring the Instrumentation Script for details. The JavaScript asynchronously loads the application into your pages, which means that Monitoring Service JS does not block other elements on your pages from loading.
The simplest way to get the Monitoring Service JS for your site is by using the Genesys Web Engagement Plug-in for Genesys Administrator Extension. See Generating the Instrumentation Script for details.
Once you generate the script, you can use it as is or implement the advanced configuration options to customize the script to suit your requirements. See Configuring the Instrumentation Script for details.
You can also take a highly customized approach and use the Monitoring JS API to submit events to the Frontend Server. You can submit UserInfo, SignIn, SignOut, and even your own custom business events using this API. For example, you can use the API to identify visitors on your website. See Visitor Identification for details.