File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,11 @@ const buildAuxiaGateDisplayData = async (
397397 const readerPersonalData = await decideAuxiaProxyReaderPersonalData ( ) ;
398398 const tagIds = tags . map ( ( tag ) => tag . id ) ;
399399
400+ let mvtId = readerPersonalData . mvtId ;
401+ if ( decideShouldEnforceLocalLogic ( ) ) {
402+ mvtId = 350001 ; // to be outside the Auxia share of the Audience
403+ }
404+
400405 let should_show_legacy_gate_tmp ;
401406
402407 if ( ! decideShouldEnforceLocalLogic ( ) && isAuxiaAudience ) {
@@ -434,7 +439,7 @@ const buildAuxiaGateDisplayData = async (
434439 tagIds ,
435440 gateDismissCount ,
436441 readerPersonalData . countryCode ,
437- readerPersonalData . mvtId ,
442+ mvtId ,
438443 should_show_legacy_gate_tmp ,
439444 readerPersonalData . hasConsented ,
440445 shouldServeDismissible ,
You can’t perform that action at this time.
0 commit comments