solved Tracking events

alt=
DannyA
@dannya
9 years ago
584 posts
Is there a way to get a list of all the events available for tracking in the Dashboard? I want to capture this data with google analytics.
updated by @dannya: 06/10/15 05:11:37AM
michael
@michael
9 years ago
7,717 posts
You can look in the function code at:
/modules/jrCore/index.php

around line 2290 ish is this function view_jrCore_set_dashboard_panel().

The line that gets all the features is this one:
$_tmp = jrCore_get_registered_module_features('jrCore', 'dashboard_panel');

It returns an array of registered for the dashboard_panel.
alt=
DannyA
@dannya
9 years ago
584 posts
ok thanks

Tags