I'm trying to structure a Rule where:
Event = Direct Call to load Adobe Launch script along with accessing all the sProp variables (such as pageURL)
IF I want another rule to fire only on certain pages, what would be the differnece between setting up either of these two conditions:
Variable %pageURL% matches Regex /required-page
VS
Value Comparison %pageURL% matches Regex /required-page
Thanks.