class EntityUsageReports extends Resource (View source)

The "entityUsageReports" collection of methods.

Typical usage is:

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

Methods

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

Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.

Details

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

Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.

(entityUsageReports.get)

Parameters

string $entityType

Represents the type of entity for the report.

string $entityKey

Represents the key of the object to filter the data with. It is a string which can take the value all to get activity events for all users, or any other value for an app-specific entity. For details on how to obtain the entityKey for a particular entityType, see the Entities Usage parameters reference guides.

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