Class ManagementResource.UnsampledReportsResource
The "unsampledReports" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UnsampledReportsResource
Constructors
UnsampledReportsResource(IClientService)
Constructs a new resource.
Declaration
public UnsampledReportsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service |
Methods
Delete(String, String, String, String)
Deletes an unsampled report.
Declaration
public virtual ManagementResource.UnsampledReportsResource.DeleteRequest Delete(string accountId, string webPropertyId, string profileId, string unsampledReportId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accountId | Account ID to delete the unsampled report for. |
| System.String | webPropertyId | Web property ID to delete the unsampled reports for. |
| System.String | profileId | View (Profile) ID to delete the unsampled report for. |
| System.String | unsampledReportId | ID of the unsampled report to be deleted. |
Returns
| Type | Description |
|---|---|
| ManagementResource.UnsampledReportsResource.DeleteRequest |
Get(String, String, String, String)
Returns a single unsampled report.
Declaration
public virtual ManagementResource.UnsampledReportsResource.GetRequest Get(string accountId, string webPropertyId, string profileId, string unsampledReportId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accountId | Account ID to retrieve unsampled report for. |
| System.String | webPropertyId | Web property ID to retrieve unsampled reports for. |
| System.String | profileId | View (Profile) ID to retrieve unsampled report for. |
| System.String | unsampledReportId | ID of the unsampled report to retrieve. |
Returns
| Type | Description |
|---|---|
| ManagementResource.UnsampledReportsResource.GetRequest |
Insert(UnsampledReport, String, String, String)
Create a new unsampled report.
Declaration
public virtual ManagementResource.UnsampledReportsResource.InsertRequest Insert(UnsampledReport body, string accountId, string webPropertyId, string profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| UnsampledReport | body | The body of the request. |
| System.String | accountId | Account ID to create the unsampled report for. |
| System.String | webPropertyId | Web property ID to create the unsampled report for. |
| System.String | profileId | View (Profile) ID to create the unsampled report for. |
Returns
| Type | Description |
|---|---|
| ManagementResource.UnsampledReportsResource.InsertRequest |
List(String, String, String)
Lists unsampled reports to which the user has access.
Declaration
public virtual ManagementResource.UnsampledReportsResource.ListRequest List(string accountId, string webPropertyId, string profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accountId | Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported. |
| System.String | webPropertyId | Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported. |
| System.String | profileId | View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported. |
Returns
| Type | Description |
|---|---|
| ManagementResource.UnsampledReportsResource.ListRequest |