> For the complete documentation index, see [llms.txt](https://docs.adpage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adpage.io/faq/faq-nl/marketingoptimalisatie/cross-domaintracking-voor-hetzelfde-hoofddomein.md).

# Cross-domaintracking voor hetzelfde hoofddomein

## Cross-domeintracking voor hetzelfde hoofddomein

Cross-domeintracking is vereist wanneer bezoekers worden gevolgd over domeinen die hetzelfde hoofddomein delen. Bijvoorbeeld, [**domainname.com**](http://domainname.com/) en [**subdomain.domainname.com**](http://subdomain.domainname.com/). Dit is vaak van toepassing op verhuurmodules, planningsmodules of personalisatietools. Ze kunnen draaien op een afzonderlijke landingspagina of worden geladen in een iframe. Wanneer een bezoeker tussen domeinen beweegt of met het iframe interageert, moeten marketinggegevens op beide pagina's overeenkomen.

### Oplossing 1: Conversion Linker in GTM

Voeg een Conversion Linker-tag toe aan de GTM-webcontainer. Voeg beide domeinnamen toe aan de tag. De Conversion Linker geeft klikgegevens en sessieparameters correct door tussen domeinen. Zo worden conversies aan de juiste bron toegeschreven.

[![](https://euw1.frontkb-cdn.com/attachments/9808087/547522/998e27f0-b763-48cc-a25d-cf7e77d2e39d.png)](https://euw1.frontkb-cdn.com/attachments/9808087/547522/998e27f0-b763-48cc-a25d-cf7e77d2e39d.png)

### Oplossing 2: Domeininstellingen in GA4

In GA4 definieert u welke domeinen als één geheel worden behandeld. Ga naar **Beheer**, selecteer **Gegevensstreams**, en kies de juiste webstream. Open **Taginstellingen configureren**, selecteer vervolgens **Uw domeinen configureren**. Voeg alle toegestane domeinen toe, inclusief het hoofddomein en subdomein. GA4 behandelt sessies over deze domeinen dan als één doorlopende sessie.

[![](https://euw1.frontkb-cdn.com/attachments/9808087/547522/d3987c1e-e45f-46a6-b186-d47c7b95a45a.png)](https://euw1.frontkb-cdn.com/attachments/9808087/547522/d3987c1e-e45f-46a6-b186-d47c7b95a45a.png)

### Extra controle: Consent Management Platform

Controleer of het subdomein ook is toegevoegd aan het Consent Management Platform (CMP). Dit wordt vaak over het hoofd gezien. Als het subdomein ontbreekt, kunnen toestemmingssignalen niet correct worden opgehaald. Bezoekers zonder toestemming kunnen dan worden gevolgd. Tracking kan ook volledig mislukken. Beide uitkomsten hebben invloed op de datakwaliteit en naleving van de privacyregels.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.adpage.io/faq/faq-nl/marketingoptimalisatie/cross-domaintracking-voor-hetzelfde-hoofddomein.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
