Hi Chris,I'm not sure about the 'include' method, don't know if that
exists. The following would work, and since you just want to set a flag
if the user sees a URL containing a certain value, I would use something
like this:if (mbox.url.indexOf("contentpage") == -1) { return "Content
Page"}In order to test it, I would setup a 'test experiment' where you
do a combination, where both the profile need to match and you need a
specific value in a query string. When I test for clients I do it that
way...