# UTM 설정

## UTM 이란?

원해의 광고 성과 대시보드뿐만 아니라 유료 광고(Paid-Ad)를 하고 있다면 정확한 성과 측정을 위해서 UTM 설정은 필수적이에요. 다양한 매체와 소스를 통해서 광고를 하는 디지털 마케팅 캠페인 데이터를 측정하기 위해서 UTM 설정하는 법을 알려드릴게요.

{% hint style="info" %}
UTM 은 Urchin Tracking Module의 약자로 구글이 인수한 Urchin Software Company가 소개한 방식이나 대부분의 마케터들은 UTM을 사용해요.
{% endhint %}

## UTM 매개변수란?

우리가 일반적으로 알고 있는 URL 맨 뒷부분에 추가할 수 있는 짧은 값이에요. 우선 UTM이 무엇인지 이해가지 전에 URL 에 대해서 정리한 이미지를 참고하면 도움이 될거에요.

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

물음표 뒤에 있는 "utm\_source=google"이 매개변수에요. UTM 매개변수를 사용해서 어떤 광고매체의 어떤 카테고리, 어떤 캠페인, 어떤 키워드, 어떤 콘텐츠로 발생한 이벤트 인지 추적할 수 있어요.&#x20;

UTM 매개변수를 추가한 예시는 아래와 같아요

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

## UTM 매개변수의 종류

&#x20;다섯가지의 매개변수를 가장 많이 사용해요

* utm\_source: 보통 어떤 광고 플랫폼인지를 적어요
* utm\_medium: 어떤 매체 카테고리를 통해
* utm\_campaign: 어떤 마케팅 캠페인을 통해 유입되었는가
* utm\_term: (선택) 유입된 검색 키워드 등 캠페인 관련 추가 정보
* utm\_content: (선택) 유입된 광고 등 캠페인 관련 추가 정보

&#x20;

{% hint style="info" %}
&#x20;이 UTM 매개변수를 모두 한개의 링크로 만들게 되면 링크가 매우 길어지고, 쿼리 스트링에 한글이 포함되면 걷잡을 수 없이 길어져서 대부분 bitly 나 blink 같은 URL 단축기를 사용해요.
{% endhint %}

## 간단하게 생성하는 법

[구글의 URL 빌더](https://ga-dev-tools.appspot.com/campaign-url-builder/)를 사용하면 간단하게 UTM 매개변수를 만들 수 있어요.


---

# Agent Instructions: 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:

```
GET https://onehae.gitbook.io/onehae-v2/setting/utm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
