Unbounce

Easily integrate Axeptio with Unbounce

How to insert Axeptio snippet code into your page

You'll notice a button in the bottom left side of the editor called Javascripts:

licking this will launch a dialog box that you can paste in your custom JavaScript.

You can choose where the script should be placed in the document - it defaults to "Before Body End Tag" (before </body>) but you can change that to "After Body Tag" (after <body>), or "Head" (in <head> section)

This script will only run in preview mode, or on a published page (and not in the editor).

Adding Your Custom Scripts Using Script Manager

Script Manager allows you to apply scripts to all of the pages in a custom domain (or multiple domains) via a single process. If you have scripts (like axeptio) that you need to apply to many pages, Script Manager is designed to make your life a lot easier.

To add a script:

  1. Click on Settings in the left menu. A new drop-down menu will appear.

  2. Select Script Manager.

  3. In the new Add a Script dialog box, Enter a name for your script and click the Add Script Details button.

  4. Paste or type your script in the editor window.

  5. Click the Save Changes button near the bottom left of the screen.

Your script will be applied to all pages for the chosen domain and will be applied automatically to all new pages published to the same domain as well.

Once your scripts in Script Manager is enabled, you may also view them in the Javascripts section in the page builder.

Last updated