> For the complete documentation index, see [llms.txt](https://adagio-io.gitbook.io/adagio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adagio-io.gitbook.io/adagio-documentation/openrtb-s2s-endpoint/endpoints-integrations.md).

# Endpoints Integrations

Adagio offers **regional endpoints** to ensure **optimal latency** and meet **compliance requirements**. Choose the endpoint that matches your main traffic region or the location of the server making the request.

{% hint style="danger" %}
**Serious risk of underperformance:** If you don’t send your request to the proper regional endpoint, you’ll face **higher latency** and **lose** the chance to take **advantage** of demand partners’ region-specific campaigns.
{% endhint %}

{% hint style="warning" %}
**`{PUBLISHER_ID}` in the table below should be replaced by the ID that can be found under** Settings > General in the [Adagio Manager](https://app.adagio.io). Otherwise, reach out to <contact@adagio.io>. \
\
**Setting the wrong value will result in the request being ignored!**
{% endhint %}

<table><thead><tr><th width="97">Region</th><th width="393.6640625">URL</th><th width="83">Method</th><th width="127">City</th><th width="246.28515625">Data Center</th></tr></thead><tbody><tr><td>AMER</td><td><code>https://mp-las.4dex.io/ortb/{PUBLISHER_ID}</code></td><td>POST</td><td>Las Vegas</td><td>GCP us-west4</td></tr><tr><td>EMEA</td><td><code>https://mp-ams.4dex.io/ortb/{PUBLISHER_ID}</code></td><td>POST</td><td>Amsterdam</td><td>GCP europe-west4</td></tr><tr><td>APAC</td><td><code>https://mp-tyo.4dex.io/ortb/{PUBLISHER_ID}</code></td><td>POST</td><td>Tokyo</td><td>GCP asia-northeast1</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://adagio-io.gitbook.io/adagio-documentation/openrtb-s2s-endpoint/endpoints-integrations.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.
