class CustomerUsageReports extends Resource (View source)

The "customerUsageReports" collection of methods.

Typical usage is:

 $adminService = new Google\Service\Reports(...);
 $customerUsageReports = $adminService->customerUsageReports;

Methods

get(string $date, array $optParams = [])

Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.

Details

UsageReports get(string $date, array $optParams = [])

Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.

(customerUsageReports.get)

Parameters

string $date

Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the ISO 8601 format, yyyy-mm-dd.

array $optParams

Optional parameters.

Return Value

UsageReports

Exceptions

Exception