文档中心 > API类目 > 天眼工作室API

alibaba.security.deepvision.antitheft.stats.product.use.query (应用埋点数据统计报表查询)

应用埋点数据统计报表查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param BizTraceQueryParam 必须 param
  • └ token
  • String
  • 必须
  • token
  • token
  • └ tenant_code
  • String
  • 必须
  • tenantCode
  • tenantCode
  • └ field_ids
  • String []
  • 必须
  • fieldIds
  • fieldIds
  • └ time_from_eq
  • String
  • 可选
  • timeFromEq
  • timeFromEq
  • └ time_to_eq
  • String
  • 可选
  • timeToEq
  • timeToEq
  • └ authorized_field_ids
  • String []
  • 必须
  • []
  • 拥有权限的门店列表

响应参数

名称 类型 示例值 描述
result BizTrackingTopVO 响应结果
  • └ field_count
  • Number
  • fieldCount
  • fieldCount
  • └ statistics_start_time
  • String
  • statisticsStartTime
  • statisticsStartTime
  • └ statistics_end_time
  • String
  • statisticsEndTime
  • statisticsEndTime
  • └ login_duration
  • Number
  • loginDuration
  • loginDuration
  • └ login_count
  • Number
  • loginCount
  • loginCount
  • └ login_user_count
  • Number
  • loginUserCount
  • loginUserCount
  • └ avg_duration
  • Number
  • avgDuration
  • avgDuration
  • └ crash_count
  • Number
  • crashCount
  • crashCount
  • └ real_time_track_count
  • Number
  • realTimeTrackCount
  • realTimeTrackCount
  • └ track_query_count
  • Number
  • trackQueryCount
  • trackQueryCount
  • └ trade_query_count
  • Number
  • tradeQueryCount
  • tradeQueryCount
  • └ pick_goods_query_count
  • Number
  • pickGoodsQueryCount
  • pickGoodsQueryCount
  • └ area_stay_query_count
  • Number
  • areaStayQueryCount
  • areaStayQueryCount
  • └ area_stay_query_play_count
  • Number
  • xxx
  • areaStayQueryPlayCount
  • └ arrive_store_count
  • Number
  • xx
  • arriveStoreCount
  • └ common_biz_traces
  • String
  • Map<List, CommonBizTrace>
  • commonBizTraces
resp_code Number xxx 是否成功
resp_success Boolean xxx 请求唯一ID
resp_request_id String xxx 请求唯一ID

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaSecurityDeepvisionAntitheftStatsProductUseQueryRequest req = new AlibabaSecurityDeepvisionAntitheftStatsProductUseQueryRequest();
AlibabaSecurityDeepvisionAntitheftStatsProductUseQueryRequest.BizTraceQueryParam obj1 = new AlibabaSecurityDeepvisionAntitheftStatsProductUseQueryRequest.BizTraceQueryParam();
obj1.setToken("token");
obj1.setTenantCode("tenantCode");
obj1.setFieldIds("fieldIds");
obj1.setTimeFromEq("timeFromEq");
obj1.setTimeToEq("timeToEq");
obj1.setAuthorizedFieldIds("");
req.setParam(obj1);
AlibabaSecurityDeepvisionAntitheftStatsProductUseQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_security_deepvision_antitheft_stats_product_use_query_response>
    <result>
        <field_count>fieldCount</field_count>
        <statistics_start_time>statisticsStartTime</statistics_start_time>
        <statistics_end_time>statisticsEndTime</statistics_end_time>
        <login_duration>loginDuration</login_duration>
        <login_count>loginCount</login_count>
        <login_user_count>loginUserCount</login_user_count>
        <avg_duration>avgDuration</avg_duration>
        <crash_count>crashCount</crash_count>
        <real_time_track_count>realTimeTrackCount</real_time_track_count>
        <track_query_count>trackQueryCount</track_query_count>
        <trade_query_count>tradeQueryCount</trade_query_count>
        <pick_goods_query_count>pickGoodsQueryCount</pick_goods_query_count>
        <area_stay_query_count>areaStayQueryCount</area_stay_query_count>
        <area_stay_query_play_count>xxx</area_stay_query_play_count>
        <arrive_store_count>xx</arrive_store_count>
        <common_biz_traces>Map&lt;List, CommonBizTrace&gt;</common_biz_traces>
    </result>
    <resp_code>xxx</resp_code>
    <resp_success>xxx</resp_success>
    <resp_request_id>xxx</resp_request_id>
</alibaba_security_deepvision_antitheft_stats_product_use_query_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

返回
顶部