How can I have a different bot on different pages?

Hi !

If you want to hide the bot, that thread is what you need :

The simplest way to have different bots on different pages is to have divided your bot into two sub bots and use one or the other depending on the page.

To do that, your first bubble needs to be an Operation bubble :

Then, if it does not exist, create the ideta_origin variable with the href property :


Then create your comparison and compare ideta_origin.href to a URL :

If it matches the URL you entered, it will redirect to a part of a bot and if not it will be another part.

Instead of ==, you can use a regex as comparison to match a part of your website and not a specific URL.

You can also create ideta_origin.pathname that can be easier to handle afterwards