> 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/docs/docs_se/kom-igang/account-setup/website-integration.md).

# Webbplatsintegrering

Anslut din webbplats till eMarketeer för att spåra besökares beteende och aktivera formulär på valfri sida.

eMarketeer tillhandahåller två script för webbplatsintegrering. Installera båda för att få den fullständiga bilden: vilka sidor en kontakt besöker och vilka formulär de fyller i.

## Web Tracker

Web Tracker registrerar sidbesök på din webbplats. När en besökare identifieras — genom att klicka på en länk i ett e-post eller skicka in ett formulär — visas deras sidbesök på kontaktens tidslinje i eMarketeer.

Spåraren fyller också i marknadsföringsdashboarden med sessionsdata, trafikkällor och UTM-attribution.

Se [Installera Web Tracker-scriptet på din webbplats](https://github.com/eMarketeerSE/support-doc/blob/main/documentation/web-tracker/installing-the-web-tracker-script-on-your-website.md) för installationsinstruktioner.

## Formulärbasscript

Formulärbasscriptet måste finnas på varje sida där du vill bädda in ett eMarketeer-formulär. Utan det laddas inte formulär.

Lägg till följande kodstycke en gång på din webbplats — i `<head>`-elementet eller via en tag manager:

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

Scriptet samlar inte in några data på egen hand. Det aktiverar bara formulär så att de kan visas på sidan.

## Hur de fungerar tillsammans

När båda scripten är installerade identifieras kontakten när de skickar in ett formulär. eMarketeer kopplar sedan den kontakten till alla sidbesök som registrerats sedan samtycke gavs — inklusive besök som gjordes innan formuläret skickades in.


---

# 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/docs/docs_se/kom-igang/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.
