Custom Head Code

Using custom <head> code, you can implement any script.

Heyflow avatar
Written by Heyflow
Updated over a week ago

When you want to integrate scripts, tools, and apps, that are not supported by Heyflow natively, you can often implement them through the Head Code.

You can find the Head Code editor in the code editor on the left side of the Build page:


Example

No Index

In order to avoid Google indexing the flow, paste the following code in the Head Code section and publish your flow again:

<meta name="robots" content="noindex">

Google Analytics

For this guide, we assume that you want to manually integrate Google Analytics into a heyflow and that Heyflow does not already support Google Analytics natively.

When you set up a new Property in Google Analytics, you are asked to install the Google tag. If you choose to install manually, you are shown a code snippet that has some script tags (<script>...</script>). In the instruction, you are tasked to "Copy and paste it […] after the <head> element.".

To (almost) comply with that instruction, simply copy the code and paste it into the Head Code and save the changes in Heyflow. The script will be included in your heyflow's source code and executed on load.

This procedure should work for most script-based integrations. Remember that Heyflow is a Single-Page-Application so the code will be executed once – not on every screen.

❗ Don't forget to save the head code and publish your flow to load!

Other tracking pixels, e.g. Taboola can also be integrated via the Head Code. Let us know in the chat which integration you would like to see natively integrated into Heyflow!

Did this answer your question?