Skip to content

Commit 659ebec

Browse files
authored
Merge bb8e67f into 728e454
2 parents 728e454 + bb8e67f commit 659ebec

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-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

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ export const vendorStorageIds = {
5858
'permutive-data-queries',
5959
'permutive-events-for-page',
6060
'__permutiveConfigQueryParams',
61+
'_psegs',
6162
],
6263
sessionStorage: ['__permutiveConfigQueryParams'],
6364
},
64-
prebid: {
65-
localStorage: ['_psegs', '_pubcid_exp'],
66-
},
6765
googletag: { cookies: ['__gpi', '__gads'] },
6866
} satisfies Partial<Record<VendorName, VendorData>>;
6967

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)