Question
Can Page Delivery use RegEx
How do I target all pages that match a pattern in Target's Page Delivery?
I'm needing to match 100's of pages that match like this for an A/B test:
example.com/path-name/
example.com/path-name/product-name
I tried example.com/* and example.com/*/* but it didn't work.
Thanks!