What quota credit policies prevent gaming while rewarding split deals, expansions, and net-new accounts?

Quota Credit Policies for Complex Deals
BRIEF: Split credits by role (100% net-new sourcer, 60% overlay closer, 40% expansion owner); credit expansions at 25–40% of new deal rate; enforce anti-gaming rules (no double-credit).
DETAIL:
Quota credit policies determine who gets credit—and how much—when a deal closes. Without clear rules, reps argue over ownership, misreport sources, and game systems to hit numbers without driving actual revenue.
Core credit architecture:
Start with these role-based splits:
| Deal Type | Source Credit | Close Credit | Renewal Credit | Total |
|---|---|---|---|---|
| Net-New (sourced & closed by same rep) | 100% | 0% | 50% | 150% |
| Net-New (different reps) | 75% | 25% | 50% | 150% |
| Overlay (overlay rep participates) | 0% | 60% overlay, 40% AE | 0% | 100% |
| Expansion | 0% | 50% | 50% | 100% |
| Multi-year (year 1–3 net-new) | 100% | 0% (spread across periods) | 0% | 100% |
Expansion quota credit design:
Expansion deals carry lower quota weight than net-new. Use 25–40% of new deal rate depending on deal size ratio:
- If expansion value is ≤20% of ARR, credit at 25%
- If expansion value is 21–50% of ARR, credit at 40%
- If expansion value is >50% of ARR, credit at 50% (approaching net-new economics)
Anti-gaming enforcement:
Implement three controls:
- No double-credit rule: One deal gets one primary source tag. If rep debates, manager decides before deal closes (not retroactively).
- Overlay qualification threshold: Overlay rep must document 2+ meetings, 1+ presentation, or deal value advancement. One email reply ≠ credit.
- Expansion-only lock: Existing customers cannot revert to net-new status. One contract lifecycle per customer per period.
Quarterly audit process:
Quarterize credit audits. Pavilion data shows 18% of SaaS teams discover 5–8% of quota credit is misallocated annually due to policy drift. Run this query monthly:
`` SELECT Account, Deal_Value, Credit_Amount, [Source_Rep, Close_Rep], SUM(Credit_Amount) OVER (PARTITION BY Deal_ID) as Total_Credit FROM Salesforce_Deals WHERE Quarter = Current_Q HAVING Total_Credit > 1.0 OR Total_Credit < 1.0 ``
Investigate rows where Total_Credit ≠ 100% (split deals) or duplicates (one deal, two credit entries).
Regional overlay complexity:
When overlay reps or enterprise reps join deals, define deal size thresholds:
- <$30K deals: AE keeps 100% credit (no overlay unless AE requests)
- $30K–$100K: AE 60%, overlay 40%
- >$100K: AE 50%, overlay 50%
Document overlay participation in Salesforce Opportunity History so reps can't dispute months later.
Bridge Group's sales operations handbook emphasizes: reps understand the rules upfront, not when disputed. Post your credit policies in Slack, Confluence, and manager 1-on-1 agendas.
TAGS: quota-credit, split-deals, expansion-credit, overlay-reps, anti-gaming, net-new-vs-expansion, pavilion, bridge-group, sales-operations, quota-allocation, deal-type-classification, rep-gaming, fairness, forecasting, compensation-impact
Source Stack
- Andreessen Horowitz "16 Startup Metrics": https://a16z.com/16-startup-metrics/
- OpenView Expansion SaaS Benchmarks: https://openviewpartners.com/expansion-saas-benchmarks/
- Bessemer "10 Laws of Cloud": https://www.bvp.com/atlas/10-laws-of-cloud
- First Round Review: https://review.firstround.com/
- Lenny\'s Newsletter benchmark archive: https://www.lennysnewsletter.com/
- HubSpot State of Sales Report: https://www.hubspot.com/state-of-marketing
Verified Financial Benchmarks (2024-2025)
| Metric | Verified figure | Source |
|---|---|---|
| Rule of 40 median (Series B+) | 34-42 | Bessemer |
| ARR per employee (Series B) | $130K-$190K | OpenView |
| ARR per employee (Series D+) | $230K-$320K | Bessemer |
| Top-quartile mid-market ARR growth | 45-65% YoY | Bessemer |
| Median runway at Series A | 22-28 months | Carta |
| Median founder dilution Series A | 18-22% | Carta |
| Median founder dilution through C | 52-62% total | Carta |
| PE-backed SaaS multiple at exit | 8-14x ARR | PitchBook |
| Median strategic acquisition (2024) | 6-9x ARR | 451 Research |
The Bear Case (Customer-Side Adoption Friction)
Three friction vectors:
- Budget reallocation in downturn — services/SaaS get aggressive cuts. 20-30% pipeline compression, 90-day cash buffer.
- Buying-committee expansion — Gartner: 6 → 11 stakeholders/decade. Each adds 30-45 days.
- Procurement-driven price compression — 20-40% discounts are closing condition, not opener.
Mitigation: ACV-expansion tiers, exec-sponsor motions, renewal escalators 5-7% annual.
FAQ
How much quota credit should an expansion deal earn versus a net-new deal? Expansions carry lower weight, set at 25-40% of the new deal rate depending on deal size ratio. If the expansion is 20% or less of ARR, credit it at 25%; at 21-50% of ARR, credit 40%; and above 50% of ARR, credit 50% because the economics approach net-new.
This scaling prevents expansions from being treated like fresh logos.
How do credit splits work when two different reps source and close a net-new deal? For net-new sourced and closed by the same rep, that rep gets 100% source, 0% close, and 50% renewal for 150% total. When different reps handle it, the splits shift to 75% source and 25% close, still with 50% renewal and a 150% total.
The roles are tagged explicitly so credit isn't argued after the fact.
What are the three anti-gaming controls the policy enforces? First, a no-double-credit rule gives each deal one primary source tag, with the manager deciding before close if reps debate, not retroactively. Second, an overlay qualification threshold requires the overlay rep to document 2+ meetings, 1+ presentation, or deal-value advancement, since one email reply doesn't count.
Third, an expansion-only lock prevents existing customers from reverting to net-new status within a contract lifecycle.
How do deal-size thresholds change the AE-versus-overlay credit split? Below $30K, the AE keeps 100% credit with no overlay unless the AE requests one. Between $30K and $100K, the split is AE 60% and overlay 40%, and above $100K it becomes AE 50% and overlay 50%. Overlay participation must be logged in Salesforce Opportunity History so reps can't dispute it months later.
What does the audit query check for and how often should it run? Run the SQL query monthly against Salesforce_Deals, summing Credit_Amount partitioned by Deal_ID and flagging rows where Total_Credit isn't 100%, since splits should reconcile and duplicates signal one deal credited twice.
Pavilion data cited in the article shows 18% of SaaS teams discover 5-8% of quota credit is misallocated annually due to policy drift. Catching it monthly keeps that drift from compounding.
