How do you guys handle multi-tenancy? Our app is structure much like Intercom, where our urls are presented as https://app.brand.com/{tenantId}/path. I haven't been able to get tours working where they trigger by URL, since the URL is different depending on the tenant you are signed in to.
I've tried using the Company website attribute as a dynamic URL prefix, but this hasn't worked.
The main reason I'm seeking to do this, is I'm setting up a checklist where the step is meant to Launch the product tour.
How does Intercom manage to get this working?