- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes