> 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/ko/data-api/api-overview/http-persistence-ad-caching-endpoints-1.md).

# HTTP 지속성 및 엔드포인트

## HTTP 지속성

Epsilon Retail Media 에는 지속적인 HTTP 연결이 필요합니다. 그렇지 않으면 광고 생성 요청에 더 오랜 시간이 걸리고 응답 시간이 예상보다 느려집니다. 최적의 속도로 Epsilon Retail Media의 서비스를 받을 수 있도록 새 광고 생성 요청이 이루어질 때마다 새 연결을 생성하지 않고 지속적인 연결을 통해 광고 생성 요청을 해야 합니다.

생성되는 모든 TLS 핸드셰이크에는 비용이 발생하며, TLS 핸드셰이크가 많이 수립될수록 Epsilon Retail Media 에서 귀하의 이커머스 웹사이트로의 데이터 전송 비용이 커집니다. 지속적인 HTTP 연결을 유지하면 혼잡을 방지하고 HTTP 응답 시간을 개선할 수 있습니다.

{% hint style="info" %}
HTTP 지속적인 연결에 대해 자세히 알아보려면 다음 리소스를 방문하세요:

<https://en.wikipedia.org/wiki/HTTP_persistent_connection>

<https://tools.ietf.org/html/rfc7230#section-6.4>
{% endhint %}

## 엔드포인트 URL

이커머스 서버와 이커머스 사이트를 연결하는 엔드포인트의 이름은 원하는 대로 자유롭게 지정할 수 있습니다. ***하지만*** 네이티브 광고 솔루션으로서, Epsilon Retail Media 에서는 'ads'가 포함된 엔드포인트 이름 구조를 피할 것을 권장합니다.

{% hint style="info" %}
엔드포인트에 'ads'가 포함되어 있으면 광고 차단에 훨씬 더 취약해져 수익 창출 기회가 줄어듭니다.
{% 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/ko/data-api/api-overview/http-persistence-ad-caching-endpoints-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.
