Can I Run Fibr Tests on Sub-domains?
Learn how to run Fibr tests on sub-domains. While the main domain is covered by default, sub-domains require separate script integration for experiments to work.
Can I Run Fibr Tests on Sub-domains?
You can run Fibr tests on sub-domains, but the setup differs slightly from the main domain.
If the Fibr script is added to the <head>
section of your main domain (e.g., https://www.example.com), it will cover all pages within the main domain (like example.com/products or example.com/about-us). However, for subdomains such as https://blog.example.com, you’ll need to add the Fibr script separately to ensure the tests run on those subdomains as well.
In essence, while Fibr automatically covers the main domain, sub-domains require script integration.
Last updated