Module: Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter::MatchType

Defined in:
proto_docs/google/analytics/admin/v1alpha/channel_group.rb

Overview

How the filter will be used to determine a match.

Constant Summary collapse

MATCH_TYPE_UNSPECIFIED =

Default match type.

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 regular expression match with the string value.

5
PARTIAL_REGEXP =

Partial regular expression match with the string value.

6