用于二方换量场景,提供给二三方通用SPI接口,实时查询用户是否为目标换量用户,以便于精准的控制换量资源。
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
rtaIds | String | 可选 | 0 |
|
策略ID,由二三方业务提供。不提供默认0,多个逗号分隔 |
dids | RtaDevice [] | 必须 |
|
设备信息,单次最多10个 | |
|
|||||
reqId | String | 必须 | 1000 | 请求ID,唯一标识一次请求 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | RtaResult | 结果 | |
|
{"rtaIds":"0","dids":[{"type":"OAID","secure":"MD5","did":"be62debc-bf2e-2bda-5fed-37dee77eba36"}],"reqId":"1000"}
{ "result":{ "errMsg":"error", "errCode":"10001", "data":[ { "rtaId":"1" } ], "success":true } }
{"result":{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}}
错误码 | 错误描述 | 解决方案 |
---|