public class Analytics.Management.UnsampledReports
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.UnsampledReports.Get |
class |
Analytics.Management.UnsampledReports.Insert |
class |
Analytics.Management.UnsampledReports.List |
| Constructor and Description |
|---|
Analytics.Management.UnsampledReports() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.UnsampledReports.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
java.lang.String unsampledReportId)
Returns a single unsampled report.
|
Analytics.Management.UnsampledReports.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
UnsampledReport content)
Create a new unsampled report.
|
Analytics.Management.UnsampledReports.List |
list(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId)
Lists unsampled reports to which the user has access.
|
public Analytics.Management.UnsampledReports()
public Analytics.Management.UnsampledReports.Get get(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId, java.lang.String unsampledReportId) throws java.io.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.java.io.IOExceptionpublic Analytics.Management.UnsampledReports.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId, UnsampledReport content) throws java.io.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 UnsampledReportjava.io.IOExceptionpublic Analytics.Management.UnsampledReports.List list(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId) throws java.io.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.java.io.IOException