You need to enable JavaScript to run this app.
导航
ProductClickLog - 商品点击
最近更新时间:2024.05.28 18:13:35首次发布时间:2021.12.17 14:43:14

客户需要参考本文档,并结合实际场景上报商品点击行为数据,进而作用于火山引擎内容定制的推荐系统。

请求说明

  • 请求方式:GET/POST(Content-Type: application/x-www-form-urlencoded)
  • 请求地址:https://mercury.volcengineapi.com/?Action=ProductClickLog&Version=2021-01-01
  • 请求头:ServiceName:content

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ProductClickLog

要执行的操作,取值:ProductClickLog。

Version
String

2021-01-01

API的版本,取值:2021-01-01。

Partner
String

xxx_default_content

渠道号。

AccessToken
String

AT6zTZuXzffKpQxxxrBKVv8mp94LR2ARdNJBp2BT86GrLpa3brqLmscGCUipuJNh2piKTT12

用户唯一标识。

GroupId
String

7366891164987048482

内容id,内容唯一标识,表示从哪条内容推出的这些商品。

ProductId
String

productid

商品id,客户侧的商品唯一标识。

Category
String

product

频道id,固定传product。

EntranceForm
String

related_product

进入方式。

  • related_product:详情页相关推荐卡片的上方-直接展现的内容;
  • related_product_more:相关推荐卡片的上方-点击“更多”按钮之后的“立即拥有”页面;
  • shopping_cart:页面底部浮窗-点击“立即拥有”之后的页面。
EventTime
Long

1716457710

事件发生时间,10位时间戳,单位:秒。
表示商品是在什么时候被曝光或者点击的。

Dt
String

iphone15

设备型号,如iphone15、Galaxy。主要用于推荐分析,提升推荐效果。

DeviceBrand
String

Apple

设备厂商,如Apple、Samsung。主要用于推荐分析,提升推荐效果。

Os
String

Android

操作系统,如 Android、IOS。主要用于推荐分析,提升推荐效果。

OsVersion
String

4.0.4

操作系统版本,如4.0.4。主要用于推荐分析,提升推荐效果。

ClientVersion
String

1.0.1

应用的版本号,比如1.0.1。主要用于数据排查,提升业务指标。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
Result
String

success

上报结果,success:成功。

请求示例

GET /?Action=ProductClickLog&Version=2021-01-01&Partner=xxx_default_content&AccessToken=AT6zTZuXzffKpQxxxrBKVv8mp94LR2ARdNJBp2BT86GrLpa3brqLmscGCUipuJNh2piKTT12&GroupId=7366891164987048482&ProductId=productid&Category=product&EntranceForm=related_product&EventTime=1716457710 HTTP/1.1
Host: https://mercury.volcengineapi.com/?Action=ProductClickLog&Version=2021-01-01
X-Date: 20240527T030242Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240527/cn-beijing/content/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f


返回示例

{
  "ResponseMetadata": {
    "RequestId": "202405271102490460900410023B9BCC",
    "Action": "ProductClickLog",
    "Version": "2021-01-01",
    "Service": "content",
    "Region": "cn-beijing"
  },
  "Result": "success"
}

错误码

您可访问公共错误码,获取更多错误码信息。