Banner Ads
REST API
Banner Ads
Learn how to request banner ads using the REST API.
GET
Banner Ads
Banner ads are returned in HTML format, allowing direct rendering in web projects. For other platforms, you can use WebView for rendering.
Request Parameters
Headers
string
required
App Key (found in adrop_service.json)
Query Parameters
string
required
Ad unit ID
string
User unique identifier. Used for frequency capping and targeting.
string
Platform. One of
android, ios, webstring
Locale. e.g.,
en_US, ko_KRstring
Theme mode.
light or darkstring
Context targeting ID (required for targeted ads)
string
Advertising identifier (required for device preview)
Response
integer
required
Response code.
0 indicates success.string
required
Response message
object
Ad data
Rendering
Web Rendering
Carousel Banners
When using carousel banners, add the following script:Related Documentation
Native Ads
Implement ads with custom UI
Error Codes
Error handling guide