Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedItemSetStringFilterType
Stay organized with collections
Save and categorize content based on your preferences.
describe the possible types for a FeedItemSetStringFilter.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
The received error code is not known in this version. |
EXACT
|
The dynamic set filter will use exact string matching. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[[["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-05-29 UTC."],[[["`FeedItemSetStringFilter` allows for filtering feed items based on string values using different matching types."],["The available matching types are `UNSPECIFIED`, `UNKNOWN`, and `EXACT`, offering flexibility in how filtering is applied."],["`EXACT` matching ensures that only feed items with string values that perfectly match the filter criteria are included."]]],["The content defines possible types for a `FeedItemSetStringFilter`. The available enum values are: `UNSPECIFIED`, indicating no specification; `UNKNOWN`, for an unrecognized error code; and `EXACT`, which denotes that the filter will use exact string matching. These enums describe how a string filter can be applied within a dynamic set, outlining the level of matching precision.\n"]]