Analytics API-获取MCF数据=空白结果

时间:2016-03-09 23:25:37

标签: php google-analytics-api

我正在尝试从分析帐户中检索MCF数据。到目前为止,我能够成功获得GA数据,但是当我尝试MCF时,我得到空白数据。

我是否正确读取数据,或者MCF数据是否采用其他格式?

$results= $analytics->data_mcf->get('ga:'.$profileId,'yesterday','today','mcf:assistedConversions');

if (count($results->getRows()) > 0) {
    $rows = $results->getRows();
    $sessions = $rows[0][0];

   printf(" Analytics Name: $PropertyName  AnalyticsID:$PropertyId \n");
   printf(" ->Sessions: $sessions\n");   

0 个答案:

没有答案