CustomerUsageReports
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)