what is window.GlideWebAnalytics.trackEvent() method ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 03:57 AM
I have seen this "window.GlideWebAnalytics.trackEvent("Service Catalog", "Widget Name", "Widget Description")" is being used in the some of the Widgets. I want to know what or why is it being used ?
IF I convert this into "$window.GlideWebAnalytics.trackEvent()" will there be any side effects to the system ?
where can we track this event data log ?
If anyone has any information, Please share it with me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 04:14 AM
You might want to raise this with support, this function isn't documented anywhere.
My best guess would be that it is related to the User Experience Analytics dashboard.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2023 08:09 AM
Hi, did you get an answer on this? I have to convert the 'window' to $window also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 12:06 PM
Any answer on this??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 03:14 AM
GlideWebAnalytics
is a wrapper for two of the native Piwik/Matomo methods (trackEvent
and trackPage
). Piwik is a third-party tool that was used for ServiceNow web analytics.
It was decommissioned by the end of 2021, and since ServiceNow has migrated towards Appsee (snAnalytics).