flaky-vase-27115
12/04/2024, 5:56 PMfresh-football-47124
fresh-football-47124
flaky-vase-27115
12/04/2024, 8:19 PMfresh-football-47124
flaky-vase-27115
12/04/2024, 8:24 PMgrowthBookSDK.feature('test')
the attributes experiment
or experimentResult
always comes as null.fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/04/2024, 8:25 PMflaky-vase-27115
12/04/2024, 8:25 PMfresh-football-47124
flaky-vase-27115
12/04/2024, 8:26 PMfresh-football-47124
flaky-vase-27115
12/04/2024, 8:27 PMflaky-vase-27115
12/04/2024, 8:29 PMfresh-football-47124
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/05/2024, 1:13 AM.setAttributes(attributes)
, doesn't error, but doesn't show the attributes.flaky-vase-27115
12/05/2024, 1:14 AMfresh-football-47124
flaky-vase-27115
12/05/2024, 1:21 AM.setAttributes(<String, dynamic>{'deviceType':'mobile'});
and targeting the ab test to this attribute, still not showing:flaky-vase-27115
12/05/2024, 1:22 AMfresh-football-47124
fresh-football-47124
flaky-vase-27115
12/05/2024, 1:23 AMfresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/05/2024, 1:25 AMflaky-vase-27115
12/05/2024, 1:25 AMfresh-football-47124
fresh-football-47124
flaky-vase-27115
12/05/2024, 1:25 AMflaky-vase-27115
12/10/2024, 6:07 PM{
"status": 200,
"features": {
"login_enteryouremail": {
"defaultValue": false,
"rules": [
{
"coverage": 1,
"hashAttribute": "id",
"seed": "2883c3e1-a0d1-4e5a-a127-9534deb44e27",
"hashVersion": 2,
"variations": [
false,
true
],
"weights": [
0.5,
0.5
],
"key": "login_email_title_test_4",
"meta": [
{
"key": "0",
"name": "Control"
},
{
"key": "1",
"name": "Variation 1"
}
],
"phase": "0",
"name": "login_email_title_test_4"
}
]
},
"payments.avs": {
"defaultValue": "N"
},
"test_december": {
"defaultValue": "default_value",
"rules": [
{
"condition": {
"deviceType": "mobile"
},
"coverage": 1,
"hashAttribute": "id",
"bucketVersion": 1,
"seed": "0e88a490-7afb-43c8-a0e8-6be72cded181",
"hashVersion": 2,
"variations": [
"Control_value",
"variation1_value"
],
"weights": [
0.5,
0.5
],
"key": "ab-test-validation-december",
"meta": [
{
"key": "0",
"name": "Control"
},
{
"key": "1",
"name": "Variation 1"
}
],
"phase": "0",
"name": "AB test Validation December"
}
]
}
},
"dateUpdated": "2024-12-10T18:01:36.926Z"
}
flaky-vase-27115
12/12/2024, 4:14 PMflaky-vase-27115
12/13/2024, 4:04 PMcalm-dog-24239
12/13/2024, 4:06 PMcalm-dog-24239
12/13/2024, 4:07 PMminiature-lighter-45677
12/17/2024, 5:37 PMfresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/17/2024, 5:45 PMflaky-vase-27115
12/17/2024, 5:45 PMfresh-football-47124
calm-dog-24239
12/17/2024, 8:01 PMcalm-dog-24239
12/18/2024, 10:51 AMflaky-vase-27115
12/18/2024, 3:14 PMflaky-vase-27115
12/18/2024, 3:16 PMawait GBSDKBuilderApp(
hostURL: '<https://cdn.growthbook.io/>',
apiKey: GROWTHBOOK_API_KEY,
encryptionKey: GROWTHBOOK_DECRYPT_KEY,
growthBookTrackingCallBack: (GBExperiment gbExperiment, GBExperimentResult gbExperimentResult) {
// TODO: Use your real analytics tracking system
log('Viewed Experiment');
log('Experiment Id: ${gbExperiment.key}');
log('Variation Id: ${gbExperimentResult.variationID}');
log('Variation Value: ${gbExperimentResult.value}');
},
).initialize()
fresh-football-47124
flaky-vase-27115
12/18/2024, 3:17 PMflaky-vase-27115
12/18/2024, 3:20 PMflaky-vase-27115
12/18/2024, 3:20 PMfresh-football-47124
"hashAttribute":"id"
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/18/2024, 3:21 PMflaky-vase-27115
12/18/2024, 3:22 PMflaky-vase-27115
12/18/2024, 3:22 PMflaky-vase-27115
12/18/2024, 3:25 PM.setAttributes({
'hashAttribute': 'id',
'deviceType': 'mobile',
});
Is this what I should be doing?calm-dog-24239
12/18/2024, 3:28 PMcalm-dog-24239
12/18/2024, 3:28 PMflaky-vase-27115
12/18/2024, 3:30 PMcalm-dog-24239
12/18/2024, 3:31 PMflaky-vase-27115
12/18/2024, 3:31 PMfresh-football-47124
fresh-football-47124
flaky-vase-27115
12/18/2024, 3:34 PMfresh-football-47124
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/18/2024, 3:35 PMfresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
flaky-vase-27115
12/18/2024, 3:36 PMflaky-vase-27115
12/18/2024, 3:37 PMminiature-lighter-45677
12/18/2024, 5:25 PM