Actions
Invoked by the server-side tracker right before saving a pageview into the database.
do_action( 'slimstat_track_pageview', self::$stat );
...
Thu, 30 Jul, 2015 at 11:59 AM
Invoked by the Javascript tracker when the data received from the browser is not well-formed.
if ( empty( self::$data_js[ 'id' ] ) || empty( s...
Thu, 30 Jul, 2015 at 11:52 AM
Invoked by the Javascript tracker when the control code (nonce) sent by the browser is not valid for the payload associated to it.
// Make sure that the ...
Thu, 30 Jul, 2015 at 11:52 AM
Invoked by the server-side tracker when a pageview is not recorded because the browser is blacklisted. It passes the array with all the pageview details, an...
Tue, 27 Jan, 2015 at 2:16 PM
Invoked by Ajax handler when a new event was properly tracked.
do_action('slimstat_track_success');
Thu, 30 Jul, 2015 at 11:54 AM
Invoked in the Custom Reports tab to append your own reports to the screen. The hooked function will need to echo the HTML markup to display the report, inc...
Tue, 27 Jan, 2015 at 2:24 PM