> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/getting-started/account-setup/website-integration.md).

# Website integration

Connect your website to eMarketeer to track visitor behaviour and enable forms on any page.

eMarketeer provides two scripts for website integration. Install both to get the complete picture: which pages a contact visits, and which forms they complete.

## Web Tracker

The Web Tracker records page visits on your website. Once a visitor is identified — by clicking a link in an email or submitting a form — their page visits appear on the contact timeline in eMarketeer.

The tracker also populates the marketing dashboard with session data, traffic sources, and UTM attribution.

See [Installing the Web Tracker script on your website](/references/references/web-tracker/installing-the-web-tracker-script-on-your-website.md) for setup instructions.

## Form base script

The form base script must be present on any page where you want to embed an eMarketeer form. Without it, forms will not load.

Add the following snippet once to your website — in the `<head>` element or via a tag manager:

```html
<script type="application/javascript" src="https://app.emarketeer.com/public/scripts/forms.js"></script>
```

The script does not collect any data on its own. It only enables forms to render on the page.

## How they work together

When both scripts are installed, submitting a form identifies the contact. eMarketeer then links that contact to all the page visits recorded since consent was given — including visits made before the form was submitted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.emarketeer.com/getting-started/account-setup/website-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
