ponit-deliver

1.1.2 • Public • Published

埋点公共方法

接口

接口名称 接口路径 请求方式
埋点 /api/trading-order/pagepoint/ GET

埋点需要的所有参数

参数 参数名称 是否前端传入 参数来源 是否必传 备注
eventType 事件类型 init/click
pageId 页面id
uuid 客户端唯一标识 前端生成
saleChannelId 渠道id url获取 如果url上面没有要给个默认值
eventTime 事件戳 获取本地事件
skuCode 产品code sku code
screen 分辨率 us获取
modelType 模块名称 trade 用来区分是否是客服 cs客服
token token
buttonId 按钮id
openId 微信openId
unionId 微信unionId
networkType 网络类型 ua获取
terminalType 终端类型 ios、安卓 ua
browserType 浏览器类型 ua
referrer 页面来源 us

deliver.js

pointDeliver(obj)

obj 包含type(必传)、pageid(必传)、buttonid、unionid、productCode(必传)

pointPromise(obj,callback)

obj 包含type(必传)、pageid(必传)、buttonid、unionid、productCode(必传)

callback:预留口子,如果需要埋点后,在进行的操作(例如埋点后页面跳转)

Readme

Keywords

none

Package Sidebar

Install

npm i ponit-deliver

Weekly Downloads

2

Version

1.1.2

License

ISC

Unpacked Size

34.1 kB

Total Files

9

Last publish

Collaborators

  • anya.qin