> For the complete documentation index, see [llms.txt](https://tapminds.gitbook.io/tapmind-mediation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tapminds.gitbook.io/tapmind-mediation/ad-serving/end-to-end-ad-journey.md).

# End-to-End Ad Journey

> Placeholder page — content to be expanded.

***

## Overview

***

## Why It Exists

***

## Business Problem

***

## High Level Explanation

```mermaid
%% Placeholder diagram — to be added
sequenceDiagram
    participant App as Publisher App
    participant SDK as SDK / Adapter
    participant Backend as TapMind Backend
    participant Demand as Demand Partner
    App->>SDK: Ad request
    SDK->>Backend: Configuration fetch
    Backend->>Demand: Bid / fill request
    Demand-->>App: Ad displayed
```

***

## Technical Details

***

## Business Benefit

***

## Related Pages

* [SDK Flow](/tapmind-mediation/ad-serving/sdk-flow.md)
* [Backend Serving Flow](/tapmind-mediation/ad-serving/backend-serving-flow.md)
* [Demand Partner Selection](/tapmind-mediation/ad-serving/demand-partner-selection.md)
* [Event Lifecycle](/tapmind-mediation/reporting-analytics/event-lifecycle.md)
