ok, perfect. Is there any way to force to see experiment on production? I mean can I force it by using some query? This is my feature flag:
{
"defaultValue": "map-on-listings",
"rules": [
{
"condition": {
"device": "desktop"
},
"coverage": 1,
"hashAttribute": "id",
"seed": "wpyw-mapy-na-leady",
"hashVersion": 2,
"variations": [
"control",
"map-on-listings",
"new-keywords"
],
"weights": [
0.3334,
0.3333,
0.3333
],
"key": "mapa-na-listingu",
"meta": [
{
"key": "0",
"name": "control"
},
{
"key": "1",
"name": "map-on-listings"
},
{
"key": "2",
"name": "new-keywords"
}
],
"phase": "0",
"name": "Wpływ mapy na leady"
}
]
}