hotfix/远程访问多媒体中心
LMR 6 years ago
parent 38bfd03b0c
commit 8bed454bfb

@ -71,10 +71,13 @@ class Gaapi extends CI_Controller
//Create the dimensions
$pageUrl = new Google_Service_AnalyticsReporting_Dimension();
$pageUrl->setName("ga:pagePath");
$pageUrl->setAlias("path");
$cid = new Google_Service_AnalyticsReporting_Dimension();
$cid->setName("ga:dimension1");
$cid->setAlias("cid");
$hitTime = new Google_Service_AnalyticsReporting_Dimension();
$hitTime->setName("ga:dimension3");
$hitTime->setAlias("hitTime");
// Create the ReportRequest object.
$request = new Google_Service_AnalyticsReporting_ReportRequest();

Loading…
Cancel
Save