In addition to our built-in reward conditions, you can now customize partner rewards based on any arbitrary metadata you attach to your tracking events.
Some examples include:
- Billing cycle reward tiers (e.g. higher rewards for annual plans vs. monthly plans)
- Custom sale types (e.g. different reward percentages for
tradevsdepositevents) - Company size tiers (e.g. higher pay-per-lead rewards for leads from larger companies)
The metadata prop is supported via our /track/lead and /track/sale API endpoints. If you're using our Stripe integration, the sale metadata is automatically pulled from:
- Stripe
checkout.sessionmetadata for one-time/subscription checkouts - Stripe
invoicemetadata for recurring invoice payments
Learn more about how to customize your partner rewards based on arbitrary metadata.









