API 네이티브 광고
5
Example
GET /request?unit={unit_id}&uid={user_id}&pf={platform}&lcl={locale} HTTP/1.1
Host: api-v2.adrop.io
Authorization: {app_key}curl --location 'https://api-v2.adrop.io/request?unit={unit_id}&uid={user_id}&{platform}&lcl={locale}' \
--header 'Authorization: {app_key}'{
"code": 0,
"msg": "OK",
"result": {
"format": "nativeAd",
"unit": "unit_id",
"ad": "...",
"advertiser": "..."
}
}Last updated