# How do I share a campaign and track performance?

Once your redeemables campaign is live, you can share it with guests and track where your claims are coming from.

***

## Share your campaign link

The quickest way to get guests claiming your redeemable is to share your campaign link directly. You can send it via WhatsApp, post it on social media, or include it in your emails.

1. Open your campaign in **Engage > Redeemables**.
2. Click **Share this campaign**.
3. Copy the link and use it in your promotions.

![](/files/qqA0mdO8BCXpsDgJqjA2)

You can also feature your campaign through your Virtual Lounge, or manually issue a redeemable directly to a specific guest from the campaign page.

***

## Add UTM tags to track your marketing channels (optional)

Merchant Admin automatically records every claim and redemption. If you want to know which marketing channel drove those claims, add UTM tags to your campaign link.

UTM tags are short parameters you append to a URL. For example, to track claims from an email campaign:

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

Here are the recommended UTM tags by channel:

| Channel      | utm\_campaign                 | utm\_source                                                                 | utm\_medium |
| ------------ | ----------------------------- | --------------------------------------------------------------------------- | ----------- |
| Email        | Your campaign name (optional) | optional                                                                    | `email`     |
| SMS          | Your campaign name (optional) | optional                                                                    | `sms`       |
| Social Media | Your campaign name (optional) | `facebook`, `fb`, `instagram`, `ig`, `tiktok`, `tt`, `twitter`, `x`, `line` | optional    |

Attribution works on a last non-direct touch basis — direct traffic is excluded, and 100% of the credit goes to the last marketing channel the guest interacted with before claiming.

***

## View analytics

After sharing your campaign link, you can monitor its performance directly in the campaign view.

1. Open your campaign in **Engage > Redeemables**.
2. Click the **Analytics** tab.

![](/files/WhldRx6PvIFVBVyyYc1I)

The analytics tab shows claims and redemptions broken down by channel, giving you a clear picture of which promotions are driving results.


---

# 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://www.oddle.me/docs/help-center/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.
