Google Analytics Data V1beta API - Module Google::Analytics::Data::V1beta::Filter::StringFilter::MatchType (v0.4.3)

Reference documentation and code samples for the Google Analytics Data V1beta API module Google::Analytics::Data::V1beta::Filter::StringFilter::MatchType.

The match type of a string filter

Constants

MATCH_TYPE_UNSPECIFIED

value: 0
Unspecified

EXACT

value: 1
Exact match of the string value.

BEGINS_WITH

value: 2
Begins with the string value.

ENDS_WITH

value: 3
Ends with the string value.

CONTAINS

value: 4
Contains the string value.

FULL_REGEXP

value: 5
Full regular expression match with the string value.

PARTIAL_REGEXP

value: 6
Partial regular expression match with the string value.