Stay organized with collections
Save and categorize content based on your preferences.
The Google Ads Query Language lets you filter the returned data set with a number of
different operators. When filtering on string values, the default case
sensitivity of each operator will play an important part in correctly
filtering your results.
[[["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 2024-12-18 UTC."],[[["The Google Ads Query Language uses operators like `=`, `!=`, `IN`, `NOT IN`, `LIKE`, `NOT LIKE`, `CONTAINS`, `REGEXP_MATCH`, and `NOT REGEXP_MATCH` to filter data."],["Operators like `=`, `!=`, `IN`, `NOT IN`, and `CONTAINS` are case-sensitive when filtering string values, while `LIKE` and `NOT LIKE` are case-insensitive."],["`REGEXP_MATCH` and `NOT REGEXP_MATCH` are case-sensitive by default but can be made case-insensitive using `(?i)`."]]],[]]