You can now target whole sections of your site with a single rule using wildcard URLs — making your discount banners far more flexible and easier to manage.
What’s New
- Smarter Matching: Use * to match any part of a URL (e.g., products/*).
- More Control: Exact URLs still override wildcard rules.
- Multi-segment Wildcards: Support for patterns like products/*/reviews/*.
- Cleaner Matching: Works smoothly even when URLs include query parameters or fragments.
Why It’s Useful
- Create rules faster with fewer URLs to maintain
- Cover large groups of pages in one step
- Build more dynamic and scalable campaigns
Examples
products/* → All product pages
blog//comments → Comments on any blog post
docs//examples/* → Nested documentation paths