Actions X - Top Category > Names X - Top Actions > Categories X - Top Actions > Names X - Top Names > Actions X - Top Names > Categories X UI - Overview at the top (graph + Sparklines) - Below show the left menu, defaults to Top Event Category Not MVP: - On hover on any row: Show % of total events - Add min value metric, max value metric in tooltip - List event scope Custom Variables Names > Custom variables values > Event Names > Event Actions - List event scope Custom Variables Value > Event Category > Event Names > Event Actions NOTES: - For a given Name, Category is often constant */ class Archiver extends \Piwik\Plugin\Archiver { public const EVENTS_CATEGORY_ACTION_RECORD_NAME = 'Events_category_action'; public const EVENTS_CATEGORY_NAME_RECORD_NAME = 'Events_category_name'; public const EVENTS_ACTION_CATEGORY_RECORD_NAME = 'Events_action_category'; public const EVENTS_ACTION_NAME_RECORD_NAME = 'Events_action_name'; public const EVENTS_NAME_ACTION_RECORD_NAME = 'Events_name_action'; public const EVENTS_NAME_CATEGORY_RECORD_NAME = 'Events_name_category'; public const EVENT_NAME_NOT_SET = 'Piwik_EventNameNotSet'; }