Custom User Experience Analytics event in ESC showing "No Data Available"

CCSF-Syd
Tera Expert

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?

 

CCSFSyd_0-1747858039322.png

 

 

1 REPLY 1

CCSF-Syd
Tera Expert

Nevermind, the data showed up - it was just a matter of time for it to process I guess