dopuz8728 2012-08-08 15:25
浏览 34
已采纳

GAPI,获得独特的访客

how can I get all the unique visitor from the GAPI class.

$ga = new gapi(ga_email,ga_password);

$dimensions = array('visitCount');
$metrics    = array('visitors');


$ga->requestReportData(ga_profile_id, $dimensions,$metrics);

$gaResults = $ga->getResults();


//print_r( $gaResults);




$i=1;

foreach($gaResults as $result)
{

   $total= $total+ $result->getvisitors() ;
         //  $result->getVisitors()


          // );


 // print_r($result);
}

echo $total;
  • 写回答

1条回答 默认 最新

  • douwo5710 2012-08-08 15:34
    关注
    $ga->requestReportData(ga_profile_id, array('pagePath'), array('visitors'));
    foreach($ga->getResults() as $result) {
        var_dump($result);
    }
    

    If you check https://developers.google.com/analytics/community/export_changelog for log of Release 2011-01 (January 24, 2011).

    The calculation of ga:visitors has been changed to return the number of unique visitors across the date range and now supports more dimension and metric combinations.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊
  • ¥15 安装svn网络有问题怎么办
  • ¥15 Python爬取指定微博话题下的内容,保存为txt
  • ¥15 vue2登录调用后端接口如何实现
  • ¥65 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?