Skip to content

Commit 36f006a

Browse files
authored
add a9 use safe frames test (#14923)
1 parent 8358c06 commit 36f006a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ab-testing/config/abTests.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ const ABTests: ABTest[] = [
5757
groups: ["control", "variant"],
5858
shouldForceMetricsCollection: false,
5959
},
60+
{
61+
name: "commercial-a9-safe-frames",
62+
description:
63+
"Tests the impact of using the useSafeFrames options for A9",
64+
owners: ["[email protected]"],
65+
expirationDate: "2025-12-30",
66+
type: "client",
67+
status: "ON",
68+
audienceSize: 0 / 100,
69+
groups: ["variant"],
70+
shouldForceMetricsCollection: false,
71+
},
6072
];
6173

6274
const activeABtests = ABTests.filter((test) => test.status === "ON");

0 commit comments

Comments
 (0)