Module: Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter::StringFilter::MatchType
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
The match type for the 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 regular expression matches with the string value.
5