> 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/resources/target/switch.md).

# 전환 추적 타겟

### 1. 전환 추적 타겟

* 토스애즈의 '**전환 및 추적 연동**' 탭에 **MMP 또는 픽셀**을 연동하셨다면, 연동된 전환 이벤트(예: <kbd>install</kbd>, <kbd>app\_open</kbd> 등)가 발생한 유저를 리/디타겟 할 수 있어요.

### 설정 방법

{% stepper %}
{% step %}

#### **전환 추적 타겟 추가**

<figure><img src="/files/28IN3LfHaSmOs7jFLmIw" alt=""><figcaption></figcaption></figure>

전환 추적 타겟 설정은 아래 경로에서 가능해요.

타겟 탭 → 상단\[+추가] 버튼 클릭 → \[전환 추적] 선택
{% endstep %}

{% step %}

#### **전환 추적 타겟 설정**

전환 추적 타겟을 설정하려면 먼저 **전환 추적 코드**를 추가해야 설정할 수 있어요.

<figure><img src="/files/U2BYA037huIKscQ2ZyWR" alt=""><figcaption></figcaption></figure>

* '<kbd>전환 및 추적 연동</kbd>' 탭에서 설정한 **전환 추적 코드**를 선택해주세요.
* **이벤트**를 선택해주세요.
* **수집 기간**을 선택해주세요.
  * 최근 2/3/5/7/14/30/90/180일 중 선택할 수 있어요.
    {% endstep %}

{% step %}

#### **광고 세트에서 가져오기**

<figure><img src="/files/bU7enoVCuRhvZkWrDboe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OVCMAjgjvlXVEdzfKBYi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 전환 추적 타겟 제외/포함 설정

<figure><img src="/files/IX9KUwGjRD37Fw7abLfM" alt=""><figcaption></figcaption></figure>

* 해당 이벤트 타겟을 제외 또는 포함 시킬 수 있어요.
  {% endstep %}
  {% endstepper %}

### 2. 전환 추적 타겟의 결합 (교집합 / 합집합)

* 전환추적 타겟들끼리의 조합은 교집합이에요.
* 즉, 광고 세트 생성 과정에서 2개의 전환 추적 타겟에 대해 각각 '<kbd>포함</kbd>'과 '<kbd>포함</kbd>'을 했다면, 2개 이벤트에 모두 기여한 유저가 타겟으로 설정돼요.

<figure><img src="/files/IX9KUwGjRD37Fw7abLfM" alt=""><figcaption></figcaption></figure>


---

# 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/resources/target/switch.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.
