Page View
字段 | 类型 | 描述 | 是否必填 |
---|---|---|---|
requestId | string | 请求唯一id | Y |
userToken | string | 用户 | Y |
shop | string | 店铺名称 | Y |
platform | string | 平台 | Y |
customerId | string | 用户ID 说明:把这个用户通过customer/create事件推送到mamba | Y |
anonymousId | string | 匿名ID | N |
includeProduct | int | 是否涉及产品 1:包含 ,0:不包含 | |
type | string | 类型 默认page | Y |
page | object | 浏览记录 | Y |
collect | object | 收集扩展 | N |
timestamp | string | 时间戳 | Y |
Page
字段 | 类型 | 描述 | 是否必填 |
---|---|---|---|
url | string | 浏览地址 | Y |
title | string | 网页标题 | Y |
productId | string | 产品唯一id 说明:产品信息通过product/create推送到mamba | Y |
type | string | 类型 product, cart, homepage | Y |
price | string | 单价 | Y |
Collection
title | string | 标题 | Y |
---|---|---|---|
referrer | string | 应用 | N |
device | string | 设备 | N |
ip | integer | N | |
userAgent | string | 代理对象 | N |