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)

Parameters

string $accountId

Account ID to delete the unsampled report for.

string $webPropertyId

Web property ID to delete the unsampled reports for.

string $profileId

View (Profile) ID to delete the unsampled report for.

string $unsampledReportId

ID of the unsampled report to be deleted.

array $optParams

Optional parameters.

Exceptions

Exception

UnsampledReport get(string $accountId, string $webPropertyId, string $profileId, string $unsampledReportId, array $optParams = [])

Returns a single unsampled report. (unsampledReports.get)

Parameters

string $accountId

Account ID to retrieve unsampled report for.

string $webPropertyId

Web property ID to retrieve unsampled reports for.

string $profileId

View (Profile) ID to retrieve unsampled report for.

string $unsampledReportId

ID of the unsampled report to retrieve.

array $optParams

Optional parameters.

Return Value

UnsampledReport

Exceptions

Exception

UnsampledReport insert(string $accountId, string $webPropertyId, string $profileId, UnsampledReport $postBody, array $optParams = [])

Create a new unsampled report. (unsampledReports.insert)

Parameters

string $accountId

Account ID to create the unsampled report for.

string $webPropertyId

Web property ID to create the unsampled report for.

string $profileId

View (Profile) ID to create the unsampled report for.

UnsampledReport $postBody
array $optParams

Optional parameters.

Return Value

UnsampledReport

Exceptions

Exception

UnsampledReports listManagementUnsampledReports(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])

Lists unsampled reports to which the user has access.

(unsampledReports.listManagementUnsampledReports)

Parameters

string $accountId

Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported.

string $webPropertyId

Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported.

string $profileId

View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported.

array $optParams

Optional parameters.

Return Value

UnsampledReports

Exceptions

Exception