# Server-to-Server 연동

- [연동 방법](https://document.wisetracker.co.kr/v2-developer/server-to-server/integration.md)
- [연동 이벤트](https://document.wisetracker.co.kr/v2-developer/server-to-server/event.md): Server-to-server 연동이 구현된 End-Point는 이벤트 데이터가 없이 전송된 데이터는 처리하지 않습니다. 즉, SESSION 데이터 그룹만 보내지는, 요청에는 아무런 응답을 하지 않으며, 반드시 logEvent, 또는 logPurchase 와 관련된 데이터가 포함되어 있어야 합니다.
- [연동 데이터 요약](https://document.wisetracker.co.kr/v2-developer/server-to-server/data_summary.md): Server-to-server 연동 데이터 전송 시, 사용 가능한 데이터 항목은 다음과 같습니다. 아래 서술된 데이터 이외에 추가로 필요하신 데이터에 대하여는 tech@wisetracker.co.kr로 문의해 주시기 바랍니다.


---

# Agent Instructions: 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:

```
GET https://document.wisetracker.co.kr/v2-developer/server-to-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
