Integrations
Duda
GoDaddy
Google Tag Manager
Square Space
WordPress
Duda
Site-wide header
To place the code in the site-wide header, follow the instructions below.
- Open your editor.
- Go to settings in the left sidebar.
- Click on Header HTML.
- 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.
- Open your editor.
- Go to the pages
- On the page you want to add it into, click on the settings icon.
- Click SEO.
- Scroll down to Header HTML.
- Paste in your code here and save.
GoDaddy
- Log in to your GoDaddy account.
- In your Products list, click Website Builder, and then click Manage next to the account you want to use.
- Click Design Your Pages.
- If necessary, from the Page menu, select the page you want to modify.
- 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.
- In the Enter JavaScript text box, delete the default scripting, and then enter your IDEX Pro tracking script.
- Click OK.
- Click Publish in the upper right.
Google Tag Manager
- Log into Google Tag Manager
Visit tagmanager.google.com and open the container for your website.
- Create a New Tag
In the left-hand menu, click Tags, then click New.
- Configure the Tag
- Click Tag Configuration.
- Select Custom HTML as the tag type.
- Copy and paste the entire tracking script into the provided HTML field.
- Add a Trigger for All Pages
- Click Triggering.
- Select All Pages (under the built-in Page View triggers).
- Optional: Support Document Write
If your script requires
document.write, check the box labeled Support document.write (use with caution). - Save the Tag
Give your tag a descriptive name, such as “Tracking Script–All Pages,” and click Save.
- Preview and Test
Click Preview to test your changes in debug mode. Visit your website to ensure the tag fires correctly.
- Publish
Once you’ve confirmed the tag works as expected, click Submit and then Publish to make it live.
Squarespace
- Go to your Account Dashboard on Squarespace.
- Select Settings.
- From settings, go to Developer Tools under the Website tab.
- Select Code Injection.
- Paste your IDEX Pro script into either the header or the footer of the code injection page.
- Select Save in the top left corner.
WordPress
- Log in to your WordPress site in your Dashboard, and go to
- Click Theme File Editor.
- 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).
- There you will find a code for the original theme, which will look like this:
- Place the mouse right before the original code </footer> tag and press the space bar, and add your script.
- Click Update, and the footer will be changed
