Avatar

Level 6

Hi Cathy,

Please use the below code

var loadRule = true; if(window.performance)

{ //Reload of page if(performance.navigation.type  == 1 ){ loadRule = false; } } return loadRule;

Also, put this custom code in a Data Element to reuse it in all of your rules: example data element : loadRule

//Place in condition of any rule return _satellite.getVar("loadRule");

Regards,
Kumararaja K