> For the complete documentation index, see [llms.txt](https://docs.shop-studio.io/shopware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shop-studio.io/shopware/de/erweiterungen/vwo/einrichtung.md).

# Einrichtung

Die Einrichtung von VWO ist auf der Seite von Shopware in wenigen Schritten erledigt.

## Plugin-Konfiguration öffnen <a href="#plugin-konfiguration-oeffnen" id="plugin-konfiguration-oeffnen"></a>

Um VWO zu konfigurieren, gehe im Admin zu `Erweiterungen > Meine Erweiterungen > Plugins` und klicke beim Plugin "ShopStudioVWO" rechts auf `... > Konfiguration`.

## VWO Einstellungen <a href="#vwo-einstellungen" id="vwo-einstellungen"></a>

In der Konfiguration findest du folgende Einstellungen:

* **Aktiv** – VWO Tracking aktivieren oder deaktivieren. *(Standard: aktiviert)*
* **VWO Account ID** – Deine VWO Account ID. Dieses Feld ist erforderlich, damit VWO funktioniert. Siehe [VWO-Konto einrichten](/shopware/de/erweiterungen/vwo/vwo-konto-einrichten.md), um zu erfahren, wie du deine Account ID findest.

## Cookie Einstellungen <a href="#cookie-einstellungen" id="cookie-einstellungen"></a>

* **Cookie-Zustimmung deaktivieren** – Wenn deaktiviert, wird das VWO-Skript erst nach der Cookie-Zustimmung geladen. *(Standard: deaktiviert)*
* **Cookie Ablauf** – Cookie Ablauf in Tagen. *(Standard: 365)*

## Erweiterte Einstellungen <a href="#erweiterte-einstellungen" id="erweiterte-einstellungen"></a>

* **Debug-Modus** – Debug-Meldungen in der Browser-Konsole aktivieren. Nützlich, um zu überprüfen, ob Events korrekt getrackt werden. *(Standard: deaktiviert)*

Nachdem du deine Einstellungen eingegeben hast, klicke auf die Schaltfläche `Speichern`.

{% hint style="info" %}
**Tipp**

Ggf könnte es Sinn machen den Shop-Cache nochmal explizit zu leeren, falls auf Anhieb keine Daten übertragen werden.
{% endhint %}

![VWO Plugin-Konfiguration](/files/RbQQz5y80TzOodMuLW4H)


---

# 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://docs.shop-studio.io/shopware/de/erweiterungen/vwo/einrichtung.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.
