-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Hi
I'm currently starting to use the events feature, and right now I'm able to track and store some test data including event categories, event actions and event names.
The problem is on the report, when I go to Dashboard -> Actions -> Events, all 3 tabs show that "there is no data for this report". I checked the database and I can see the data correctly stored on log_link_visit_action and log_action tables with my events, but reports just won't display anything, even when I can see visitor logs correctly, the issue is only with events reports.
Of course I made sure to pick the correct site and date for the events activity I'm tracking, but reports are just not showing up.
Am I missing some setting to enable this reports somewhere else? or is there any other method or data I should implement/track to be able to see the reports?
Thanks in advance
Edited:
-> More experimentation has revealed that this issue only occurs when a page URL or action URL based segment is used. In a certain way this makes sense because the events themselves don't have any URL.