> For the complete documentation index, see [llms.txt](https://toss-ads.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toss-ads.gitbook.io/guide/tracking/mat.md).

# MMP로 광고 성과 측정하기

사용 중인 모바일 측정 파트너(MMP)를 토스애즈와 연동하면 광고를 통해 발생한 전환을 MMP에서 확인할 수 있어요. 토스애즈는 애드저스트, 앱스플라이어, 에어브릿지, 디파이너리, 브랜치, 싱귤러와 연동할 수 있어요.

MMP는 앱뿐 아니라 웹 측정도 지원할 수 있지만, 지원 범위와 설정 방법은 MMP마다 달라요. 사용 중인 MMP를 아래에서 선택하고 가이드에 따라 연동해 주세요.&#x20;

{% hint style="info" %}
**웹 광고 성과를 측정하려고 하나요?**

사용 중인 MMP가 웹 측정을 지원한다면 해당 MMP로 연동할 수 있어요. MMP 대신 토스 픽셀을 사용하려면 [토스 픽셀로 웹 광고 성과 측정하기](/guide/tracking/tosspixel.md)를 확인해 주세요.
{% endhint %}

## MMP 연동 가이드

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>애드저스트</strong></td><td>전환 추적 코드를 만들고 애드저스트와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/dQKc8nQKCEryawdc0NNM">/pages/dQKc8nQKCEryawdc0NNM</a></td></tr><tr><td><strong>앱스플라이어</strong></td><td>전환 추적 코드를 만들고 앱스플라이어와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/6EzcVzsIGzkpl62Dn5At">/pages/6EzcVzsIGzkpl62Dn5At</a></td></tr><tr><td><strong>에어브릿지</strong></td><td>전환 추적 코드를 만들고 에어브릿지와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/DIi6awFpEtvKW5cW53qa">/pages/DIi6awFpEtvKW5cW53qa</a></td></tr><tr><td><strong>디파이너리</strong></td><td>전환 추적 코드를 만들고 디파이너리와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/krSqE6NHYMBExyOSPjMP">/pages/krSqE6NHYMBExyOSPjMP</a></td></tr><tr><td><strong>브랜치</strong></td><td>전환 추적 코드를 만들고 브랜치와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/pJAzWXehoA0SJJ7dhoAW">/pages/pJAzWXehoA0SJJ7dhoAW</a></td></tr><tr><td><strong>싱귤러</strong></td><td>전환 추적 코드를 만들고 싱귤러와 토스애즈를 연동하는 방법을 확인해요.</td><td><a href="/pages/si6wR3SsUC4xwdnnVAf3">/pages/si6wR3SsUC4xwdnnVAf3</a></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://toss-ads.gitbook.io/guide/tracking/mat.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.
