Page-related tags
Feature deprecations:
Genesys will no longer support Genesys Predictive Engagement (GPE) Tracking SDK v1, which is available to customers via the legacy tracking snippet under Predictive Engagement. All customers are encouraged to migrate to digital user tracking via Messenger. For more information, see Deprecation: GPE Tracking SDKv1.
Record a custom web event when a visitor hesitates on a page for more than 60 seconds
If a timeout completes on a page, this tag records a custom web event.
Tag for web chat customers
The following tag only applies to customers using web chat. If you are a Genesys Cloud CX customer using web messaging, use the tag for web messaging customers.
ac('dom', 'ready', function () { setTimeout(function(){ ac('record', 'timeout-60', 'Hesitate On Page'); }, 60000);});Tag for web messaging customers
The following tag only applies to Genesys Cloud CX customer using web messaging. If you are using web chat, use the tag for web chat customers.
Genesys("subscribe", "Journey.ready", function(){ setTimeout(function(){ Genesys("command", "Journey.record", { eventName: "timeout-60", customAttributes; { message: "Hesitate On Page" } }); }, 60000);});[NEXT] Was this article helpful?
Get user feedback about articles.