Fluxyn Docs
Tutorials

Install the Runtime

Add the Fluxyn runtime script to your site so flows can run.

What this tutorial does

You will add the Fluxyn runtime script to your website.

Basic install

Add the runtime snippet to the site where your application should run.

Use the script URL shown in your application’s Script tab so the runtime is tied to the correct application.

After install

Once the script loads, Fluxyn can:

  • listen for enabled browser signals
  • receive dataLayer pushes
  • run the flows published for that application

If you use held events

The runtime first fetches the application settings and bootstrap config.

That means Fluxyn knows its blockers, bypass events, and queue rules before it starts replaying existing dataLayer items.

What to watch out for

  • Make sure the script is added on the same origins configured in the application.
  • If nothing runs, confirm the application is published and the origin is allowed.
  • If you use blockers, remember that non-bypass events will queue until the blockers are released.

Next step

Continue to Build your first flow.

On this page