Inbound Lead Explorer

How to Embed Jeeva's Script into Your Website's HTML Files

A simple guide to embedding Jeeva's script directly into your website's HTML files

Written By: Gaurav Bhattacharya

Jun 10, 2025

Adding Jeeva's tracking script directly to your website's HTML files is a straightforward process, provided you have the necessary permissions and understanding to modify HTML files. Here's a detailed guide to help you through the process:

Step-by-Step Instructions:

Step 1: Copy the Jeeva Script:

​Begin by accessing the Jeeva script from the Script section of your dashboard. Copy the entire code snippet to your clipboard for embedding into your website.

Copy the Jeeva Script

Step 2: Connect to Your Website's Server Using FTP:

Open your FTP client (e.g., FileZilla, WinSCP, Cyberduck).

Enter your website’s FTP credentials (FTP address, username, and password) provided by your web hosting service.

Connect to the server by clicking the 'Connect' or 'Login' button.

Once connected, navigate to the directory where your website files are stored. This directory is commonly named public_html, www, or similar.

Inside this directory, locate the file containing the HTML header. This file is often named header.php, index.html, index.php, or similar, depending on your website's structure.

Step 3: Insert the Tracking Script:

Paste your tracking script just before the closing </head> tag in the header file. Placing it here ensures proper loading.

Ensure that you do not inadvertently delete or modify any existing code in the file.

Step 4: Save Your Changes:

​Save the modified file.

By following these steps, you'll seamlessly integrate Jeeva's tracking script into your website, enabling comprehensive tracking and analysis.

Next

How to Embed Jeeva's Script into a React.js Application