ManagementUnsampledReports
class ManagementUnsampledReports extends Resource (View source)
The "unsampledReports" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$unsampledReports = $analyticsService->management_unsampledReports;
Methods
delete(string $accountId, string $webPropertyId, string $profileId, string $unsampledReportId, array $optParams = [])
Deletes an unsampled report. (unsampledReports.delete)
get(string $accountId, string $webPropertyId, string $profileId, string $unsampledReportId, array $optParams = [])
Returns a single unsampled report. (unsampledReports.get)
insert(string $accountId, string $webPropertyId, string $profileId, UnsampledReport $postBody, array $optParams = [])
Create a new unsampled report. (unsampledReports.insert)
listManagementUnsampledReports(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Lists unsampled reports to which the user has access.
Details
delete(string $accountId, string $webPropertyId, string $profileId, string $unsampledReportId, array $optParams = [])
Deletes an unsampled report. (unsampledReports.delete)
UnsampledReport
get(string $accountId, string $webPropertyId, string $profileId, string $unsampledReportId, array $optParams = [])
Returns a single unsampled report. (unsampledReports.get)
UnsampledReport
insert(string $accountId, string $webPropertyId, string $profileId, UnsampledReport $postBody, array $optParams = [])
Create a new unsampled report. (unsampledReports.insert)
UnsampledReports
listManagementUnsampledReports(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Lists unsampled reports to which the user has access.
(unsampledReports.listManagementUnsampledReports)