UTM forwarding script
When to use
If you have a landing page (sales page, capture page, or any intermediate page) that directs the visitor to the checkout, you need to install the UTM forwarding script on that page. It is generic and works on any page that allows you to insert HTML/JavaScript code, including pages created in AI-powered no-code builders, such as:- Lovable
- Base44
- Bolt
- v0
- Replit
- Any other builder that generates pages with its own code
Why it’s important
The UTM forwarding script plays a crucial role in transferring UTM information from one page to another within your sales funnel, ensuring this data is tracked until the checkout moment. Without the script, when clicking a button or link on your landing page, the tracking parameters (UTMs) are lost and the sale is not attributed correctly to the source campaign.How to install
- Access the editor or settings of your landing page
- Locate the option to insert custom code (usually called Custom Code, Head, Embed, HTML or Scripts)
- Add the script below in the page’s
<head>tag (or in the header code field) - Save and publish the changes
UTM forwarding script
Tracked parameters
The script automatically captures the following UTM parameters and forwards them to the page’s links:- src - Traffic source
- sck - Custom tracking key
- utm_source - Campaign source
- utm_medium - Marketing medium
- utm_campaign - Campaign name
- utm_content - Specific content
- utm_term - Search terms
Things to watch out for in no-code builders
- Make sure the button that leads to the checkout is a real link (
<a href>) pointing to the checkout URL. Buttons that only use click events without anhrefdo not receive the UTMs automatically. - On platforms like Lovable and Base44, insert the script in the header code field (
<head>) or in an HTML/Embed component on the page. - Don’t forget to also install the Nemu Pixel on the same page for complete tracking.