Custom User Experience Analytics event in ESC showing "No Data Available"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 01:07 PM
I have the following custom code on a Widget in the ESC:
var payload = {}; payload.name = 'Portal Mega Menu Clicked'; payload.category = 'navigation'; payload.data = {}; payload.data['Link'] = $(e.target).text(); payload.data['URL'] = $(e.target).parents('a').attr('href'); snAnalytics.addEvent(payload);
and I can see the Event Occurrences in my Analytics Portal, but it says "No Data Available" beneath that. Is there documentation or something on how to make the data I pass to the event actually show up?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 04:12 PM
Nevermind, the data showed up - it was just a matter of time for it to process I guess