Fluxyn Docs
NodesCoding

Load Script Source

Loads an external script on the page.

Coding

Use this when a vendor requires their own script before you can call their tracking function.

When to use it

  • Load vendor libraries like gtag.js.
  • Prepare the page for a custom script step.

Routing behavior

Continues through its connected downstream path when it completes successfully.

Properties

PropertyTypeRequiredDetails
src
src
expressionOptionalScript URL (supports expressions)
position
position
selectOptionalWhere to inject the script
async
async
booleanOptionalLoad script asynchronously
defer
defer
booleanOptionalDefer script execution
oncePerPage
oncePerPage
booleanOptionalLoad only once per page

Common mistakes

  • Be careful with duplicate loads.
  • External scripts still depend on the vendor loading successfully.

Related nodes