File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
libs/@guardian/libs/src/consent-management-platform Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ import { isGuardianDomain } from './domain';
3
3
export const ACCOUNT_ID = 1257 ;
4
4
export const PRIVACY_MANAGER_USNAT = 1068329 ;
5
5
6
- export const PROPERTY_ID_MAIN = 7417 ;
6
+ // export const PROPERTY_ID_MAIN = 7417;
7
+ export const PROPERTY_ID_MAIN = 9398 ;
7
8
export const PROPERTY_ID_SUBDOMAIN = 38161 ;
8
9
export const PROPERTY_ID_AUSTRALIA = 13348 ;
9
10
10
11
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' ;
12
14
13
15
export const PRIVACY_MANAGER_TCFV2 = 106842 ;
14
16
export const PRIVACY_MANAGER_TCFV2_CONSENT_OR_PAY = 1263449 ;
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ export const init = (
158
158
propertyHref : getPropertyHref ( framework , useNonAdvertisedList ) ,
159
159
joinHref : true ,
160
160
isSPA : true ,
161
+ campaignEnv : 'stage' ,
161
162
targetingParams : {
162
163
framework,
163
164
excludePage : isExcludedFromCMP ( pageSection ) ,
You can’t perform that action at this time.
0 commit comments