> ## Documentation Index
> Fetch the complete documentation index at: https://help-empuls.xoxoday.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reward campaigns

> Run structured, time-bound recognition cycles with built-in governance rules that keep recognition fair and auditable.

Reward campaigns (also called reward programs) let you run structured, time-bound recognition cycles. Rather than allowing ad-hoc nominations year-round, you define a window when nominations are open, set point budgets for the cycle, and configure governance rules to prevent favouritism.

Reward campaigns are particularly useful for:

* Annual recognition programmes like "Best Innovation" or "Team of the Year"
* Quarterly performance recognition cycles
* Festival or seasonal recognition events

## Video walkthrough

<iframe src="https://app.trupeer.ai/embed/0I6o4JQEl" width="100%" height="450" frameborder="0" allowfullscreen style={{borderRadius: '12px', border: 'none', display: 'block'}} />

### Create a reward campaign

<Steps>
  <Step title="Navigate to Reward Campaigns">
    Go to **Admin Dashboard > Programs > Reward Campaigns** and click **Create Reward Program**.

    <Frame>
      <img src="https://mintcdn.com/empuls/_64PzH77Q1CYgFB7/images/Screenshot-2026-05-26-181538.png?fit=max&auto=format&n=_64PzH77Q1CYgFB7&q=85&s=80637394946582bccee8a36d8763f6b3" alt="Reward Campaigns page with Create Reward Program button highlighted" width="1898" height="845" data-path="images/Screenshot-2026-05-26-181538.png" />
    </Frame>
  </Step>

  <Step title="Add program details">
    Enter a **Program Name** and **Description**. Select the awards to include in this campaign from the dropdown, and enter the total points budget allocated for the cycle.

    <Frame>
      <img src="https://mintcdn.com/empuls/nX8B9uiX7WhvTklV/images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_25_33.png?fit=max&auto=format&n=nX8B9uiX7WhvTklV&q=85&s=31564d900d1c1401a030007e88bb78b3" alt="Program details form with name, description, awards, and points budget fields" width="1495" height="979" data-path="images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_25_33.png" />
    </Frame>
  </Step>

  <Step title="Select participants">
    Click the pen icon to define who can submit nominations in this campaign. You can include everyone or filter by designation, department, location, or other attributes. Click **Save and Continue**.

    <Frame>
      <img src="https://mintcdn.com/empuls/_64PzH77Q1CYgFB7/images/Screenshot-2026-05-26-182250.png?fit=max&auto=format&n=_64PzH77Q1CYgFB7&q=85&s=9b3b2f1e4e19911c6542a92f06189b37" alt="Participant selection panel filtering nominators by attributes like department" width="1423" height="323" data-path="images/Screenshot-2026-05-26-182250.png" />
    </Frame>
  </Step>

  <Step title="Set nomination limits (optional)">
    Toggle **Yes, Set Limit** to cap the number of nominations per award. Enter the maximum number per award (up to 99). This prevents any single award category from being flooded with nominations.
  </Step>

  <Step title="Configure dates">
    Set the **start date and time** for collecting nominations, the **end date** to stop accepting new nominations, and the final **program close date**. You can also configure a custom announcement email and a home page banner to promote the campaign.

    <Frame>
      <img src="https://mintcdn.com/empuls/nX8B9uiX7WhvTklV/images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_29_45.png?fit=max&auto=format&n=nX8B9uiX7WhvTklV&q=85&s=3a11d721ec89a19f64b4785ac187b725" alt="Campaign date settings for nomination window, close date, and announcement email" width="1490" height="1116" data-path="images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_29_45.png" />
    </Frame>
  </Step>

  <Step title="Set governance rules">
    Empuls includes built-in guardrails to ensure fair recognition:

    * **Reciprocal recognition:** Flags or blocks situations where two employees only nominate each other.
    * **Repetitive recognition:** Flags nominations where the same person is nominated by the same person multiple times within a configurable window.
    * **Over-recognition:** Flags excessive nominations for the same individual.

    For each rule, choose the enforcement level:

    * **Observe mode:** Logs violations for admin review without blocking the action.
    * **Restricted mode:** Blocks the action and asks the user to make a change.
          <Frame>
            <img src="https://mintcdn.com/empuls/nX8B9uiX7WhvTklV/images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_35_46.png?fit=max&auto=format&n=nX8B9uiX7WhvTklV&q=85&s=1fb2d72c816de5433f87ab604e346752" alt="Governance rules with Observe and Restricted mode toggles for fairness controls" width="1558" height="1205" data-path="images/screencapture-compassindia-empulsdemo-xoxoday-home-reward-cycle-create-2026-05-26-18_35_46.png" />
          </Frame>
  </Step>

  <Step title="Save and launch">
    Review all settings and click **Save and Continue** to activate the campaign. Selected participants receive an announcement email and see the campaign banner on their home page.
  </Step>
</Steps>

### Monitor a running campaign

The **Reward Program Dashboard** (under **Programs > Reward Campaigns**) shows active and completed campaigns. Click any campaign to access:

* **Submission Details:** Total nominations received, who submitted them, number of participants. Send reminder nudges to all participants or filter by award and nominator.
* **Review Details:** Nominations awaiting review, approved, and declined. Send nudges to reviewers with pending actions.
* **Governance Report:** A log of rule violations in observe mode.

To copy a completed campaign for next quarter, click the three-dot icon on the campaign card and select **Make a Copy**. The dates automatically shift to the next period.

## Governance rules

Reward governance lets Super Admins define rules that prevent misuse — circular nominations, repeated nominations, and budget overrun — without requiring manual HR intervention.

### Available rules

<Columns cols={3}>
  <Card title="Reciprocity restriction" icon="arrow-right-arrow-left">
    An employee cannot reward someone who has already rewarded them within the same cycle, preventing point-swapping between friends.
  </Card>

  <Card title="Duplicate recognition control" icon="copy">
    A user cannot reward or nominate the same person more than once per cycle. Approvers can only approve one nomination per person per category per cycle.
  </Card>

  <Card title="Reward distribution balancing" icon="scale-balanced">
    An employee cannot receive more than one reward in the same award category per cycle, ensuring recognition spreads broadly across the workforce.
  </Card>
</Columns>

### Enforcement levels

| Mode                | What happens                                                                                                    |
| ------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Observe mode**    | The action proceeds but the violation is logged in the Governance Report for admin review.                      |
| **Restricted mode** | The action is blocked and the user sees an explanation prompt (e.g., "You have reached your nomination limit"). |

### Real-time messages

When a rule triggers, Empuls shows clear in-product messaging:

| Rule                      | Observe message                                                   | Restricted message                                                         |
| ------------------------- | ----------------------------------------------------------------- | -------------------------------------------------------------------------- |
| **Reciprocity**           | "Reciprocal reward detected — consider whether this is unbiased." | "Action not allowed: reciprocal rewards are blocked to maintain fairness." |
| **Duplicate recognition** | "Duplicate detected — consider recognising someone else."         | "Duplicate blocked: you cannot reward this person again this cycle."       |
| **Category balancing**    | "Recipient was already recognised in this category."              | "Duplicate category blocked: only one reward per category is allowed."     |

### Governance report

The **Governance Report** (accessible inside each campaign dashboard) logs every rule violation. Each row shows the date, the giver and receiver, which rule was triggered, the enforcement mode in effect, and the outcome (allowed, warned, or blocked). Use the report to monitor behaviour, assess rule impact, and tune your policies over quarter.

<Note>
  Governance rules apply per campaign cycle. The same employees can recognise each other freely across different campaigns.
</Note>
