googleAnalyticsR (version 0.5.0)

ga_filter_delete: 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 managementAPI functions: ga_accounts, ga_adwords_list, ga_adwords, ga_custom_vars_list, ga_custom_vars, ga_experiment_list, ga_experiment, ga_filter_add, ga_filter_apply_to_view, ga_filter_list, ga_filter_update_filter_link, ga_filter_update, ga_filter_view_list, ga_filter_view, ga_filter, ga_goal_list, ga_goal, ga_remarketing_estimate, ga_remarketing_get, ga_remarketing_list, ga_segment_list, ga_unsampled_list, ga_unsampled, ga_users_list, ga_view_list, ga_view, ga_webproperty_list, ga_webproperty, google_analytics_account_list