public class Analytics.Management.UnsampledReports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.UnsampledReports.Delete |
class |
Analytics.Management.UnsampledReports.Get |
class |
Analytics.Management.UnsampledReports.Insert |
class |
Analytics.Management.UnsampledReports.List |
| Constructor and Description |
|---|
UnsampledReports() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.UnsampledReports.Delete |
delete(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
Deletes an unsampled report.
|
Analytics.Management.UnsampledReports.Get |
get(String accountId,
String webPropertyId,
String profileId,
String unsampledReportId)
Returns a single unsampled report.
|
Analytics.Management.UnsampledReports.Insert |
insert(String accountId,
String webPropertyId,
String profileId,
UnsampledReport content)
Create a new unsampled report.
|
Analytics.Management.UnsampledReports.List |
list(String accountId,
String webPropertyId,
String profileId)
Lists unsampled reports to which the user has access.
|
public Analytics.Management.UnsampledReports.Delete delete(String accountId, String webPropertyId, String profileId, String unsampledReportId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the unsampled report for.webPropertyId - Web property ID to delete the unsampled reports for.profileId - View (Profile) ID to delete the unsampled report for.unsampledReportId - ID of the unsampled report to be deleted.IOExceptionpublic Analytics.Management.UnsampledReports.Get get(String accountId, String webPropertyId, String profileId, String unsampledReportId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve unsampled report for.webPropertyId - Web property ID to retrieve unsampled reports for.profileId - View (Profile) ID to retrieve unsampled report for.unsampledReportId - ID of the unsampled report to retrieve.IOExceptionpublic Analytics.Management.UnsampledReports.Insert insert(String accountId, String webPropertyId, String profileId, UnsampledReport content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the unsampled report for.webPropertyId - Web property ID to create the unsampled report for.profileId - View (Profile) ID to create the unsampled report for.content - the UnsampledReportIOExceptionpublic Analytics.Management.UnsampledReports.List list(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported.webPropertyId - Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not
supported.profileId - View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is
not supported.IOExceptionCopyright © 2011–2022 Google. All rights reserved.