> For the complete documentation index, see [llms.txt](https://docs.codegiganten.de/plugin-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codegiganten.de/plugin-documentation/apps/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/statistiken.md).

# Statistiken

Das Plugin bietet eine integrierte Statistikansicht, mit der du den Erfolg deiner Empfehlungen direkt im Shopware-Admin auswerten kannst.

***

## Statistiken aufrufen

Gehe zu  **Inhalte -> KI gestütztes - Cross-Selling**. Im Dashboard siehst du eine Übersicht der wichtigsten Kennzahlen.

***

## Was wird gemessen?

Das Plugin erfasst automatisch folgende Ereignisse, sobald Kunden mit den Empfehlungen interagieren:

| Ereignis             | Wann es ausgelöst wird                                       |
| -------------------- | ------------------------------------------------------------ |
| **Impression**       | Ein Empfehlungs-Slider wird auf einer Seite angezeigt        |
| **Klick**            | Ein Kunde klickt auf ein empfohlenes Produkt                 |
| **In den Warenkorb** | Ein Kunde legt ein empfohlenes Produkt in den Warenkorb      |
| **Kauf**             | Eine Bestellung mit empfohlenen Produkten wird abgeschlossen |

Diese Daten werden genutzt, um die Qualität der Empfehlungen laufend zu verbessern.

***

## Statistiken im Shopware-Produkt-Detail

Für einzelne Produkte gibt es einen eigenen Statistik-Tab im Produkt-Detail:

1. Gehe zu **Katalog → Produkte**.
2. Öffne ein Produkt.
3. Wähle den Reiter **InsightSearch Statistiken**.

Dort siehst du, wie oft dieses Produkt empfohlen wurde und welche Conversions es generiert hat.

***

## Datenschutz

Das Tracking erfolgt session-basiert über zwei Cookies:

| Cookie                              | Zweck                                                 | Laufzeit |
| ----------------------------------- | ----------------------------------------------------- | -------- |
| `cogi_recommendation_session_token` | Session-Identifikation für Empfehlungen               | 1 Tag    |
| `cogi_recommendation_session`       | Personalisiertes Tracking für Wiederkehr-Empfehlungen | 365 Tage |

Beide Cookies sind im Shopware-Cookie-Einwilligungsmanager registriert. Der erste Cookie ist technisch notwendig, der zweite fällt in die Kategorie „Komfort-Features" und erfordert die Zustimmung des Nutzers.


---

# 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.codegiganten.de/plugin-documentation/apps/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/statistiken.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.
