> 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/shopify-app.md).

# Shopify-app

Installeer en valideer AdPage Tagging voor je Shopify-winkel.

Gebruik de AdPage Tagging Shopify-app om e-commercetracking aan uw winkel toe te voegen.

<a href="https://apps.shopify.com/adpage-tagging" class="button primary" data-icon="shopify">Installeer via de Shopify App Store</a>

### Voordat je begint

Zorg dat je toegang hebt tot je Shopify-beheeromgeving en Google Tag Manager-container. Verwijder dubbele e-commercetracking voordat je de app test.

### Installeer de app

{% stepper %}
{% step %}

#### Installeer AdPage Tagging

Open de vermelding in de Shopify App Store en selecteer **Installeren**. Keur de gevraagde machtigingen in Shopify goed.
{% endstep %}

{% step %}

#### Rond de app-instellingen af

Open de app via **Shopify-beheeromgeving → Apps**. Volg de installatiestappen in de app voor je winkel.
{% endstep %}

{% step %}

#### Publiceer je wijzigingen

Sla de configuratie op en publiceer je Google Tag Manager-container. Gebruik de voorbeeldmodus voordat je wijzigingen voor de live-omgeving publiceert.
{% endstep %}
{% endstepper %}

### Valideer de installatie

Gebruik Google Tag Manager Preview om je webshop te testen. Voer deze acties uit tijdens één testsessie:

1. Bekijk een productlijst en productpagina.
2. Voeg een item toe aan de winkelwagen en begin met afrekenen.
3. Plaats een testbestelling en open de bedankpagina.

Bevestig de verwachte `trytagging_*` gebeurtenissen verschijnen in de datalaag. Controleer prijzen, valuta, product-ID's, aantallen en transactie-ID's.

### Beschikbare Shopify-gebeurtenissen

De app biedt e-commercegebeurtenissen gedurende het aankooptraject:

* `trytagging_view_item_list`
* `trytagging_view_item`
* `trytagging_add_to_cart`
* `trytagging_view_cart`
* `trytagging_remove_from_cart`
* `trytagging_begin_checkout`
* `trytagging_purchase`

Het verzendt ook `trytagging_user_data` op alle pagina's. Zie [De e-commerce dataLayer van AdPage](/extensions/extensions-nl/cms-tracking/de-e-commerce-datalayer-van-adpage.md) voor gebeurtenisparameters.

{% hint style="warning" %}
Test aankopen niet met een live betaalmethode. Gebruik de testmodus van Shopify of een testbetalingsprovider.
{% endhint %}

### Problemen oplossen

Als gebeurtenissen niet verschijnen, controleer dan of de app-instelling voltooid is. Controleer of je thema en checkout de ondersteunde configuratie gebruiken.

Als gebeurtenissen dubbel worden weergegeven, schakel overlappende e-commerce- of tagmanager-integraties uit. Test opnieuw in een incognitovenster nadat je winkelwagen hebt geleegd.


---

# 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/shopify-app.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.
