$this->analytics->summaryForAccount($account), 'dailyClicks' => $this->analytics->dailyClicksForAccount($account, 30), 'topLinks' => $this->analytics->topLinksForAccount($account), 'recentClicks' => $this->analytics->recentClicksForAccount($account), 'referrers' => $this->analytics->referrersForAccount($account), 'devices' => $this->analytics->breakdownForAccount($account, 'device_type'), 'browsers' => $this->analytics->breakdownForAccount($account, 'browser'), 'platforms' => $this->analytics->breakdownForAccount($account, 'os'), 'countries' => $this->analytics->breakdownForAccount($account, 'country'), ]); } }