Skip to content

Commit

Permalink
Merge pull request #27680 from guardian/ei/test-prebid-region-split
Browse files Browse the repository at this point in the history
Add test to measure impact of splitting the Prebid bundle by region
  • Loading branch information
emma-imber authored Dec 18, 2024
2 parents 2eb9bab + 25e6283 commit 0537940
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,15 @@ trait ABTestSwitches {
exposeClientSide = true,
highImpact = false,
)

Switch(
ABTests,
"ab-region-specific-prebid",
"Test impact of splitting the Prebid bundle by region",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2025, 1, 24)),
exposeClientSide = true,
highImpact = false,
)
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "^10.0.27",
"@guardian/ab-core": "8.0.0",
"@guardian/commercial": "23.7.5",
"@guardian/commercial": "23.8.0",
"@guardian/core-web-vitals": "6.0.0",
"@guardian/eslint-config-typescript": "9.0.1",
"@guardian/identity-auth": "3.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3607,11 +3607,11 @@ __metadata:
languageName: node
linkType: hard

"@guardian/commercial@npm:23.7.5":
version: 23.7.5
resolution: "@guardian/commercial@npm:23.7.5"
"@guardian/commercial@npm:23.8.0":
version: 23.8.0
resolution: "@guardian/commercial@npm:23.8.0"
dependencies:
"@guardian/prebid.js": "npm:8.52.0-8"
"@guardian/prebid.js": "npm:8.52.0-10"
"@octokit/core": "npm:^6.1.2"
fastdom: "npm:^1.0.11"
lodash-es: "npm:^4.17.21"
Expand All @@ -3626,7 +3626,7 @@ __metadata:
"@guardian/libs": ^19.1.0
"@guardian/source": ^8.0.0
typescript: ~5.5.3
checksum: 10c0/1f6dddf3b6539d0c7d275804e0429fa2dd4b301e162131c2b0a112f5b8dd4b37770343c916dfd57bb2c77570a5c730d5fd66dcc6d30d893386665fcb7b2423a9
checksum: 10c0/b5b0d5520561c383af135f1db98f8102fa5ee39c5a9ac630b86aaa2dd83c7808c183a369418a6e1ba48e51c1960c54c35fdac2a5aff3b5cfb633187f079e1232
languageName: node
linkType: hard

Expand Down Expand Up @@ -3699,7 +3699,7 @@ __metadata:
"@emotion/react": "npm:11.11.1"
"@emotion/styled": "npm:^10.0.27"
"@guardian/ab-core": "npm:8.0.0"
"@guardian/commercial": "npm:23.7.5"
"@guardian/commercial": "npm:23.8.0"
"@guardian/core-web-vitals": "npm:6.0.0"
"@guardian/eslint-config-typescript": "npm:9.0.1"
"@guardian/identity-auth": "npm:3.0.0"
Expand Down Expand Up @@ -3887,9 +3887,9 @@ __metadata:
languageName: node
linkType: hard

"@guardian/prebid.js@npm:8.52.0-8":
version: 8.52.0-8
resolution: "@guardian/prebid.js@npm:8.52.0-8"
"@guardian/prebid.js@npm:8.52.0-10":
version: 8.52.0-10
resolution: "@guardian/prebid.js@npm:8.52.0-10"
dependencies:
"@babel/core": "npm:^7.23.2"
"@babel/plugin-transform-runtime": "npm:^7.18.9"
Expand All @@ -3912,7 +3912,7 @@ __metadata:
dependenciesMeta:
fsevents:
optional: true
checksum: 10c0/14f8afbc90f6738999898184b698611296e3d657c74a2467d9045b0129a582b9e7b4670343609f6645e69003504d80587b0d2e1c982ecc45d53a626eb2532260
checksum: 10c0/10076e408bf7b867cdd39819231e3716d3b3f77d1bb2d3528a321755ab542a68742f8a2af15af482df50a8c78b955d022f7e903be71378a245ef2dc092a60b34
languageName: node
linkType: hard

Expand Down

0 comments on commit 0537940

Please sign in to comment.