<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script>
OFFER18_API_CONFIG = {
"aid": "12345",
"mid": "67890",
"key": "000000000000000000000000000000",
// 可选配置
"fields": ["offerid", "name", "logo", "status", "category", "price", "currency", "model", "date_start", "date_end", "preview_url", "offer_terms", "offer_kpi", "capping", "events", "payout", "impression_url", "click_url", "authorized", "creatives", "targeting"], // 要显示的字段数组,按所需顺序
"offer_id": "123,456,789", // 以逗号分隔的特定优惠 ID 字符串
"page": "1", // 要显示的页码
"category": "Finance", // 要显示的优惠类别
"model": "CPA", // 优惠的模型(例如 CPA、CPL)
"country": "US,CA", // 以逗号分隔的国家代码列表
"offer_status": "1", // 设置为 "1" 以仅显示活动优惠
"authorized": "1" // 设置为 "1" 以仅显示已授权的优惠
};
</script>
<script src="https://web-resources.offer18.net/sdk/web/affiliate-api/OfferTable.js"></script>
</body>
</html>