We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
移动端分为4种埋点
hxmPageStat({"id":"m_20140901","ac_id":"1"}
to_resourcesid为跳转目的地的id
加工后
// 不需要也无法添加额外参数的模式 kit.ta_m({ type: 1, para: { "1": "111111111111", "2": "2222222222222" } })
滑动到中间或者滑动到底部的埋点需要用这种方法,跳回来会有额外参数增加,可以通过trigger事件触发
kit.ta_m({ type: 2, para: { ".bt1": "111111111111111", ".bt2": "222222222222222", }, ext: { "exttttttt": "00000000000000000" } })
这里需要注意的是该类事件委托要在跳转之前
kit.ta_m({ type: 3, para: { ".bt1": [111111111111111,2222222222] }, ext: { "exttttttt": "00000000000000000" } })
kit.ta_m({ type: 4, para: { ".bt1": [111111111111111, 22222222222] }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
手机端埋点
hxmPageStat({"id":"m_20140901","ac_id":"1"}
方式一:页面显示埋点
方式二:非跳转点击埋点
方式三:跳转手炒网页
方式四:跳转手炒客户端
The text was updated successfully, but these errors were encountered: