magnificent-oil-15178
05/22/2025, 8:10 AMin the list
logical operator for targeting conditions?
I've set up an experiment with the targeting conditions that you can see on a screenshot(ft3_goal = goals)
Expected behavior:
• Users who have at least one of their goals match a goal in the targeting conditions are eligible for the experiment and fall into the experiment
Actual behavior:
• Users who have their goals exactly matching the ones in the targeting conditions are eligible for the experiment and fall into the experiment
Is that the way this should work? Is there some other way that i can set up an experiment to match the expected behavior?
Thank youfresh-football-47124
fresh-football-47124
magnificent-oil-15178
05/22/2025, 8:12 AMmagnificent-oil-15178
05/23/2025, 1:12 PMin the list
operator itself?
Is it possible to run a test on your end?
Thanksmagnificent-oil-15178
05/26/2025, 8:29 AMmagnificent-oil-15178
05/27/2025, 9:10 AMmagnificent-oil-15178
06/09/2025, 9:44 AMfresh-football-47124
rich-waiter-91074
06/10/2025, 12:33 AMgoals
from the user a string ('goal_career'
) or an array of goals (['goal_career']
)?
• Would you be able the share the experiment payload with us? It would be the object with your experiment id under features
for the SDK endpoint (https://{host}/api/features/{sdkKey})
Here's an example payload:
"feature-with-id-targeting": {
"defaultValue": false,
"rules": [
{
"id": "fr_fzty71lkjmbprams8",
"condition": {
"id": {
"$in": [
"id_one",
"id_two"
]
}
},
"coverage": 1,
"hashAttribute": "id",
"seed": "30b21de5-7805-45a8-8581-e794eeb8b860",
"hashVersion": 2,
"variations": [false, true],
"weights": [0.5, 0.5],
"key": "feature-with-id-targeting",
"meta": [
{
"key": "0",
"name": "Control"
},
{
"key": "1",
"name": "Variation 1"
}
],
"phase": "1",
"name": "experiment-with-id-targeting"
}
]
},
magnificent-oil-15178
06/11/2025, 8:54 AMft3_goal
attribute is an Array of strings. Please see the screenshot
• Checking on that if i can provide that with the team. Will be backmagnificent-oil-15178
06/11/2025, 10:06 AMmagnificent-oil-15178
06/11/2025, 12:33 PM