Class ManagementResource.ProfileFilterLinksResource
The "profileFilterLinks" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ProfileFilterLinksResource
Constructors
ProfileFilterLinksResource(IClientService)
Constructs a new resource.
Declaration
public ProfileFilterLinksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.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 |
|---|---|---|
| System.String | accountId | Account ID to which the profile filter link belongs. |
| System.String | webPropertyId | Web property Id to which the profile filter link belongs. |
| System.String | profileId | Profile ID to which the filter link belongs. |
| System.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 |
|---|---|---|
| System.String | accountId | Account ID to retrieve profile filter link for. |
| System.String | webPropertyId | Web property Id to retrieve profile filter link for. |
| System.String | profileId | Profile ID to retrieve filter link for. |
| System.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. |
| System.String | accountId | Account ID to create profile filter link for. |
| System.String | webPropertyId | Web property Id to create profile filter link for. |
| System.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 |
|---|---|---|
| System.String | accountId | Account ID to retrieve profile filter links for. |
| System.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. |
| System.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. |
| System.String | accountId | Account ID to which profile filter link belongs. |
| System.String | webPropertyId | Web property Id to which profile filter link belongs |
| System.String | profileId | Profile ID to which filter link belongs |
| System.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. |
| System.String | accountId | Account ID to which profile filter link belongs. |
| System.String | webPropertyId | Web property Id to which profile filter link belongs |
| System.String | profileId | Profile ID to which filter link belongs |
| System.String | linkId | ID of the profile filter link to be updated. |
Returns
| Type | Description |
|---|---|
| ManagementResource.ProfileFilterLinksResource.UpdateRequest |