When the sum of ad-platform revenue claims exceeds the actual P&L Sales Revenue for the same period, double-counting is happening — multiple platforms are taking credit for the same conversions. Teloris reconciles this with a simple proportional scale-down:
scale_factor = pnl_revenue / sum_of_platform_claims
scaled_revenue = raw_revenue × scale_factor
When the platforms collectively claim more than the P&L confirms, every campaign’s claim is scaled down proportionally so the totals reconcile — per-campaign rankings are preserved, but the sum no longer overstates reality.
SCALED mode (default)
Platform claims are scaled so their sum matches P&L revenue. Honest totals out of the box; per-campaign proportions kept intact for ranking and attribution analysis.
RAW mode (opt-in)
Each platform’s claim is shown as-is, without normalization. Useful when you have external attribution analytics and want the raw signal — at the cost of cross-platform double-counting.
The mode is a per-tenant setting in your team configuration. The default is SCALED for new tenants.