v3.0
Your lead data is protected by design
Give this URL to your PP/CPA network. They'll send conversion data back to BackNova when a lead converts.
Generate SDK integration code for each traffic source. Use different source names to track performance separately.
Use unique names like: facebook_us, tiktok_crypto, google_cpc
BackNova will automatically forward conversion data to your tracker (Keitaro, Binom, Voluum, etc.) so you see ROI in your stats.
Available tokens: {click_id} {event_id} {status} {payout}
click_id when sending leads to BackNova. This is how we link conversions back to your tracker.
Key endpoints for integrating BackNova with your systems.
Main decision endpoint. Send lead data → receive quality score + routing decision.
{
"source": "tiktok_us",
"traffic_type": "push",
"landing_page": "offer-page-1",
"time_on_site": 45,
"page_views": 3,
"form_data": { ... } // Will be hashed immediately
}
Check your current API usage and remaining quota.
Response: { "used": 377, "total_limit": 25000, "remaining": 24623 }
Get the last 50 decision events with AI reasoning (no PII — only hashed references and behavioral data).