NAV
javascript

.allowPageChangeNotification()

var allow = true;
SnapEngage.allowPageChangeNotification(allow);

Deprecated. We are not supporting this API at present. Instead, please use this setting inside your Admin Dashboard as described here.

Should the Chat notify the agent when the visitor navigates to a new page? The notification will include a url to the page in question.

Parameters

Parameter Type Description
allow boolean If set to true, your agent will be notified of page changes. This feature is enabled by default, but can be turned off by calling this method with the value false.