> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paylead.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# From Campaigns to Offers

> Browse the Campaigns merchants send to your Program, review their conditions, and publish them as Consumer-facing Offers from Shift.

<Warning>
  **Work in progress, under review.** This page is not validated yet and may contain inaccuracies. Track and record its status in the [documentation review tracker](https://www.notion.so/22a535a8f8794ec8aa19f56cbb5f749a). This banner is removed once the page is validated.
</Warning>

In Shift, the catalog flows in two stages. A merchant submits a [Campaign](/glossary#campaign): the raw promotional intent, with the merchant's commercial conditions attached. As a [Program Manager](/glossary#program-manager), you review that Campaign and decide whether to publish it as an [Offer](/glossary#offer), the customized, [Consumer](/glossary#consumer)-visible item that appears in your bank app.

<Info>
  **Campaign** = what the merchant proposes. **Offer** = what you publish. One Campaign can produce one or several Offers (for example, one Offer per [Segment](/glossary#segment)).
</Info>

## Browse available Campaigns

All Campaigns sent to your [Program](/glossary#program) live in the **Campaigns** section of Shift. Campaigns can come from several sources (Paylead, LBS, or Vouchers) and each source is exposed only if it has been activated on your Program.

<Note>
  Sources are gated by your Shift configuration. To activate or deactivate a source, contact your Paylead administrator.
</Note>

Campaigns are organized by status:

| Status        | Meaning                                                                                                           |
| ------------- | ----------------------------------------------------------------------------------------------------------------- |
| **Available** | Sent by the merchant, not yet processed. Not visible to Consumers. You can convert it into an Offer or reject it. |
| **Accepted**  | You converted the Campaign into an Offer. Visible to Consumers once the Offer's start date is reached.            |
| `Rejected`    | You declined the Campaign. It stays archived for reference.                                                       |

Each Campaign row in the list shows:

* **Brand**: the [Brand](/glossary#brand) the Campaign comes from.
* **Universes**: the universes the Brand belongs to.
* **Parameters**: flags such as the loyalty-frequency indicator, which marks Campaigns that reward a [Consumer](/glossary#consumer) only after a defined number of qualifying purchases (for example, a [Cashback](/glossary#cashback) on every fourth purchase at Acme Coffee).
* **Activation Period**: the window during which the Campaign can run.
* **Fees**: the range of commission rates available for your Program.
* **Channel**: online, in-store, or both.
* `Active`: present when the Campaign is currently live.

From the row, you can open the Campaign details, or reject the Campaign if you do not plan to publish it. Rejected Campaigns remain accessible from the `Rejected` tab.

<Tip>
  Each time a merchant submits a new Campaign, Paylead emails the Program Managers configured on your Program.
</Tip>

## Review Campaign details

Opening a Campaign exposes the full set of conditions the merchant attached to it. Use this view to decide whether the commercial terms fit your Program before you publish.

The **Campaign** area covers the operating envelope:

* **Activation**: the period during which the Campaign can be deployed.
* **Rewarded Price Range**: the purchase amount band that qualifies for a Reward. A purchase below the minimum is not rewarded; a purchase above the maximum is rewarded on the capped amount.
* **Channel**: online stores, physical stores, or both.
* **Fees**: the commission-rate range the merchant offers your Program.
* **Audience**: the number of Consumers potentially targeted.
* **Capping**: the maximum number of times a single Consumer can be rewarded on this Campaign.
* **Maximal Transaction Eligible Amount**: the hard ceiling above which no [Reward](/glossary#reward) is triggered at all. Distinct from the Rewarded Price Range: this one disqualifies the transaction entirely.
* **Control Group**: whether a slice of the eligible audience is excluded so you can measure the Campaign's incremental impact.
* **Remaining Time**: time left before the Campaign expires.

Three blocks complete the picture:

* **Targeting**: whether the Campaign carries eligibility criteria.
* **Brand Details**: the merchant Brand description.
* **Guidelines**: the Offer description and legal terms proposed by the merchant.

Once you publish an Offer from this Campaign, the Offer appears in the lower section of the Campaign details page for easy back-and-forth.

## Publish an Offer from a Campaign

From the Campaign details page, click **Create an Offer** to open the configuration window. The Offer you create is bound to the source you selected in the Shift header (Paylead, LBS, AWIN, or Vouchers).

<Steps>
  <Step title="Name the Offer">
    Pick a short, Consumer-facing name. This is what Sophie will see in the Bank Lyra app catalog.
  </Step>

  <Step title="Pick a Segment (optional)">
    If your Program has [Segments](/glossary#segment) configured, choose the audience this Offer targets. The Segments dropdown only appears when at least one Segment exists.
  </Step>

  <Step title="Set Custom Dates (optional)">
    By default, the Offer inherits the Campaign's Activation Period. Toggle **Custom Dates** to define your own start and end date, for example to limit the Offer to the duration of a marketing push.
  </Step>

  <Step title="Adjust the Reward rate / Fees cursor">
    The cursor splits the [playground](/glossary#playground) between your Program's commission and the Consumer's Cashback. Move it right to give a larger share to the Consumer; move it left to retain more commission. The circle on the right shows the resulting share.
  </Step>

  <Step title="Restrict to your main bank (optional)">
    If your Program has a main bank declared, toggle **Only Reward transactions from `{bank name}`** to exclude transactions from other banks. The toggle only shows when a main bank is configured.
  </Step>

  <Step title="Write the description">
    Describe the Offer in Consumer-facing language. This text shows up on the Offer detail screen.
  </Step>

  <Step title="Review the Legal Terms">
    The Legal Terms field is mandatory and pre-filled with tags provided by the merchant when the Campaign was launched. Use the **Start date** and **End date** buttons to insert dynamic tags; they expand to the date the Consumer became eligible and the date they leave the audience.
  </Step>

  <Step title="Publish">
    Click **Publish**. The Offer is linked to the Campaign and listed in the Campaign details page.
  </Step>
</Steps>

<Note>
  Click the image in the upper-right of the configuration window to pick a visual for the Offer. You can choose from the six illustrations the merchant provided with the Campaign.
</Note>

<Tip>
  Duplicate an existing Offer to seed a new one with the same configuration, useful when you want to publish parallel Offers for different Segments, or roll over an Offer that just ended.
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="Edit an Offer" icon="square-pen" href="/program/shift/edit-an-offer">
    Adjust a published Offer, including its Reward rate phases.
  </Card>

  <Card title="Offer Performance" icon="chart-line" href="/program/shift/offer-performance">
    Track turnover, Rewards triggered, and fees per Offer.
  </Card>

  <Card title="Segments" icon="user-cog" href="/program/shift/configure-your-program#segments">
    Define the audiences you can target when publishing an Offer.
  </Card>
</CardGroup>
