One way to ensure that your chatbot appears to the right audience at the right time is to configure custom page run rules. This rules dictate where your chatbot can appear. If your chatbot can run on any URL, keep “This bot can run anywhere” selected in the chatbot configuration wizard.
You have two rule configuration options: include and exclude.
Tells the chatbot to run on the exact URL. Use this structure if there is a single location that the chatbot can or can’t run on.
https://support.perdixportal.com/branch1/dashboard
Matches:
https://support.perdixportal.com/branch1/dashboard
The chatbot will only run on this URL.
Doesn’t Match:
https://support.perdixportal.com/branch1/dashboard/resources
https://support.perdixportal.com/branch2/dashboard
You can use the following structures to create custom URLs for the chatbot.
Wildcards (*)
The * symbol is used to match any number of characters within the URL. You can use multiple wildcards.
https://*.perdixportal.com/*/dashboard
Ignore After (**)
Tells the chatbot to ignore every part of the URL after a double wildcard.
https://support.perdixportal.com/branch1/**