Not sure if it's working, wrote this code and then created an audience for this. It doesn't seem to be working. Any further suggestions? var urlRegex = new RegExp("^https://example\\.com(/pages)?/local/[a-zA-Z]+(/[a-zA-Z]+)?$");
var currentUrl = user.getLocal('pageURL'); // Assuming 'pageURL' is t...