> 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/tag.md).

# 전환 추적 코드 관리

앱 또는 웹 광고 성과 측정에 사용할 전환 추적 코드를 준비하고 관리해요. 처음 연동한다면 코드 생성부터 시작하고, 필요한 작업에 따라 다음 문서를 확인해 주세요.

## 새 코드 만들기

광고계정에서 사용할 전환 추적 코드를 처음 만든다면 생성 방법을 확인해요.

{% content-ref url="/pages/vUx9dAZ7T3BAMT0uUYOk" %}
[전환 추적 코드 생성](/guide/tracking/tag/code_generation.md)
{% endcontent-ref %}

## 코드 공유·이관하기

기존 코드를 다른 광고계정과 함께 사용하거나 소유권을 옮기려면 공유·이관 방법을 확인해요.

{% content-ref url="/pages/oujTJ170Q4wU2XamX7W0" %}
[전환 추적 코드 공유·이관](/guide/tracking/tag/privacy_control.md)
{% endcontent-ref %}

## 추적할 전환 이벤트 확인하기

토스애즈에서 지원하는 앱·웹 전환 이벤트와 연동 문서를 확인해요.

{% content-ref url="/pages/bx4VxEmCKFn0l6wgonVr" %}
[전환 이벤트](/guide/tracking/tag/tracked-events.md)
{% endcontent-ref %}

## 연동 상태 확인하기

코드를 연동한 뒤에는 전환 추적 및 연동 현황에서 상태를 확인해요.

{% content-ref url="/pages/yYd7uyF0ITDgK1Z7xdvb" %}
[전환 추적 및 연동 현황](/guide/tracking/tag/tracking_status.md)
{% endcontent-ref %}


---

# 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/tag.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.
