Skip to main content
POST
Get DOU+ estimated delivery results
获取DOU+预计投放效果 计费 — 成功调用基准价 $0.00145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

AIsa API key. Get yours at https://aisa.one

请求体

application/json

DOU+ Delivery Effect Estimate Request Model

item_ids
string
必填

Item id(s), comma separated; normally use schema=0 for one item and schema=3 for multiple items

Minimum string length: 1
示例:

"7677202522116819185"

external_action
integer
默认值:44

Optimization action code; must match target_id, default 44 (NativeAction). Common values: 45=like, 46=follow, 47=comment, 51=link click, 102=multiple native actions, 181=homepage visit

示例:

44

target_id
integer
默认值:31

Promotion target id, default 31 (likes and comments). Common values: 32=followers, 33=homepage visits, 37=video plays, 40=live popularity, 45=comment-link clicks, 63=show to followers, 78=natural promotion, 81=high interaction frequency

示例:

31

schema
integer
默认值:0

Delivery schema: 0=single-item Default, 3=multi-item BatchDelivery; the official client selects it from the item count

示例:

0

is_max_cv
boolean
默认值:true

Whether to estimate in MaxCV (maximum-conversion-volume) mode; the official client derives it from target capability, item count, budget and manual-bid state, default true

示例:

true

pay_type
integer
默认值:1

Payment channel: 0=CashDesk, 1=IAP, 2=Caijing, 3=CgTradeCash; the official estimate request uses 1

必填范围: 0 <= x <= 3
示例:

1

cost_int
integer
默认值:30000

1000), default 30000 (CNY 30

示例:

30000

duration_seconds
integer
默认值:21600

Delivery duration in seconds, default 21600 (6 hours

示例:

21600

响应

200

Successful response. Response structure varies; refer to the actual API response.