> For the complete documentation index, see [llms.txt](https://docs.targetpick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.targetpick.io/targetpick_eng/report-api.md).

# Report API

- [광고주](https://docs.targetpick.io/targetpick_eng/report-api/adv.md): 캠페인을 집행한 광고주용 API 입니다. 담당자를 통해 광고주 계정과 API Key를 발급해주세요.
- [대행사](https://docs.targetpick.io/targetpick_eng/report-api/agency.md): 캠페인을 집행한 대행사용 API 입니다. 담당자를 통해 대행사 계정과 API Key를 발급해주세요.
- [미디어렙사](https://docs.targetpick.io/targetpick_eng/report-api/rep.md): 캠페인을 집행한 미디어렙사용 API 입니다. 담당자를 통해 미디어렙사 계정과 API Key를 발급해주세요.
- [퍼블리셔](https://docs.targetpick.io/targetpick_eng/report-api/pub.md): 매체를 통해 발생된 광고 데이터 및 정산 금액을 확인할 수 있는 API 입니다. 매체 담당자를 통해 퍼블리셔 API Key를 발급해주세요.
- [MMP(Tracker)](https://docs.targetpick.io/targetpick_eng/report-api/mmp.md): MMP에서 Targetpick 광고 데이터를 활용하기 위한 API 입니다.


---

# 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://docs.targetpick.io/targetpick_eng/report-api.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.
