Regexp Targeting Limitation
When targeting a URL with regexp, DY drops the http/https protocol when reviewing the regex conditions. When setting up this kind of targeting condition, it needs to target a URL in the following format:
www.example.de/registration
www.example.de/welcome
Regex:
^[^\/]+\/registration$
^[^\/]+\/welcome$
Whereas, if you targeted the following URL specifically:
https://www.example.de/registration
https://www.example.de/welcome
With regexp in this format:
^https:\/\/[^\/]+\/welcome$
^https:\/\/[^\/]+\/registration$
It would not be a match in DY despite being a match with any regexp verifying tools. This is important to note when using this type of targeting in campaigns so that you can ensure that your conditions are being met as intended.
Please sign in to leave a comment.
Comments
0 comments