> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/integration/de/data-api/order-data-1.md).

# Bestelldaten

Epsilon Retail Media erfordert Bestelldaten, um relevante Anzeigen zu generieren. Das Synchronisieren von Bestellungen ist auch für Werbetreibenden- und Händler-Dashboards innerhalb des Epsilon Retail Media Portals von hohem Wert, da Bestellungen für die Berechnung von Verkäufen, Konvertierungen, Verkaufswerten und ROAS verwendet werden. Diese Daten sind für Werbeteams extrem nützlich, da sie die Investitionseffizienz analysieren und als Reaktion darauf zusätzliches Budget einbringen können.

<figure><img src="/files/mLPr2oZ1QRFP34lO7gnI" alt="Reporting.png" width="100%"><figcaption><p>Kampagnen-Bildschirmfoto</p></figcaption></figure>

## Synchronisieren von Bestelldaten

Das Synchronisieren von Bestelldaten beinhaltet, dass der Händler die **`sessionId`** eines Kunden in der Anzeigenanfrage sendet, und anschließend in der Bestelldatensynchronisierung mit Epsilon Retail Media. Mit diesen Informationen ist Epsilon Retail Media in der Lage, die `adId`zu überprüfen, die für die Anzeigenanfragen von `sessionId`bereitgestellt wurden, und innerhalb des konfigurierten Attributionsfensters entsprechend zuzuweisen.

Falls gewünscht, kann die `sessionId` durch eine langfristige gehashte Kundenkennung ersetzt werden, um sessionübergreifend zuzuweisen. Um mehr zu erfahren, wenden Sie sich bitte an Ihren Technical Account Manager.

<figure><img src="/files/gA4P0QsMwVzf8Cnayu4i" alt="Group 95.png" width="100%"><figcaption></figcaption></figure>

#### Integrationsanforderungen

Bei dieser Integration müssen Sie Epsilon Retail Media die eindeutige Session-Kennung des Kunden in der Anzeigenanfrage und der Bestellbestätigung senden, wie im folgenden Beispiel:

```json
{
   "orders": [
       {
        "customerId": "npc-s243-ir",
        "catalogId": "6adb93d0-7he4-4d4e-9b47-e5d3714c976a",
        "sessionId": "5cat7-9964-4f",
        "orderDate": "2021-12-02T15:00:00Z",
        "id": "3h30e938-c158-4d78-a0af-b48bbwfrcss4",
        "orderItems": [
            {
                  "gtin": "9891998566P",
                  "quantity": 3,
                  "regularUnitPrice": "1.00",
                  "totalOrderItemPriceAfterDiscounts": "3.00"
                }
              ]
            }
    ]
}
```

{% hint style="info" %}
Diese `sessionId` muss mit der Angabe in der Anzeigenanfrage übereinstimmen, die gesendet wurde an Epsilon Retail Media.
{% endhint %}


---

# 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://help.citrusad.com/retail-media-interface/integration/de/data-api/order-data-1.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.
