Edge routing in one hop
Every hit is resolved from a warm in-isolate config cache and answered with a 302/307 or a masked proxy stream — no cold database round trip on the hot path.
Every hit is resolved from a warm in-isolate config cache and answered with a 302/307 or a masked proxy stream — no cold database round trip on the hot path.
Compose branches on geo, device, OS, browser, webview, bot score, time and query params. Rules compile to a JSON AST evaluated allocation-light per request.
The reverse-proxy engine streams the offer under your own domain, rewrites asset paths and refuses any destination host that is not explicitly allow-listed.
Clicks are batched and flushed off the response path; conversions arrive on a secret-signed postback endpoint and roll straight into the dashboards.
Buying engine
Vector answers OpenRTB bid requests and serves XML feeds from edge routes. Every provider gets its own signed endpoint, its own targeting and its own spend ledger.
/api/public/rtb/bid/{token}/api/public/rtb/win/{id}/api/public/xml/feed/{token}TDS + RTB
bid request -> targeting + AI intent check -> bid response -> win notice
-> click hits /r/{token} -> rule AST -> redirect or masked proxy
-> click log -> postback conversion -> telemetryThe same compiled branch tree decides whether to bid on an impression and where the resulting click lands. Targeting never drifts between buying and delivery.
Spend from the win notice and payout from the postback meet on the same source key, so ROI and EPC are known per publisher without exporting anything.
Bid, win, click and conversion share one identifier end to end — a source that wastes budget is visible in the same pass that priced it.
AI optimization
The model runs in the background and writes into a warm in-isolate cache. If it is slow, rate-limited or down, the engine keeps bidding on the last known good rules — traffic never waits on inference.
Publisher domains, app bundles and placement keys are sorted into iGaming/Casino, Crypto, Adult, General Entertainment or Junk/Farming — so the bid loop can target or drop a source the moment it appears.
Telemetry rolls up per source every few minutes: impressions, clicks, conversions, spend, payout, EPC and ROI. The model returns blacklists and bid multipliers that apply instantly and stay reversible.
New IF/ELSE routing logic never applies itself. It lands in the workspace as a proposal with its rationale and the exact branch JSON, waiting for a human OK.
“Filter ExoClick for iGaming intent only, and raise CPM 15% on placements above 30% ROI” becomes concrete blocks, multipliers and rule proposals.