> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/de/detailed-guide/analytics/offer-analytics.md).

# Angebotsanalytik

{% embed url="<https://youtu.be/vd_Z9KEHm-8?si=hs7-1_v_9n6WSHU9&t=100>" %}

## 1. Filter

<figure><img src="/files/318P5YsFJBqCQaIt0vOV" alt=""><figcaption></figcaption></figure>

### 1.1. Nach Zeitraum filtern

Filtern Sie einen festen Zeitraum, um die Leistung von Kampagnen innerhalb eines Zeitraums zu analysieren.

### 1.2. Nach Angebot filtern

Dieser Filter hilft Ihnen, die Leistung jedes Angebots zu analysieren.

{% hint style="info" %}
Alle Angebote, die zu einer Bestellung geführt haben, werden im Filter zur Auswahl angezeigt, auch gelöschte/abgelaufene Angebote.
{% endhint %}

## 2. Große Zahl

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

### 2.1. Gesamtumsatz

Gesamtumsatz = Summe des Umsatzes aller Bestellungen mit mindestens 1 Geschenk

<table><thead><tr><th width="230">Feld</th><th>Definition</th></tr></thead><tbody><tr><td>Gesamtumsatz</td><td>Summe des Umsatzes aller Bestellungen mit mindestens 1 Geschenk</td></tr><tr><td>Aufträge</td><td>Anzahl der Bestellungen mit mindestens 1 Geschenk</td></tr><tr><td>Durchschnittlicher Bestellwert</td><td>Gesamtumsatz/ Aufträge</td></tr></tbody></table>

## 3. Bestelldetails

<table><thead><tr><th width="129">Feld</th><th width="172">Format</th><th>Definition</th></tr></thead><tbody><tr><td>Bestellung</td><td>string</td><td>Der Name der Bestellung, ähnlich wie im Bestellungs-Admin von Shopify</td></tr><tr><td>Datum</td><td>date time</td><td>Der Zeitpunkt, zu dem die Bestellung erstellt wurde</td></tr><tr><td>Geschenk</td><td>text</td><td>Produkttitel des in der Bestellung enthaltenen Geschenkprodukts</td></tr><tr><td>Gesamt</td><td>currency</td><td>Umsatz der Bestellung</td></tr><tr><td>Aktion</td><td>button</td><td><ul><li>Anzeigen: Bestelldetails im Shopify-Admin öffnen</li><li>Löschen: Bestellung aus der Analytik löschen</li></ul></td></tr></tbody></table>


---

# 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.bogos.io/de/detailed-guide/analytics/offer-analytics.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.
