Skip to content

Commit e4d0ce9

Browse files
Using ui-dev to test
1 parent 63121f2 commit e4d0ce9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

libs/@guardian/libs/src/consent-management-platform/lib/sourcepointConfig.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ import { isGuardianDomain } from './domain';
33
export const ACCOUNT_ID = 1257;
44
export const PRIVACY_MANAGER_USNAT = 1068329;
55

6-
export const PROPERTY_ID_MAIN = 7417;
6+
// export const PROPERTY_ID_MAIN = 7417;
7+
export const PROPERTY_ID_MAIN = 9398;
78
export const PROPERTY_ID_SUBDOMAIN = 38161;
89
export const PROPERTY_ID_AUSTRALIA = 13348;
910

1011
export const PROPERTY_HREF_SUBDOMAIN = 'https://subdomain.theguardian.com';
11-
export const PROPERTY_HREF_MAIN = 'https://test.theguardian.com';
12+
// export const PROPERTY_HREF_MAIN = 'https://test.theguardian.com';
13+
export const PROPERTY_HREF_MAIN = 'https://ui-dev';
1214

1315
export const PRIVACY_MANAGER_TCFV2 = 106842;
1416
export const PRIVACY_MANAGER_TCFV2_CONSENT_OR_PAY = 1263449;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const init = (
158158
propertyHref: getPropertyHref(framework, useNonAdvertisedList),
159159
joinHref: true,
160160
isSPA: true,
161+
campaignEnv: 'stage',
161162
targetingParams: {
162163
framework,
163164
excludePage: isExcludedFromCMP(pageSection),

0 commit comments

Comments
 (0)