# Configure the extension

Navigate to **Settings > Extensions > Google Merchant Feed API** and choose tab **configuration**.

The configuration page is divided into two sections:

* Configuration
* Google Taxonomy Categories

<figure><img src="/files/BHIHCtX8ADXuTbX4I1Ep" alt=""><figcaption></figcaption></figure>

### Configuration

In configuration section you can do basic configuration like: using a scheduled task or not and how many entries are processed each cronjob call of the extension.

| Field                       | Type         | Description                                                                                                                                                                                                                                                                                            |
| --------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Activate scheduled task     | Toogle       | <p>We recommend to use a cronjob for pushing the product data to google. For that you need to add the cronjob manually at your webserver:<br><br>./bin/console prems-google-content-api:run-export<br><br>If you activate the setting, the Shopware scheduled task is used instead of the cronjob.</p> |
| Processing number each call | Number field | Define how many products should be pushed to Google each Cronjob or Scheduled task call.                                                                                                                                                                                                               |
| Days until next full export | Number field | Products were pushed to google each time a product is changed. But it could be usefull to push all products to Google from time to time. Define the number of days after a full export is initiated.                                                                                                   |

### Google Taxonomy Categories

You can assign the Google category at your shop categories. For that you first need to import the Google categories to your shop.&#x20;

<figure><img src="/files/5X2suTdags1OednQM2UV" alt=""><figcaption></figcaption></figure>

After that you will find the Google category selection at each category.

<figure><img src="/files/303rYXnr9Vm9WY3A4WfG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please import the Google categories only one time. If you import it a second time you maybe need to assign the Google categories at Shopware categories again.
{% endhint %}


---

# 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.premsoft.de/en/plugins/google-merchant-feed-api/installation/configure-the-extension.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.
