Integrations

Duda
GoDaddy
Google Tag Manager
Google Tag Manager
Square Space
WordPress

Duda

Site-wide header

To place the code in the site-wide header, follow the instructions below.

  1. Open your editor.
  2. Go to settings in the left sidebar.
  3. Click on Header HTML.
  4. Paste in your code here and save.

Single page header

To place the code in the header of just one single page, follow the instructions below.

  1. Open your editor.
  2. Go to the pages
  3. On the page you want to add it into, click on the settings icon.
  4. Click SEO.
  5. Scroll down to Header HTML.
  6. Paste in your code here and save.

GoDaddy

  1. Log in to your GoDaddy account.
  2. In your Products list, click Website Builder, and then click Manage next to the account you want to use.
  3. Click Design Your Pages.
  4. If necessary, from the Page menu, select the page you want to modify.
  5. Click Popular and then drag and drop the Script icon over a Drop Zone. Drop Zones display on your web pages when you hover over them.
  6. In the Enter JavaScript text box, delete the default scripting, and then enter your IDEX Pro tracking script.
  7. Click OK.
  8. Click Publish in the upper right.

Google Tag Manager

  1. Log into Google Tag Manager 
    Visit tagmanager.google.com and open the container for your website.
  2. Create a New Tag 
    In the left-hand menu, click Tags, then click New.
  3. Configure the Tag 
    • Click Tag Configuration.
    • Select Custom HTML as the tag type.
  4. Copy and paste the entire tracking script into the provided HTML field.
  5. Add a Trigger for All Pages 
    • Click Triggering.
    • Select All Pages (under the built-in Page View triggers).
  6. Optional: Support Document Write 
    If your script requires document.write, check the box labeled Support document.write (use with caution).
  7. Save the Tag 
    Give your tag a descriptive name, such as “Tracking Script–All Pages,” and click Save.
  8. Preview and Test 
    Click Preview to test your changes in debug mode. Visit your website to ensure the tag fires correctly.
  9. Publish 
    Once you’ve confirmed the tag works as expected, click Submit and then Publish to make it live.

Squarespace

  1. Go to your Account Dashboard on Squarespace.
  2. Select Settings.
  3. From settings, go to Developer Tools under the Website tab.
  4. Select Code Injection.
  5. Paste your IDEX Pro script into either the header or the footer of the code injection page.
  6. Select Save in the top left corner.

WordPress

  1. Log in to your WordPress site in your Dashboard, and go to
  2. Click Theme File Editor.
  3. There you will find the file named Theme Footer or footer.php (before editing the file, copy the content to a notepad file so that if something goes wrong, you can paste the original code back in to start again).
  4. There you will find a code for the original theme, which will look like this:
  5. Place the mouse right before the original code </footer> tag and press the space bar, and add your script.
  6. Click Update, and the footer will be changed