Skip to main content

filters

Overview

Namefilters
TypeResource
Idgoogleanalytics.analytics.filters

Fields

NameDatatypeDescription
idstringFilter ID.
namestringName of this filter.
includeDetailsobjectJSON template for an Analytics filter expression.
lowercaseDetailsobjectDetails for the filter of the type LOWER.
searchAndReplaceDetailsobjectDetails for the filter of the type SEARCH_AND_REPLACE.
selfLinkstringLink for this filter.
createdstringTime this filter was created.
typestringType of this filter. Possible values are INCLUDE, EXCLUDE, LOWERCASE, UPPERCASE, SEARCH_AND_REPLACE and ADVANCED.
parentLinkobjectParent link for this filter. Points to the account to which this filter belongs.
excludeDetailsobjectJSON template for an Analytics filter expression.
uppercaseDetailsobjectDetails for the filter of the type UPPER.
accountIdstringAccount ID to which this filter belongs.
advancedDetailsobjectDetails for the filter of the type ADVANCED.
updatedstringTime this filter was last modified.
kindstringResource type for Analytics filter.

Methods

NameAccessible byRequired ParamsDescription
management_filters_getSELECTaccountId, filterIdReturns filters to which the user has access.
management_filters_listSELECTaccountIdLists all filters for an account
management_filters_deleteDELETEaccountId, filterIdDelete a filter.
management_filters_insertEXECaccountIdCreate a new filter.
management_filters_patchEXECaccountId, filterIdUpdates an existing filter. This method supports patch semantics.
management_filters_updateEXECaccountId, filterIdUpdates an existing filter.