|
...
|
...
|
@@ -37,7 +37,7 @@ class GoogleSearchController extends BaseController |
|
|
|
//查询详情数据
|
|
|
|
$searchDetailModel = new GoogleSearchDetail();
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$data = $searchDetailModel->lists($this->map,$this->page,$this->row,'impressions',['keys','click_rate','impressions_rate']);
|
|
|
|
$data = $searchDetailModel->lists($this->map,$this->page,$this->row,'impressions',['keys','click_rate','position','impressions_rate']);
|
|
|
|
if(!empty($data)){
|
|
|
|
if($this->param['type'] == 'country'){
|
|
|
|
$codeCountryModel = new GoogleCodeCountry();
|
...
|
...
|
|