Skip to main content

1. Access Your Unbounce Page

  1. Log in to your Unbounce account
  2. Navigate to your landing pages
  3. Select the page you want to edit
  4. Click “Edit Page” to enter the editor

2. Add Surface Tag

Unbounce JavaScript Settings
  1. In the bottom toolbar, click the “JavaScript” button
  2. Click “Add New JavaScript”
  3. Add the following script:
Check out the How to Get Site ID page to get your site ID.
<!-- Start Surface Tag -->
<script 
    src="https://cdn.jsdelivr.net/gh/trysurface/scripts@latest/surface_tag.min.js"
    siteId="YOUR_SITE_ID"> // Replace with your site ID
</script>
<!-- End Surface Tag -->
  1. Set the script placement to “Before the body Tag”
  2. Click “Done” to save the changes