> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/online-shop/tracking-links.md).

# 追跡リンク

何が効果があり、何が効果がないのかは、どうすればわかるのでしょうか？

**UTM コード**を使用しましょう。

トラッキングリンクビルダーに移動するには、ネットショップタブを選択し、 \[ダッシュボード] > \[リンクの作成] をクリックします。

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

**UTMコードの便利なガイド：本当に効果のあるキャンペーンを知る**

### UTM とは？

UTM は Urchin トラッキング パラメータの略です。さまざまなトラフィックがどこから来ているかを確認するために URL に追加する小さなデータです。これは、Google に買収され、Google Analytics に進化した Urchin という分析ツールで導入されました。いつの間にか、さまざまなツールでマーケティング キャンペーンを追跡するための業界標準になりました。

最近では、ほとんどの分析ツール、マーケティング アプリ、マーケティング自動化ツール、CRM がこれらのパラメータを自動的に検索します。

OpusBoosterでは 3 つの標準パラメータを使用しています。

* **UTM ソース:** そのチャネル内の個々のサイト。たとえば、Facebook に投稿する無償リンクの場合、Facebook はソーシャル メディア内のソースの 1 つになります。Facebook 広告を掲載している場合やリンクの宣伝に費用をかけている場合は、Facebook を有料内のソースとしてラベル付けする必要があります。メールのリンクを作成する場合は、メールを送信するリストを定義します。
* **UTM ミディアム**: これはチャネルだと考えてください。ソーシャル、オーガニック、有料、Eメール、アフィリエイトは、すべて複数のトラフィックソースを含む主要なマーケティングチャネルです。
* **UTM キャンペーン**: 実施している具体的なキャンペーン。ご自身にとって意味のある方法で記入してください。新製品発表、プロモーションキャンペーン、個別のEメールや投稿などを簡単に識別できる名称であれば、どのような名称でも構いません。

> 外部サイト（自分のサイトではないもの）にリンクを貼る場合は、必ずこれらのパラメータを URL に追加します。その後、トラフィックがサイトに流入すると、訪問者がどこから来たかがわかり、そのデータがすべてのマーケティングおよび分析ツールに表示されます。

### トラッキングリンクビルダー

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

トラッキングキャンペーンを作成したら、次に、お好みのオフサイトソースにURLをコピー&ペーストします。

### トラフィックの確認

リンクからトラフィックが発生し始めると、\[**トップソース**] タブですべてのデータを確認できます。

ソースデータは、ユーザーダッシュボードの「CRM」プロパティ内でも表示できます。

<figure><img src="/files/IG65s7IoSe2MT91gO9Qq" 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://docs.opusbooster.com/platform/online-shop/tracking-links.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.
