Skip to content

Commit b03b993

Browse files
authored
New vs recurring sale example (#373)
1 parent 3b16adf commit b03b993

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

help/article/partner-rewards.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,33 @@ For creating tiered rewards based on the sale amount. In this example, we're giv
309309
| If `Sale` `Amount` `is greater than or equal to` `$100` | Then pay a `Percentage` of `60%` per sale | Higher reward for sales over $100 |
310310
| If `Sale` `Amount` `is less than or equal to` `$100` | Then pay a `Percentage` of `60%` per sale | Lower reward for sales under $100 |
311311

312+
### New vs. recurring sales
313+
314+
Tailor your reward amount based on whether the sale is the customer's first sale or a recurring sale. During reward creation, select `Sale` as the condition type and then choose `Type` as the condition field. This will allow you to differentiate between new and recurring sales.
315+
316+
<Frame>
317+
<img
318+
src="/images/dub-partners/reward-example-firstsale.png"
319+
alt="First-sale bonus condition example"
320+
/>
321+
</Frame>
322+
323+
In this example, we're rewarding partners with a 80% reward for the first sale while keeping the standard recurring commission for all other sales:
324+
325+
<Frame>
326+
<img
327+
src="/images/dub-partners/reward-example-firstsale-selected.png"
328+
alt="First-sale bonus selected condition example"
329+
/>
330+
</Frame>
331+
332+
This is especially useful for subscription-based products, where you may want to offer a higher reward for the first sale to incentivize partners to acquire new customers, while offering a lower reward for recurring sales, while combining with other conditions.
333+
334+
| Condition | Reward | Description |
335+
| --------------------------------- | ----------------------------------------- | ----------------------------------- |
336+
| If `Sale` `Type` `is` `new` | Then pay a `Percentage` of `80%` per sale | First-sale bonus for new customers |
337+
| If `Sale` `Type` `is` `recurring` | Then pay a `Percentage` of `30%` per sale | Standard reward for recurring sales |
338+
312339
## Updating a partner group's reward configuration
313340

314341
You can update a [partner group's](/help/article/partner-groups) reward configuration at any time. When this happens, historical commissions won't be updated.
65.6 KB
Loading
54 KB
Loading

0 commit comments

Comments
 (0)