The "customerUsageReports" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($date, $optParams=array()) |
| Retrieves a report which is a collection of properties / statistics for a specific customer.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "customerUsageReports" collection of methods.
Typical usage is: $adminService = new Google_Service_Reports(...); $customerUsageReports = $adminService->customerUsageReports;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Reports_CustomerUsageReports_Resource::get |
( |
| $date, |
|
|
| $optParams = array() ) |
Retrieves a report which is a collection of properties / statistics for a specific customer.
(customerUsageReports.get)
- Parameters
-
string | $date | Represents the date in yyyy-mm-dd format for which the data is to be fetched. |
array | $optParams | Optional parameters. |
@opt_param string pageToken Token to specify next page. @opt_param string customerId Represents the customer for which the data is to be fetched. @opt_param string parameters Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Reports.php