Module: Google::Analytics::Admin::V1alpha::MatchingCondition::ComparisonType
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb
Overview
Comparison type for matching condition
Constant Summary collapse
- COMPARISON_TYPE_UNSPECIFIED =
Unknown
0- EQUALS =
Equals, case sensitive
1- EQUALS_CASE_INSENSITIVE =
Equals, case insensitive
2- CONTAINS =
Contains, case sensitive
3- CONTAINS_CASE_INSENSITIVE =
Contains, case insensitive
4- STARTS_WITH =
Starts with, case sensitive
5- STARTS_WITH_CASE_INSENSITIVE =
Starts with, case insensitive
6- ENDS_WITH =
Ends with, case sensitive
7- ENDS_WITH_CASE_INSENSITIVE =
Ends with, case insensitive
8- GREATER_THAN =
Greater than
9- GREATER_THAN_OR_EQUAL =
Greater than or equal
10- LESS_THAN =
Less than
11- LESS_THAN_OR_EQUAL =
Less than or equal
12- REGULAR_EXPRESSION =
regular expression. Only supported for web streams.
13- REGULAR_EXPRESSION_CASE_INSENSITIVE =
regular expression, case insensitive. Only supported for web streams.
14