> 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/vwo-konto-einrichten.md).

# VWO-Konto einrichten

Diese Anleitung zeigt dir, wie du ein VWO-Konto erstellst und deine Account ID für das Plugin findest.

## VWO-Konto erstellen <a href="#vwo-konto-erstellen" id="vwo-konto-erstellen"></a>

1. Gehe zu <https://vwo.com> und klicke auf den Registrierungs-Button.
2. Gib deine E-Mail-Adresse ein und erstelle ein Passwort.
3. Folge den Anweisungen auf dem Bildschirm, um die Kontoeinrichtung abzuschließen.

## Account ID finden <a href="#account-id-finden" id="account-id-finden"></a>

Sobald du in deinem VWO-Dashboard eingeloggt bist:

1. Navigiere zu deinen Kontoeinstellungen (klicke auf dein Profilsymbol oben rechts).
2. Deine **Account ID** wird auf der Einstellungsseite angezeigt.
3. Kopiere diese ID und füge sie in das Feld **VWO Account ID** in der [Shopware Plugin-Konfiguration](/shopware/de/erweiterungen/vwo/einrichtung.md) ein.

## Tracking einrichten <a href="#tracking-einrichten" id="tracking-einrichten"></a>

Nachdem du deine Account ID in der Shopware Plugin-Konfiguration eingegeben hast, beginnt VWO automatisch mit dem Tracking von Events in deinem Storefront. Das Plugin sendet folgende Events an VWO:

* **view\_product** – Wenn ein Kunde eine Produktseite aufruft
* **add\_to\_cart** – Wenn ein Kunde ein Produkt in den Warenkorb legt
* **remove\_from\_cart** – Wenn ein Kunde ein Produkt aus dem Warenkorb entfernt
* **view\_cart** – Wenn ein Kunde die Warenkorbseite aufruft
* **purchase** – Wenn ein Kunde eine Bestellung abschließt
* **login** – Wenn sich ein Kunde anmeldet
* **signUp** – Wenn ein Kunde ein neues Konto registriert

Eine detaillierte Übersicht aller Events und deren Daten findest du auf der Seite [Events](/shopware/de/erweiterungen/vwo/events.md).


---

# 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/vwo-konto-einrichten.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.
