public function actionIndex()
 {
     $params = $this->getQuery();
     return CampaignLog::search($params, $this->getAccountId());
 }