# Setup

Setting up tracking is done in a few steps on the Shopware site.

## Enable tracking <a href="#enable-tracking" id="enable-tracking"></a>

To activate Google Ads, you have to go to `Extensions > My Extensions > Apps` in the admin and then at the app "Google Ads" right click on `... > Configuration` on the right.

Now you are in the settings for the app. Next, you need to complete the following two steps: First you have to check the checkbox `Enable tracking` and then you have to enter the `Conversion ID`.

In addition, you have to activate the individual conversions like `Add to cart` or `Purchase` and enter the individual conversion labels.

Some conversions also have the possibility to set up dynamic marketing, which you can easily enable with the checkbox `Enable dynamic remarketing`.

If you now click on the `Save` button, the tracking should be active.

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

If necessary, it might make sense to explicitly clear the store cache again if no data is transferred at first attempt.
{% endhint %}

![](/files/-MhUvfnQiGN2DLAm0-kI)

## Enable event debugging <a href="#enable-event-debugging" id="enable-event-debugging"></a>

To understand exactly which data is sent to Google Ads at which point, there is the possibility to get a detailed view in the Javascript console.

Simply activate the checkbox `Enable Pixel Event Debug in the Javascript Console` and then press the button `Save`.

![](/files/-MhUvm-e5BKZuiIIHlh1)


---

# Agent Instructions: 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/extensions/google-ads-cloud/setup.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.
