如何从Google客户端API获取搜索关键字详细信息

时间:2018-10-17 13:05:44

标签: php api google-api google-client

我需要使用Google客户端API PHP显示我的Google Analytics(分析)搜索关键字详细信息。我已使用以下代码来获取这些详细信息。

$optParams = array('dimensions' => 'ga:searchKeyword','max-results' => '10','sort' => '-ga:users','start-index' => $start + 1 );
$selected_val = "ga:users";

$analytics->data_ga->get('ga:' . $profile_id,$sdate,$edate,$select_gvalues,$optParams);
  

它提供了空结果。

0 个答案:

没有答案