Show / Hide Table of Contents

Class ManagementResource.UnsampledReportsResource

The "unsampledReports" collection of methods.

Inheritance
object
ManagementResource.UnsampledReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.UnsampledReportsResource

Constructors

UnsampledReportsResource(IClientService)

Constructs a new resource.

Declaration
public UnsampledReportsResource(IClientService service)
Parameters
Type Name Description
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
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.

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
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.

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.

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.

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
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.

Returns
Type Description
ManagementResource.UnsampledReportsResource.ListRequest
In This Article
Back to top Generated by DocFX