> 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/extensions/extensions-nl/plugins/wordpress-plugin.md).

# WordPress-plugin

Installeer en valideer AdPage Tagging voor je WordPress-site.

Gebruik de AdPage Tagging WordPress-plug-in om ondersteunde formulierinzendingen te volgen.

<a href="https://is.wordpress.org/plugins/tagging/" class="button primary" data-icon="wordpress">Installeer via WordPress.org</a>

### Voordat je begint

Zorg dat je toegang hebt tot je WordPress-beheeromgeving en je Google Tag Manager-container. Verwijder dubbele formuliertracking voordat je de plug-in test.

De plug-in ondersteunt Contact Form 7 en Gravity Forms.

### Installeer de plug-in

{% stepper %}
{% step %}

#### Installeer AdPage Tagging

Open de plug-invermelding en selecteer **Downloaden**. Ga in WordPress naar **Plugins → Nieuwe toevoegen → Plug-in uploaden**. Upload en activeer de plug-in.
{% endstep %}

{% step %}

#### Voltooi de plug-ininstelling

Open de AdPage Tagging-instellingen in WordPress. Voltooi de vereiste instellingen voor je website.
{% endstep %}

{% step %}

#### Publiceer je wijzigingen

Sla de plug-ininstellingen op en publiceer je Google Tag Manager-container. Gebruik de voorbeeldmodus voordat je wijzigingen in productie publiceert.
{% endstep %}
{% endstepper %}

### Valideer de installatie

Gebruik Google Tag Manager Preview om je website te testen. Dien tijdens één testsessie een ondersteund formulier in.

Bevestig de `trytagging_generate_lead` gebeurtenis verschijnt in de datalaag. Controleer of de gebeurtenis de verwachte formuliervelden bevat.

Zie [generate\_lead dataLayer (Contactform7 & GravityForms)](/documentation/documentation-nl/website-integraties/woocommerce/generate_lead-datalayer-contactform7-and-gravityforms.md) om van deze gebeurtenis een GA4-conversie te maken.

### Beschikbare WordPress-gebeurtenissen

De plug-in verstuurt deze gebeurtenis wanneer een ondersteund formulier wordt verzonden:

* `trytagging_generate_lead`

De gebeurtenis bevat verzonden formuliergegevens in `form_data`. Veldnamen zijn afhankelijk van je formulierconfiguratie.

{% hint style="warning" %}
Dien tijdens het testen geen echte klantgegevens in. Gebruik een testformulier en testcontactgegevens.
{% endhint %}

### Problemen oplossen

Als de gebeurtenis niet verschijnt, controleer dan of de plug-in actief is. Controleer daarna of het verzonden formulier Contact Form 7 of Gravity Forms gebruikt.

Als gebeurtenissen dubbel worden geregistreerd, schakel overlappende formulier- of tagmanagerintegraties uit. Test opnieuw in een incognitovenster nadat je siteregevens hebt gewist.


---

# 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/extensions/extensions-nl/plugins/wordpress-plugin.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.
