[[["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-02-13 UTC."],[[["TargetingPresetService allows you to define and manage user-defined targeting criteria presets."],["Each TargetingPreset has a unique ID, a required name (up to 255 characters), and targeting criteria."],["The Targeting attribute within TargetingPreset defines the specific targeting criteria for the preset."]]],["The core content defines the `TargetingPreset` within the `TargetingPresetService`. A `TargetingPreset` is a user-defined set of targeting criteria. Key fields include: `id` (a read-only unique identifier), `name` (a required string with a 255-character limit), and `targeting` (the required targeting criteria). The service is part of a specific namespace, and `TargetingPresetPage` is a dependency. The targeting criteria are within the `Targeting` attribute.\n"]]