From Campaign to Offer
An Offer is never created in a vacuum. It is the published outcome of a Paylead proposal for a partner merchant that the Program Manager has reviewed and accepted.1
Paylead proposes a Campaign
Paylead submits a Campaign: a raw, unpublished commercial proposal carrying its conditions: eligible Brand, duration, playground range, channel, and targeting rules.
2
The Program Manager reviews it in Shift
The Program Manager reviews each Campaign in Shift and either publishes it as an Offer or rejects it. This is where the Program Manager sets how the playground is split between its own commission and the Cashback returned to the Consumer.
3
The Offer goes live
Once published, the Offer enters the Program catalog and starts surfacing to eligible Consumers.
A Campaign is Paylead’s draft proposal; an Offer is the curated, published promotion the Consumer sees. Only the Program Manager turns one into the other.
How an Offer funds the Program
Offers are not a cost: they are the revenue mechanism. When a Consumer transaction matches an active Offer (a Commissioned Transaction):- Paylead returns a playground to your Program for that transaction.
- The playground splits (per Offer, as the Program Manager decided at publication) between the Program Manager’s commission and the Consumer’s Cashback.
Offer types and states
An Offer’stype sets how the Consumer earns; its state reflects where the Offer is in its life.
What an Offer carries
Every Offer defines the terms a transaction must satisfy to be rewarded:- Eligible Brand: where the purchase must happen.
- A rate: the share of the playground returned to the Consumer.
- Validity period: the window during which the Offer is active.
- Channel: the transactional channel through which the purchase is rewarded: online, in-store, or both.
- Specific conditions: minimum and maximum amounts, capping, targeting.
CASHBACK Offers, the voucher fields to VOUCHER Offers).
Identity and display
Lifecycle and status
Reward and rate (
CASHBACK Offers)
Eligibility conditions
Capping and frequency
Legal
Brand
Voucher-specific (
VOUCHER Offers)
Fetch the catalog
The Paylead API exposes three entry points. Pick the one that matches your UI.- Group by Brand
- List all offers
- Get Offer details
Return one entry per Brand the Consumer is eligible for, with aggregated Offer statistics. Use this for the catalog index screen.Each entry returns the Brand identity, the maximum Cashback rate available, and flags such as
Code examples coming soon. The Paylead API (v2) is still under construction. Request and response examples for this section will be published once the contract is finalized. In the meantime, contact your Paylead account manager for early-access details.
is_boosted and is_consumed.Personalization: Offer Smart Ranking
Consumers do not see the catalog in a fixed order. Offer Smart Ranking personalizes the order of Offers per Consumer, using purchase habits, location, Brand power, and editorial spotlight. It improves catalog relevance and conversion, and requires the Consumer’s explicit consent to perform best.Display and filter behaviors
Three behaviors shape how you render and filter the catalog. The underlying fields are listed in What an Offer carries.- Boosted Offers: show both
default_cashback_rate(baseline) andcashback_rate(current) so the contrast is visible. Filter withis_boosted=trueto surface only active boosts. - Loyalty Offers: filter with
loyalty_frequency__isnull=false, then show progress withfrequency_counteragainstfrequency. - Consumed Offers: flagged
is_consumed=trueonce the per-Consumer cap is reached. Don’t hide them. Display a dimmed “Already claimed” state, and useis_consumed=falseonly on dedicated “available now” screens.
Code examples coming soon. The Paylead API (v2) is still under construction. Request and response examples for this section will be published once the contract is finalized. In the meantime, contact your Paylead account manager for early-access details.
What’s next
Reward lifecycle
Track Rewards generated when Consumers transact on an Offer.
Use an offer
How a Consumer redeems an Offer to earn a Reward.
Promote your program
Surface public Offers to prospects who are not Consumers yet.