请求接口:https://ad.e.kuaishou.com/rest/openapi/v1/dmp/population/accounts/push
请求方式:POST
数据格式:JSON
请求参数
| 字段 | 类型 | 是否必填 | 说明 | 备注 |
| advertiser_id | long | 必填 | 快手信息流广告主ID | 在获取access_token的时候返回 |
| orientation_id | long | 必填 | 需要推送的人群包 | 人群包状态需有效,status=4才能推送。 |
| dest_account_ids | long[] | 必填 | 要推送的账户ids |
返回参数
| 字段 | 类型 | 说明 | 备注 |
| code | int | 返回码 | |
| message | string | 返回信息 | |
| data | struct | JSON返回值 | |
| success | long[] | 推送成功的account_ids | |
| fail | long[] | 推送失败的account_ids |

评论列表