@fresh-football-47124 I’d appreciate your help here -
I’m having an issue with setting up dimensions. Following the conversations I’ve seen on the slack group, I tried setting up dimensions from the dimensions tab and also from the Experiment Assignment Queries. Both give me the same result.
The dimension I want to set is
device.category
(i.e mobile, desktop, other) . It’s from my device field which is struct.
{
"device": {
"category": "desktop",
"mobile_brand_name": "Apple",
"mobile_model_name": "Safari",
"mobile_marketing_name": null,
"mobile_os_hardware_model": null,
"operating_system": "Macintosh",
"operating_system_version": "Macintosh Intel###",
"vendor_id": null,
"advertising_id": null,
"language": "en-us",
"is_limited_ad_tracking": "No",
"time_zone_offset_seconds": null,
"browser": null,
"browser_version": null,
"web_info": {
"browser": "Chrome",
"browser_version": "115.0#####",
"hostname": ####
}
}
}
When I set the dimension, I get only one grouping, Mobile .
I’ve queried the experiment viewed directly and i can see that there are mobile AND desktop users who viewed the experiment. So I’m not sure why the experiment result is only returning Mobile