Platform Overview
This page introduces ADBNK's core concepts, account model, and the full data flow of an ad from request to settlement. Once you understand these concepts, you'll ramp up faster whether you're an advertiser or a publisher.
Core concepts
On the advertiser side, serving objects are organized hierarchically, refined from top to bottom:
Advertiser account (Advertisement)
└── Campaign budget / pricing / targeting / schedule
└── Ad group (Adgroup) finer targeting and frequency control
└── Ad landing page / copy / bid
└── Creative image / video / HTML (reusable)On the publisher side, it's sites and ad zones:
Publisher account (Publishment)
└── Site one website or one app
└── Zone a specific ad slot on a page| Concept | Belongs to | Description |
|---|---|---|
| Campaign | Advertiser | The top-level serving unit. Carries the pricing model, bid, daily/total budget, serving dates, targeting, and rotation mode. |
| Ad group (Adgroup) | Advertiser | A group under a campaign, used for finer targeting, frequency control, and bid adjustments. |
| Ad | Advertiser | The actual serving unit. Each ad has its own landing page, copy, and bid (falls back to the campaign when empty). |
| Creative | Advertiser | Pure media assets (image/video/HTML), reusable across multiple ads. An ad can also rotate multiple creatives. |
| Site | Publisher | One of your websites or apps; must pass review. |
| Zone | Publisher | An ad slot on a site's page. Determines the ad format and size served in that spot, and has a unique zone_key. |
Bid and pricing inheritance
When an ad's pricing model and bid are left empty, they automatically follow the parent campaign's settings; if filled in, the ad's own values are used. This lets you manage centrally while still fine-tuning individual ads.
Pricing models
| Model | Billed on | Best for |
|---|---|---|
| CPC | Per click | Performance ads, traffic acquisition |
| CPM | Per thousand impressions | Brand exposure |
| CPA | Per conversion | Requires a conversion tracker |
| CPS | Per sale | E-commerce, requires a tracker |
| CPV | Per view | Video ads |
WARNING
When choosing CPA / CPS, the campaign must be bound to a conversion tracker at creation, otherwise it cannot be saved.
Account model
The platform has three account types, each logging in to a different console:
| Role | Console | What you can do |
|---|---|---|
| Advertiser | adv.adbnk.co | Top up, build campaigns/ads, upload creatives, target and serve, view spend and performance |
| Publisher | pub.adbnk.co | Build sites, open zones, get embed code, view revenue, withdraw |
| Admin | Internal admin console | Review campaigns/ads/sites/zones, settlement and anti-fraud ops, dispute handling |
An advertiser account holds a balance (spend is deducted from it); a publisher account holds a withdrawable balance and a pending balance.
Data flow: from request to settlement
An ad goes through the following stages from request to final settlement:
- Ad request — a visitor opens a publisher page, and the ad zone requests an ad from the platform, carrying context such as region, device, and OS.
- Match & serve — among all approved, actively serving, and targeting-matched ads, the platform runs an auction and returns the best-fit ad to display (an Impression).
- Click — the visitor clicks the ad and is redirected to the advertiser's landing page. The platform records the click and can append tracking macros (
{ClickID},{Country}, etc.). - Conversion — the visitor completes a target action (purchase, sign-up, etc.) on the landing page, reported back via Pixel / JS SDK / S2S Postback. See Conversion Tracking.
- Anti-fraud — each event is first marked valid/invalid by real-time risk control, then filtered again by retrospective batch detection. See Anti-Fraud.
- Settlement — the platform aggregates valid events hourly: charging the advertiser's balance and crediting the publisher. Invalid traffic is auto-reversed and not billed. See Settlement & Payouts.
Reported data ≠ settled data
Performance data in the console (impressions/clicks/spend, etc.) refreshes roughly every 5 minutes as a "near real-time" estimate, while the actual balance debits and credits are settled hourly. So you'll see both "estimated spend" and "current balance" — this is normal.