External Web Pages in the Realtime Report

To be viewed in the Realtime Report, an external page must be configured to use the Realtime JavaScript web client with the client option “enablePageVisitTracking” set to true.

Documentation around the configuration and use of the JavaScript realtime web client to enable client-side integration between a web site and the Redpoint Realtime API can be found in Deployment Files in the following directory:

DeploymentFiles\InteractionRealtimeAPI\RPIFormValidation\shared\js\rpiwebclient\documentation\index.html

The following metrics are captured by default at an external page:

      Page visit

      Link click

At least one web events adapter must exist for external page metrics to be captured. Metrics are captured on execution of the Web events importer system task.

You can use the rpiWebClient.sendMetric function at an external page to record a web events metric. The metric must be defined at the default web events adapter. Please refer to the Realtime JavaScript web client documentation referenced above for full usage details of the sendMetric function.