To display a Launcher on every product page, the Current URL rule must target the common pattern in the product page URLs. The example URLs share the segment “/product,†which uniquely identifies product pages. Using the ruleCurrent URL > contains > /productensures the Launcher appears on all pages with “/product†in the URL, following best practices for specificity and flexibility. This approach avoids overly broad or restrictive rules and accommodates potential URL variations.
The other options are incorrect:
is like > shopme.walkme.com/product(A) is too specific, missing subpaths like “/taylor-swift-1989/.â€
is like > walkme.com(B) is too broad, matching non-product pages.
contains > shopme.walkme.com(D) is also too broad, including non-product pages on the domain.
Extract from Official WalkMe Documentation:
Per the WalkMe Editor User Guide (SAP WalkMe Digital Adoption Consultant Study Guide, Section 1.9: URL Rules):
“For URL-based rules, use ‘contains’ with a unique URL segment (e.g., ‘/product’) to target specific page types, ensuring flexibility and accuracy for dynamic URLs.â€
The courseGetting Started with Building WalkMe Solutionsadvises:
“When targeting pages like product pages, use ‘Current URL contains’ with a distinctive segment like ‘/product’ to capture all relevant pages without including unrelated ones.â€
Option C is the best URL rule for the Launcher.
[References:, SAP WalkMe Digital Adoption Consultant Study Guide, Section 1.9: URL Rules., WalkMe Editor User Guide, “Configuring URL Rules†Section., Course:Getting Started with Building WalkMe Solutions, Module 10: Targeting Content with Rules., ]