Skip to content

Commit 8f1e731

Browse files
committed
Updated Analytics.php
1 parent 773d77e commit 8f1e731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Google/Service/Analytics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ class Google_Service_Analytics_DataRealtime_Resource extends Google_Service_Reso
14641464
* Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is
14651465
* the Analytics view (profile) ID.
14661466
* @param string $metrics
1467-
* A comma-separated list of real time metrics. E.g., 'ga:activeVisitors'. At least one metric must
1467+
* A comma-separated list of real time metrics. E.g., 'rt:activeVisitors'. At least one metric must
14681468
* be specified.
14691469
* @param array $optParams Optional parameters.
14701470
*
@@ -1474,7 +1474,7 @@ class Google_Service_Analytics_DataRealtime_Resource extends Google_Service_Reso
14741474
* A comma-separated list of dimensions or metrics that determine the sort order for real time
14751475
* data.
14761476
* @opt_param string dimensions
1477-
* A comma-separated list of real time dimensions. E.g., 'ga:medium,ga:city'.
1477+
* A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'.
14781478
* @opt_param string filters
14791479
* A comma-separated list of dimension or metric filters to be applied to real time data.
14801480
* @return Google_Service_Analytics_RealtimeData

0 commit comments

Comments
 (0)