王尘宇王尘宇

研究百度干SEO做推广变成一个被互联网搞的人

快手广告投放平台:获取课程列表

快手广告投放平台:获取课程列表

接口:https://ad.e.kuaishou.com/rest/openapi/v1/asset/course/list

请求方式:POST

数据格式:JSON

请求参数

字段 类型 说明 备注
advertiser_id long 快手信息流广告主账户 ID
page int 当前页码 默认 1
page_size int 每页条数 默认 20



返回参数

字段 类型 说明 备注
code


message


data


total_count


details


course_id long 课程 ID 说明
course_name string 课程名称
origin_price long 课程原价 单位为厘
present_price long 课程现价 单位为厘
course_classify_id string 课程分类 ID 具体描述,请在/tool/fiction/type 接口返回内容子结构 themes 中根据 ID 匹配
gift_status int 是否有礼包 1, "有礼包",2, "没有礼包"
lesson_period int 课时数
class_time_type int 上课时间类型 1, "工作日白天",2, "工作日晚上",3, "周末白天",4, "周末晚上",5, "周末全天",6, "其他"
region_id_list int[] 区域 ID
course_brand string 课程品牌
course_desc string 课程描述
course_url string 课程链接
create_time string 创建时间
update_time string 更新时间

请求样例


curl --location --request POST 'https://ad.e.kuaishou.com/rest/openapi/v1/asset/course/list' \--header 'access-token;' \--header 'Content-Type: application/json' \--header 'Cookie: apdid=2d16f9fe-94a0-4c34-b52a-4d68ac06e7f6893c4c711e4d37cc8fc3f07ffccc76e9:1616930453:1' \--data-raw '{
    "advertiser_id": 111,
    "page": 1,
    "page_size": 100
}'


返回样例


复制
{    "code": 0,    "message": "OK",    "data": {        "total_count": 10,        "details": [
            {                "course_id": 150012,                "course_name": "测试课程-1",                "origin_price": 10000000,                "present_price": 10000,                "course_classify_id": "01",                "gift_status": 1,                "lesson_period": 2,                "class_time_type": 1,                "region_id_list": [],                "course_brand": "课程品牌",                "course_desc": "课程描述测试",                "course_url": "http://www.baidu.com",                "create_time": 1609751688417,                "update_time": 1609751688417
            },
            {                "course_id": 150013,                "course_name": "测试课程-1",                "origin_price": 10000000,                "present_price": 10000,                "course_classify_id": "01",                "gift_status": 1,                "lesson_period": 2,                "class_time_type": 1,                "region_id_list": [],                "course_brand": "课程品牌",                "course_desc": "课程描述测试",                "course_url": "http://www.baidu.com",                "create_time": 1609751690704,                "update_time": 1609751690704
            }
        ]
    },    "request_id": "3597ab676d2648c7a16db3dbfeb3c9ae"}



相关文章

评论列表

发表评论:
验证码

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。