> For the complete documentation index, see [llms.txt](https://help.genser.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genser.ai/reference/utm-tracking.md).

# 유입 트래픽 추적 (UTM)

젤라또(gelatto)에서 파트너사 자사몰로 이동(아웃링크)할 때, URL에 UTM 파라미터가 자동으로 추가됩니다. 파트너사에서는 Google Analytics 등 분석 도구를 통해 **젤라또가 기여한** 유입 트래픽과 **전환 성과를 명확하게** 확인하고 성과를 측정할 수 있습니다.

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

사용자가 위 버튼을 클릭하면 파트너사 자사몰로 이동하며, 이때 UTM 파라미터가 자동으로 URL에 추가됩니다.

{% hint style="info" %}
UTM 파라미터는 시스템에서 자동으로 생성됩니다. 별도 설정은 필요하지 않습니다.
{% endhint %}

***

## **1. UTM 파라미터 규칙**

젤라또에서 자사몰로 이동하는 모든 링크에 아래 파라미터가 자동으로 추가됩니다.

| 파라미터            | 설명    | 값            |
| --------------- | ----- | ------------ |
| **utm\_source** | 유입 출처 | `gelatto.ai` |
| **utm\_medium** | 유입 방식 | `referral`   |

사용자가 gelatto에서 상품을 클릭하여 자사몰로 이동하면, URL은 아래와 같은 형태가 됩니다.

```http
https://www.yourshop.com/product/123?utm_source=gelatto.ai&utm_medium=referral
```

***

## **2. Google Analytics에서 확인하는 방법**

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

1. Google Analytics 로그인
2. **트래픽 획득** 보고서로 이동
3. 소스/매체 기준으로 조회
4. **gelatto.ai / referral**로 필터링

***

## **자주 묻는 질문**

<details>

<summary><strong>Q. UTM 파라미터를 원하는 형태로 변경할 수 있나요?</strong></summary>

현재는 표준 규칙으로 자동 생성됩니다. 별도 커스텀이 필요한 경우 <gelatto_sales@plateer.com>로 문의해 주세요.

</details>


---

# 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://help.genser.ai/reference/utm-tracking.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.
