Skip to content

Commit 4b7ba01

Browse files
authored
Merge f2c5237 into f6f5c2b
2 parents f6f5c2b + f2c5237 commit 4b7ba01

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.changeset/lazy-kids-march.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@guardian/libs': minor
3+
---
4+
5+
Remove global Prebid vendor

libs/@guardian/libs/src/consent-management-platform/vendorStorageIds.ts

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ export const vendorStorageIds = {
6161
],
6262
sessionStorage: ['__permutiveConfigQueryParams'],
6363
},
64-
prebid: {
65-
localStorage: ['_psegs', '_pubcid_exp'],
66-
},
6764
googletag: { cookies: ['__gpi', '__gads'] },
6865
} satisfies Partial<Record<VendorName, VendorData>>;
6966

libs/@guardian/libs/src/consent-management-platform/vendors.ts

-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const TCFV2VendorIDs = {
3535
openX: ['5e865b36b8e05c6f984a37e6'],
3636
ozone: ['5e7ced57b8e05c5a7d171cd3'],
3737
permutive: ['5f369a02b8e05c2f2d546a40'],
38-
prebidCustom: ['5f22bfd82a6b6c1afd1181a9'],
3938
pubmatic: ['5eab3d5ab8e05c241a63c5db'],
4039
qm: ['5f295fa4b8e05c76a44c3149'],
4140
remarketing: ['5ed0eb688a76503f1016578f'],
@@ -47,18 +46,13 @@ export const TCFV2VendorIDs = {
4746
'youtube-player': ['5e7ac3fae30e7d1bc1ebf5e8'],
4847
} satisfies VendorIDType;
4948

50-
export const MiscVendorID = {
51-
prebid: ['5f92a62aa22863685f4daa4c'],
52-
} satisfies VendorIDType;
53-
5449
export const AusVendorIDs = {
5550
redplanet: ['not-tcfv2-vendor'],
5651
} satisfies VendorIDType;
5752

5853
export const VendorIDs = {
5954
...TCFV2VendorIDs,
6055
...AusVendorIDs,
61-
...MiscVendorID,
6256
} as const;
6357

6458
export type VendorName = keyof typeof VendorIDs;

0 commit comments

Comments
 (0)