Moai AdMesh
ATT-free contextual ad platform
An in-house ad platform with no ATT/IDFA/GAID. An English-style open auction opens on the 20th of every month and closes at 23:59 KST on the last day. Next-generation infrastructure aligned with the contextual advertising trend.
# REST
curl -X POST "https://api.moai.page/v1/admesh/events" \
-H "Authorization: Bearer $MOAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"events": [
{ "type": "IMPRESSION", "slotKey": "home_top", "creativeId": 12 },
{ "type": "VIEW", "slotKey": "home_top", "creativeId": 12, "dwellMs": 1200 },
{ "type": "CLICK", "slotKey": "home_top", "creativeId": 12 }
]
}'Technical advantages
ATT / IDFA / GAID = 0
No third-party tracking SDKs. Language-based contextual matching makes the ATT prompt unnecessary.
English-style open auction
Winning price = your top bid. Opens on the 20th of every month and closes automatically at 23:59 KST on the last day.
19 migrations
Production-proven schema across 19 tables covering advertisers, slots, campaigns, creatives, bids, and payments.
10% VAT + Creem
Built-in automatic VAT calculation compatible with Korean tax authorities and the Creem payment module.
Refund-reason enum
Automatic handling for CREATIVE_REJECTED 100% / CANCEL_BEFORE 50% / CANCEL_DURING 50% of remainder.
SHA-256 anonymization
SHA-256(ip + UA + salt) provides IVT defense and duplicate-click checks without IDFA.
First call in 30 seconds
Moai AdMesh puts developer experience first. A few lines of code give you production-grade infrastructure immediately. Every API ships with zero-downtime deploys and high availability.
curl -X POST "https://api.moai.page/v1/admesh/events" \
-H "Authorization: Bearer $MOAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"events": [
{ "type": "IMPRESSION", "slotKey": "home_top", "creativeId": 12 },
{ "type": "VIEW", "slotKey": "home_top", "creativeId": 12, "dwellMs": 1200 },
{ "type": "CLICK", "slotKey": "home_top", "creativeId": 12 }
]
}'Pricing
Pro
- All 7 slots
- Automatic VAT handling
- Creem integration
- Automated refunds
Use cases
App publisher monetization
Use the Moai AdMesh module to quickly build the core business flow for App publisher monetization. Case #1.
Self-serve advertiser signup
Use the Moai AdMesh module to quickly build the core business flow for Self-serve advertiser signup. Case #2.
Riding the contextual advertising trend
Use the Moai AdMesh module to quickly build the core business flow for Riding the contextual advertising trend. Case #3.