# VWO Account Setup

This guide shows you how to create a VWO account and find your Account ID for use with the plugin.

## Create a VWO account <a href="#create-a-vwo-account" id="create-a-vwo-account"></a>

1. Go to <https://vwo.com> and click on the sign-up button.
2. Enter your email address and create a password.
3. Follow the on-screen instructions to complete your account setup.

## Find your Account ID <a href="#find-your-account-id" id="find-your-account-id"></a>

Once you are logged in to your VWO dashboard:

1. Navigate to your account settings (click on your profile icon in the top-right corner).
2. Your **Account ID** is displayed on the settings page.
3. Copy this ID and paste it into the **VWO Account ID** field in the [Shopware plugin configuration](https://docs.shop-studio.io/shopware/extensions/vwo/setup).

## Set up tracking <a href="#set-up-tracking" id="set-up-tracking"></a>

After entering your Account ID in the Shopware plugin configuration, VWO will automatically start tracking events on your storefront. The plugin sends the following events to VWO:

* **view\_product** – When a customer views a product page
* **add\_to\_cart** – When a customer adds a product to the cart
* **remove\_from\_cart** – When a customer removes a product from the cart
* **view\_cart** – When a customer views the cart page
* **purchase** – When a customer completes an order
* **login** – When a customer logs in
* **signUp** – When a customer registers a new account

For a detailed overview of all events and their data, see the [Events](https://docs.shop-studio.io/shopware/extensions/vwo/events) page.
