Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [MatchType](#MatchType)\n\nRepresents a DimensionValue resource.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dimensionName\": string, \"value\": string, \"id\": string, \"matchType\": enum (/doubleclick-advertisers/rest/v5/DimensionValue#MatchType), \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimensionName` | `string` The name of the dimension. |\n| `value` | `string` The value of the dimension. |\n| `id` | `string` The ID associated with the value if available. |\n| `matchType` | `enum (`[MatchType](/doubleclick-advertisers/rest/v5/DimensionValue#MatchType)`)` Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '\\*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch\\*') allow a matchType other than EXACT. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#dimensionValue` . |\n| `etag` | `string` The eTag of this response for caching purposes. |\n\nMatchType\n\n| Enums ||\n|-----------------------|---|\n| `EXACT` | |\n| `BEGINS_WITH` | |\n| `CONTAINS` | |\n| `WILDCARD_EXPRESSION` | |"]]