Module: Google::Analytics::Data::V1beta::Filter::StringFilter::MatchType

Defined in:
proto_docs/google/analytics/data/v1beta/data.rb

Overview

The match type of a string filter

Constant Summary collapse

MATCH_TYPE_UNSPECIFIED =

Unspecified

0
EXACT =

Exact match of the string value.

1
BEGINS_WITH =

Begins with the string value.

2
ENDS_WITH =

Ends with the string value.

3
CONTAINS =

Contains the string value.

4
FULL_REGEXP =

Full match for the regular expression with the string value.

5
PARTIAL_REGEXP =

Partial match for the regular expression with the string value.

6