I have a site intercept running on a web app that is a directory of contacts. Each page in the directory has its URL formatted like so:
mysite.com/contact-directory/contact-profile.firstname_lastname.uniqueid.html
Example: mysite.com/contact-directory/contact-profile.grace_hopper.5c092b3b86fa9c7fa5e72a84ee4adc47.html
I have configured an embedded data parameter in the site intercept using the following URL regex to capture the firstname_lastname portion:
(?<=contact-profile\\.)[A-z_]+
But for some reason the matching embedded data field in the survey is completely unpopulated -- the site intercept isn't "throwing" anything for the survey to "catch."
What am I missing?
Question
URL Regex -- help debugging
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

