- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
趋势分析
开发环境
开发环境
POST
/v3/alipay/merchant/qipan/trend/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/merchant/qipan/trend/query' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"index_key":"new_user_num",
"request_params":{
"start_date":"20221012",
"end_date":"20221212",
"dim":"day",
"exclude_import":true,
"relation_type":"user_vis",
"user_key":"col_act"
}
}'
响应示例响应示例
{
"index_trend_results": [
{
"index_key": "new_user_num",
"index_name": "新增用户数",
"index_desc": "各关系类型下的新增用户数",
"index_value": "202",
"report_date": "20220908",
"start_date": "20220901",
"end_date": "20220908"
}
]
}
请求参数
Header 参数
authorization
string
必需
示例值:
ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign
alipay-request-id
string
必需
示例值:
$requestid
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
index_key
string
必需
request_params
object
必需
start_date
string
必需
end_date
string
必需
dim
string
可选
exclude_import
boolean
可选
relation_type
string
可选
user_key
string
可选
示例
返回响应
🟢200成功
application/json
Body
index_trend_results
array [object {7}]
趋势分析数据
index_key
string
可选
index_name
string
可选
index_desc
string
可选
index_value
string
可选
report_date
string
可选
start_date
string
可选
end_date
string
可选
修改于 2023-11-22 07:33:49