This page was last edited on July 17, 2020, at 15:48.
Comments or questions about this documentation? Contact us for support!
![]() |
Purpose: To enable the monitoring of your website.
|
You must add a short standardized section of JavaScript code to your pages. This snippet of JavaScript is independent from the Web Engagement Model that you implemented (rules, categories, and DSL). When this code is evaluated at document load time, it loads the JavaScript libraries that implement the three agents, including the DSL-specific rules. These libraries then submit events according to the implemented model. For further information on the high level design of Genesys Web Engagement, see Architecture.
Purpose: To retrieve the tracking code, available in the Genesys Web Engagement Plug-in for Genesys Administrator Extension that you installed previously.
Prerequisites
Start
CONFIGURATION > Script Generator
. The Script Generator
interface opens.Name
; for instance, genesyslab
.Domain name
; for instance,genesyslab.com
;Endpoints
, enter the IP address and listening ports associated to your Load Balancing Frontend Server;/frontend/resources/dsl
directory of your web engagemennt application; you can add your DSL resources to this directory or sub-directories.Generate
button. The Generated Script panel opens.End
Purpose: To add the instrumentation script and tracking code to your website or your mobile application and start submitting data to Web Engagement Servers.
To set up tracking, you need access to the source code for your website.
Prerequisites
Start
<head></head>
section of your webpages:
<head></head>
section to ensure that the JavaScript Tracking Code is the last one of the section.<body></body>
section, or in the <footer></footer>
section of your webpage.End