File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { useConfig } from './ConfigContext';
1010import type { ComponentEventParams } from './SignInGate/componentEventTracking' ;
1111import { submitComponentEventTracking } from './SignInGate/componentEventTracking' ;
1212import { pageIdIsAllowedForGating } from './SignInGate/displayRules' ;
13+ import { incrementUserDismissedGateCount } from './SignInGate/dismissGate' ;
1314import { SignInGateAuxiaV1 } from './SignInGate/gateDesigns/SignInGateAuxiaV1' ;
1415import { SignInGateAuxiaV2 } from './SignInGate/gateDesigns/SignInGateAuxiaV2' ;
1516import type {
@@ -481,6 +482,7 @@ const ShowSignInGateAuxia = ({
481482 guUrl : host ,
482483 queryParams,
483484 dismissGate : ( ) => {
485+ incrementUserDismissedGateCount ( abTest . variant , abTest . name ) ;
484486 setShowGate ( false ) ;
485487 } ,
486488 abTest,
You can’t perform that action at this time.
0 commit comments