get_email($_GET['id']); $report = $this->get_statistics($email); if ($email->status == 'new') { $controls->warnings[] = __('Draft newsletter, no data available', 'newsletter'); } else if ($email->status == 'sending') { $controls->warnings[] = __('Newsletter still sending', 'newsletter'); } if (empty($email->track)) { $controls->warnings[] = __('This newsletter has the tracking disabled. No statistics will be available.', 'newsletter'); } ?>
Retargeting and subscriber detailed list are available with Reports Addon.