Filters and actions to set up custom code that hooks into the Reports admin area for an individual Sitewide Sale.
Filter Hooks
apply_filters( 'swsales_get_checkout_conversions', 'N/A', $this );
apply_filters( 'swsales_get_revenue', 'N/A', $this );
apply_filters( 'swsales_checkout_conversions_title', $title, $this );
Action Hooks
do_action( 'swsales_additional_reports', $this );