Authored by quintin.zhang

Update pv_uv_shopcard.md

... ... @@ -158,7 +158,6 @@
"clickUv": 0,
"name": "焦点图1",
"orderNum": 0,
"orderRate": 0,
"position": "焦点图",
"pv": 3,
"shopCartRate": 0,
... ... @@ -173,7 +172,6 @@
"clickUv": 0,
"name": "焦点图1",
"orderNum": 0,
"orderRate": 0,
"position": "焦点图",
"pv": 3,
"shopCartRate": 0,
... ... @@ -239,3 +237,38 @@
"message": "SUCCESS"
}
### 5、资源位分类趋势图点击分析
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| kpiType | String | true |'2000'||
| position | String | true |'2:1'||
#### 请求方法
get http://ip:port/data-analysis-web/resources_analysis/click_trend?kpiType=2000&position='2:1'
#### 响应内容json
{
"alg": "SALT_MD5",
"code": 200,
"data": [
{
"clickPv": 0,
"orderNum": 0,
"time": "2017-01-17"
},
{
"clickPv": 0,
"orderNum": 0,
"time": "2017-01-17"
}
],
"md5": "714a404f16e6aab8970a9af5fd63f15e",
"message": "SUCCESS"
}
],
"md5": "e2c7109467b5d0513fb5ba0c441ed101",
"message": "SUCCESS"
}
... ...