Skip to main content

UTM Passing Script

When to use

If you have a dedicated sales page, you need to install the UTM passing script on the Framer checkout page.

Why it’s important

The UTM passing 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.
UTM Passing Script

How to install

  1. Access the settings of your page on Framer
  2. In the Custom Code section, add the UTM passing script and the Nemu Pixel (generated in step 4 of onboarding)
  1. Click on Save to save the changes.
If your page contains forms before going to checkout, you need to install the UTM passing script on the form so that UTMs are captured.

UTM Passing Code on Framer Form

  1. In the sidebar, in Code click on the + button and choose New Code File
  1. In the Name field, type NemuHotmartForm, choose the Override option and click on Create
  1. Paste the code below into the created file:
Replace the checkout URL with your offer’s checkout URL and the form fields with your form fields.
To check the form field names, access your project popup and click on the field you want to check the name.
  1. On your form button, select the component in Code Override and choose NemuHotmartForm
  1. Click on Publish and then Update to view the changes.