Show / Hide Table of Contents

Class ManagementResource.ProfileFilterLinksResource

The "profileFilterLinks" collection of methods.

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

Constructors

ProfileFilterLinksResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string, string, string)

Delete a profile filter link.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.DeleteRequest Delete(string accountId, string webPropertyId, string profileId, string linkId)
Parameters
Type Name Description
string accountId

Account ID to which the profile filter link belongs.

string webPropertyId

Web property Id to which the profile filter link belongs.

string profileId

Profile ID to which the filter link belongs.

string linkId

ID of the profile filter link to delete.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.DeleteRequest

Get(string, string, string, string)

Returns a single profile filter link.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.GetRequest Get(string accountId, string webPropertyId, string profileId, string linkId)
Parameters
Type Name Description
string accountId

Account ID to retrieve profile filter link for.

string webPropertyId

Web property Id to retrieve profile filter link for.

string profileId

Profile ID to retrieve filter link for.

string linkId

ID of the profile filter link.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.GetRequest

Insert(ProfileFilterLink, string, string, string)

Create a new profile filter link.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.InsertRequest Insert(ProfileFilterLink body, string accountId, string webPropertyId, string profileId)
Parameters
Type Name Description
ProfileFilterLink body

The body of the request.

string accountId

Account ID to create profile filter link for.

string webPropertyId

Web property Id to create profile filter link for.

string profileId

Profile ID to create filter link for.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.InsertRequest

List(string, string, string)

Lists all profile filter links for a profile.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.ListRequest List(string accountId, string webPropertyId, string profileId)
Parameters
Type Name Description
string accountId

Account ID to retrieve profile filter links for.

string webPropertyId

Web property Id for profile filter links for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.

string profileId

Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.ListRequest

Patch(ProfileFilterLink, string, string, string, string)

Update an existing profile filter link. This method supports patch semantics.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.PatchRequest Patch(ProfileFilterLink body, string accountId, string webPropertyId, string profileId, string linkId)
Parameters
Type Name Description
ProfileFilterLink body

The body of the request.

string accountId

Account ID to which profile filter link belongs.

string webPropertyId

Web property Id to which profile filter link belongs

string profileId

Profile ID to which filter link belongs

string linkId

ID of the profile filter link to be updated.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.PatchRequest

Update(ProfileFilterLink, string, string, string, string)

Update an existing profile filter link.

Declaration
public virtual ManagementResource.ProfileFilterLinksResource.UpdateRequest Update(ProfileFilterLink body, string accountId, string webPropertyId, string profileId, string linkId)
Parameters
Type Name Description
ProfileFilterLink body

The body of the request.

string accountId

Account ID to which profile filter link belongs.

string webPropertyId

Web property Id to which profile filter link belongs

string profileId

Profile ID to which filter link belongs

string linkId

ID of the profile filter link to be updated.

Returns
Type Description
ManagementResource.ProfileFilterLinksResource.UpdateRequest
In This Article
Back to top Generated by DocFX