Show / Hide Table of Contents

Class ManagementResource

The "management" collection of methods.

Inheritance
object
ManagementResource
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

Constructors

ManagementResource(IClientService)

Constructs a new resource.

Declaration
public ManagementResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Accounts

Gets the Accounts resource.

Declaration
public virtual ManagementResource.AccountsResource Accounts { get; }
Property Value
Type Description
ManagementResource.AccountsResource

AccountSummaries

Gets the AccountSummaries resource.

Declaration
public virtual ManagementResource.AccountSummariesResource AccountSummaries { get; }
Property Value
Type Description
ManagementResource.AccountSummariesResource

AccountUserLinks

Gets the AccountUserLinks resource.

Declaration
public virtual ManagementResource.AccountUserLinksResource AccountUserLinks { get; }
Property Value
Type Description
ManagementResource.AccountUserLinksResource

ClientId

Gets the ClientId resource.

Declaration
public virtual ManagementResource.ClientIdResource ClientId { get; }
Property Value
Type Description
ManagementResource.ClientIdResource

CustomDataSources

Gets the CustomDataSources resource.

Declaration
public virtual ManagementResource.CustomDataSourcesResource CustomDataSources { get; }
Property Value
Type Description
ManagementResource.CustomDataSourcesResource

CustomDimensions

Gets the CustomDimensions resource.

Declaration
public virtual ManagementResource.CustomDimensionsResource CustomDimensions { get; }
Property Value
Type Description
ManagementResource.CustomDimensionsResource

CustomMetrics

Gets the CustomMetrics resource.

Declaration
public virtual ManagementResource.CustomMetricsResource CustomMetrics { get; }
Property Value
Type Description
ManagementResource.CustomMetricsResource

Experiments

Gets the Experiments resource.

Declaration
public virtual ManagementResource.ExperimentsResource Experiments { get; }
Property Value
Type Description
ManagementResource.ExperimentsResource

Filters

Gets the Filters resource.

Declaration
public virtual ManagementResource.FiltersResource Filters { get; }
Property Value
Type Description
ManagementResource.FiltersResource

Goals

Gets the Goals resource.

Declaration
public virtual ManagementResource.GoalsResource Goals { get; }
Property Value
Type Description
ManagementResource.GoalsResource

ProfileFilterLinks

Gets the ProfileFilterLinks resource.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource ProfileFilterLinks { get; }
Property Value
Type Description
ManagementResource.ProfileFilterLinksResource

Profiles

Gets the Profiles resource.

Declaration
public virtual ManagementResource.ProfilesResource Profiles { get; }
Property Value
Type Description
ManagementResource.ProfilesResource

ProfileUserLinks

Gets the ProfileUserLinks resource.

Declaration
public virtual ManagementResource.ProfileUserLinksResource ProfileUserLinks { get; }
Property Value
Type Description
ManagementResource.ProfileUserLinksResource

RemarketingAudience

Gets the RemarketingAudience resource.

Declaration
public virtual ManagementResource.RemarketingAudienceResource RemarketingAudience { get; }
Property Value
Type Description
ManagementResource.RemarketingAudienceResource

Segments

Gets the Segments resource.

Declaration
public virtual ManagementResource.SegmentsResource Segments { get; }
Property Value
Type Description
ManagementResource.SegmentsResource

UnsampledReports

Gets the UnsampledReports resource.

Declaration
public virtual ManagementResource.UnsampledReportsResource UnsampledReports { get; }
Property Value
Type Description
ManagementResource.UnsampledReportsResource

Uploads

Gets the Uploads resource.

Declaration
public virtual ManagementResource.UploadsResource Uploads { get; }
Property Value
Type Description
ManagementResource.UploadsResource

Webproperties

Gets the Webproperties resource.

Declaration
public virtual ManagementResource.WebpropertiesResource Webproperties { get; }
Property Value
Type Description
ManagementResource.WebpropertiesResource

WebPropertyAdWordsLinks

Gets the WebPropertyAdWordsLinks resource.

Declaration
public virtual ManagementResource.WebPropertyAdWordsLinksResource WebPropertyAdWordsLinks { get; }
Property Value
Type Description
ManagementResource.WebPropertyAdWordsLinksResource

WebpropertyUserLinks

Gets the WebpropertyUserLinks resource.

Declaration
public virtual ManagementResource.WebpropertyUserLinksResource WebpropertyUserLinks { get; }
Property Value
Type Description
ManagementResource.WebpropertyUserLinksResource
In This Article
Back to top Generated by DocFX