ga_filter_delete: Delete a filter from account or remove from view.

View source: R/filter_management.R

ga_filter_deleteR Documentation

Delete a filter from account or remove from view.

Description

Delete a filter from account or remove from view.

Usage

ga_filter_delete(
  accountId,
  webPropertyId = NULL,
  viewId = NULL,
  filterId,
  removeFromView = FALSE
)

Arguments

accountId

Account Id of the account that contains the filter

webPropertyId

Property Id of the property that contains the filter

viewId

View Id of the view that contains the filter

filterId

Filter Id of the filter to be deleted

removeFromView

Default if FALSE. If TRUE, deletes the filter from the view

Value

TRUE if successful

See Also

Other filter management functions: ga_filter_list(), ga_filter_view_list(), ga_filter_view(), ga_filter()


MarkEdmondson1234/googleAnalyticsR_public documentation built on Dec. 10, 2023, 2:43 a.m.