> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/help-center-zh/oddle-enrolments/how-do-i-share-a-campaign-and-track-performance.md).

# 如何分享活動並追蹤成效？

當你的兌換活動上線後，你可以與顧客分享，並追蹤他們的領取來源。

***

## 分享你的活動連結

最快讓顧客開始領取你的兌換項目的方式，就是直接分享你的活動連結。你可以透過 WhatsApp 傳送、發佈到社群媒體上，或加入到電子郵件中。

1. 在你的活動中 **互動 > 可兌換項目**.
2. 點擊 **分享此活動**.
3. 複製連結並將其用於你的推廣。

![](/files/2695a95b45196adc0c6d69a1aadccd01e7135498)

你也可以透過你的虛擬休息室展示此活動，或在活動頁面中手動直接向特定顧客發送兌換項目。

***

## 新增 UTM 標記以追蹤你的行銷管道（選填）

Merchant Admin 會自動記錄每一次領取與兌換。如果你想知道是哪些行銷管道帶來了這些領取，請在你的活動連結中加入 UTM 標記。

UTM 標記是你附加到網址上的簡短參數。例如，要追蹤來自電子郵件活動的領取：

`https://oddle.io/examplelink?utm_medium=email`

以下是依管道推薦的 UTM 標記：

| 管道   | utm\_campaign | utm\_source                                                                 | utm\_medium |
| ---- | ------------- | --------------------------------------------------------------------------- | ----------- |
| 電子郵件 | 你的活動名稱（選填）    | 選填                                                                          | `電子郵件`      |
| 簡訊   | 你的活動名稱（選填）    | 選填                                                                          | `簡訊`        |
| 社群媒體 | 你的活動名稱（選填）    | `facebook`, `fb`, `instagram`, `ig`, `tiktok`, `tt`, `twitter`, `x`, `line` | 選填          |

歸因採用最後一次非直接接觸原則 — 直接流量會被排除，且 100% 的功勞會歸於顧客在領取前最後互動的行銷管道。

***

## 查看分析

分享你的活動連結後，你可以直接在活動檢視中監控其成效。

1. 在你的活動中 **互動 > 可兌換項目**.
2. 點擊 **分析** 分頁。

![](/files/064842232042f9c5ebb7d4e1464b5602c30a1f1f)

分析分頁會依管道顯示領取與兌換情況，讓你清楚看出哪些推廣活動正在帶來成效。


---

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

```
GET https://www.oddle.me/docs/help-center/help-center-zh/oddle-enrolments/how-do-i-share-a-campaign-and-track-performance.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.
