macOS 原生廣告平台 — 先審核,再投放
Pubvio serves contextual native ads without reading private app content or building user profiles. The first live integration is LAILOLA; advertiser and publisher applications are reviewed manually.
An ad platform designed from the ground up for native Mac apps, developer tools, and CLI utilities.
No cookies, no fingerprinting, no personal data collection. Ads are matched by app context, not user behavior. Privacy by design.
Not web banners crammed into a window. A Swift SDK that renders native AppKit/SwiftUI views: banners, cards, menu bar items, and CLI text ads.
The early publisher agreement targets a 70% share of verified paid inventory. Payouts begin only after contracts and payment operations are active.
Matching an ad does not create a charge. Only the first valid impression event is counted, with app and creative relationships verified by the API.
The Worker exposes structured matching, events, and application endpoints. Autonomous media buying remains a later phase, not a current promise.
The current release is deliberately small. Every creative is reviewed before it can enter live inventory.
Provide a contact email, short title, body copy, and an HTTPS destination. Private end-user data is never part of the submission.
Pubvio checks policy, destination safety, App Store anti-steering risk, and whether current inventory is appropriate.
Approved campaigns can enter limited inventory. Placement and timing are not guaranteed; paid pilots require review and completed payment first.
Self-serve checkout, guaranteed reach, dashboards, and automated payouts are not yet public. Current access is application-based.
For a useful project or resource
For an approved commercial campaign
For a native macOS app
The ad-serving API is live, LAILOLA is integrated, and applications can enter manual review. Public self-serve billing, automated payouts, guaranteed delivery, and an advertiser dashboard remain unavailable.
Publisher access is currently by application. Pubvio reviews the app, integration surface, privacy disclosures, and App Store policy risk before issuing an app ID.
The target share is 70% of verified paid inventory. Terms and payout setup must be completed before paid traffic begins.
The current SwiftUI implementation is validated in LAILOLA. External publishers receive integration support during the pilot; no public SDK package is promised yet.
The Worker can return impressions, clicks, CTR, and gross/net pilot revenue by date. A public dashboard and CSV export remain future work.
No behavioral identifier, private app content, or cross-app profile is used for matching. Publishers still remain responsible for their own disclosures and App Store compliance.
// Pilot integration contract let request = PubvioAdRequest( appID: "approved_app_id", placement: "native_card" ) // Private content never enters request. let ad = try await service.match(request) // Count only after the card is visible. if viewDidDisplay(ad) { await service.trackImpression(ad) }
LAILOLA is the verified integration. VoiceFlow and Nexliq are potential future integrations, not current publishers.
Applications enter a manual review queue. Submission does not guarantee approval, placement, payment terms, or a launch date.
GET https://pubvio-ads-api.hankwangtw.workers.dev/health — public service status