Google Analytics Data V1alpha API - Module Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType (v0.8.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Analytics Data V1alpha API module Google::Analytics::Data::V1alpha::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]