When setting up your Funnelsio gamification widget, you can control where it appears by specifying Included and Excluded URLs. This configuration uses a regex-like pattern system:
Included URLs #
You can set the widget to appear on specific pages by entering positive regex patterns in the Included URLs field. For example:
*/en/*
— This pattern will show the widget on any page where “/en/” is present in the URL. This might be useful for targeting specific language pages on a multilingual site.*/de/*
— This pattern will show the widget on any page where “/de/” is present in the URL. This might be useful for targeting specific language pages on a multilingual site.*/products/*
— This pattern will make the widget appear on any page with “/products/” in the URL, which could be useful for ecommerce sites with product category pages.*/checkout/*
— This pattern will make the widget appear on any page with “/checkout/” in the URL, which could be useful for ecommerce sites with checkout pages.
Excluded URLs #
Likewise, you can prevent the widget from appearing on specific pages by entering negative regex patterns in the Excluded URLs field. For example:
*/about-us/*
— This pattern prevents the widget from appearing on any page with “/about-us/” in the URL.*/contact/*
— This pattern stops the widget from appearing on any page with “/contact/” in the URL, which might be useful if you want to keep your contact page clean and distraction-free.
Remember, you can mix and match these patterns to meet your needs. For instance, you could include “/en/” to show the widget across your English-language pages, but exclude “/en/contact/” to keep it off the English contact page.
Please be careful when entering these patterns, as incorrect configuration might cause the widget to appear in unintended places or not show up at all. If you run into any issues or need help with configuring these settings, please reach out to our support team.