> For the complete documentation index, see [llms.txt](https://docs.atloss.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atloss.de/theme-konfiguration/allgemein/google-bewertungen.md).

# Google Bewertungen

### Übersicht

Mit dem Theme lassen sich deine Google Bewertungen vollkommen kostenlos in nur wenigen Schritten integrieren. Standardmäßig werden die Bewertungen in der [Top Bar](/academy/fachbegriffe/top-bar.md) ausgegeben. Im folgenden Video zeigen wir dir alle notwendigen Schritte. Nachfolgend findest du die einzelnen Schritte inkl. Links ebenfalls noch in Textform aufgeführt.

{% embed url="<https://www.youtube.com/watch?v=EsBTKFvDuDE>" %}

### Konfiguration

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

<details>

<summary>Google Maps API-Schlüssel</summary>

Ermittle deinen Google Maps API-Schlüssel wie folgt:

1. Logge dich in der [Google Cloud Platform](https://console.cloud.google.com/) mit deinem Unternehmenskonto an.
2. Erstelle, soweit noch nicht vorhanden, ein Projekt an der oberen Leiste.
3. Klicke auf das Navigationsmenü in der linken oberen Ecke und danach auf "Abrechnung".
4. Erstelle, soweit noch nicht vorhanden, ein Rechnungskonto inkl. Zahlungsmethode. Reale Kosten werden hierbei nicht auf dich zukommen. Das Theme fragt die Bewertungen nur einmal pro Tag ab, aktualisiert sie ggf. und speichert diese in Shopware 6 zwischen. Dies bewegt sich im kostenlosen Rahmen von Google.
5. Öffne das Navigationsmenü erneut und begebe dich zu "APIs und Dienste > Bibliothek".
6. Suche in der Suchleiste nach "Places API".
7. Klicke auf das entsprechende Suchergebnis und aktiviere die API.
8. Aktiviere zusätzlich die "Maps JavaScript API" unter "Zusätzliche APIs".
9. Öffne das Navigationsmenü und begebe dich zu "APIs und Dienste > Anmeldedaten".
10. Klicke auf "Create Credentials" und danach auf "API Schlüssel", falls noch kein API Schlüssel vorhanden sein sollte.
11. Kopiere den API-Schlüssel und füge ihn in die App Konfiguration ein.

</details>

<details>

<summary>Google Maps Place ID</summary>

Die Place ID dient als eindeutige Zuordnung für deinen Account. Diese lässt sich ganz leicht über die [Suche](https://developers.google.com/maps/documentation/places/web-service/place-id#find-id) ermitteln. Gib dafür lediglich den Namen deines Unternehmens ein, wie du es von der herkömmlichen Google Maps Suche kennst. Anschließend wird dir deine Place ID angezeigt, welche du in dieses Feld kopierst.

</details>

<details>

<summary>Google Maps Bibliothek laden</summary>

Damit die Google Bewertungen geladen werden können wird die entsprechende Bibliothek von Google benötigt. Bestätige die Integration daher an dieser Stelle mit "Ja".

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.atloss.de/theme-konfiguration/allgemein/google-bewertungen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
