文档中心 > API类目 > 书旗内容文巢

alibaba.shuqi.evaluate.incubate.detail (书籍孵化详情列表)

书籍孵化情况详情接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
book_id Number 必须 8801427 书籍ID
strategy_key Number 必须 2 轮次数字
product String 必须 shuqi 平台

响应参数

名称 类型 示例值 描述
data IncubationDetailRecordResp data
  • action_items
  • ActionItem []
  • 数据集合
  • └ expect_amount
  • Number
  • 100
  • 预期给量
  • └ real_amount_total
  • Number
  • 200
  • 累计给量
  • └ valid_read_uv
  • Number
  • 3
  • 累计有效阅读UV
  • └ book_id
  • Number
  • 6534543
  • 书籍ID
  • └ incubation_date
  • String
  • 20230712
  • 时间
  • └ real_amount
  • Number
  • 400
  • 实际给量
  • └ action_type_name
  • String
  • 1
  • 给量类型
  • └ incubation_opera
  • String
  • 第一天给量
  • 操作类型
  • └ expect_valid_read_uv
  • String
  • 435
  • 置信分母
  • └ grade
  • String
  • A
  • 测试结果
  • └ id
  • Number
  • 1
  • 主键ID
  • └ task_id
  • Number
  • 123
  • 123
  • └ first_category_name
  • String
  • 玄幻
  • 一级分类
  • └ word_cnt
  • Number
  • 2516332197
  • 字数
  • └ strategy_key_name
  • String
  • 免费一轮
  • 所在轮次
  • └ is_retest_name
  • String
  • 是否重测
  • └ click_pv
  • Number
  • 923
  • 累计点击
  • └ click_rate
  • String
  • 0.63%
  • 点击率
  • └ flow_direction_name
  • String
  • 免费晋级库
  • 流转书库
  • └ total
  • Number
  • 321
  • 总量
state Number 200 state
message String success message

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaShuqiEvaluateIncubateDetailRequest req = new AlibabaShuqiEvaluateIncubateDetailRequest();
req.setBookId(8801427L);
req.setStrategyKey(2L);
req.setProduct("shuqi");
AlibabaShuqiEvaluateIncubateDetailResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_shuqi_evaluate_incubate_detail_response>
    <data>
        <action_items>
            <action_item>
                <expect_amount>100</expect_amount>
                <real_amount_total>200</real_amount_total>
                <valid_read_uv>3</valid_read_uv>
                <book_id>6534543</book_id>
                <incubation_date>20230712</incubation_date>
                <real_amount>400</real_amount>
                <action_type_name>1</action_type_name>
                <incubation_opera>第一天给量</incubation_opera>
                <expect_valid_read_uv>435</expect_valid_read_uv>
                <grade>A</grade>
                <id>1</id>
                <task_id>123</task_id>
                <first_category_name>玄幻</first_category_name>
                <word_cnt>2516332197</word_cnt>
                <strategy_key_name>免费一轮</strategy_key_name>
                <is_retest_name>是</is_retest_name>
                <click_pv>923</click_pv>
                <click_rate>0.63%</click_rate>
                <flow_direction_name>免费晋级库</flow_direction_name>
            </action_item>
        </action_items>
        <total>321</total>
    </data>
    <state>200</state>
    <message>success</message>
</alibaba_shuqi_evaluate_incubate_detail_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部