开发者社区> 问答> 正文

mPaaS中h5 切换路由用history时,怎么让支持自动发送曝光的埋点呢?

mPaaS中h5 切换路由用history时,怎么让支持自动发送曝光的埋点呢?

展开
收起
fuxixi 2022-12-12 09:24:56 248 0
3 条回答
写回答
取消 提交回答
  • 在路由切换时可以通过以下方法来进行埋点:

    1.在使用 history.push 或 history.replace 时进行埋点

    2.在使用 history.listen 时进行埋点

    例如:

    history.push(newUrl, { onComplete: () => { // 在路由切换后进行埋点 } });

    history.listen((location, action) => { // 在路由变化时进行埋点 });

    2022-12-31 11:19:31
    赞同 展开评论 打赏
  • 在路由切换时可以通过以下方法来进行埋点:

    1.在使用 history.push 或 history.replace 时进行埋点

    2.在使用 history.listen 时进行埋点

    例如:

    history.push(newUrl, { onComplete: () => { // 在路由切换后进行埋点 } });

    history.listen((location, action) => { // 在路由变化时进行埋点 });

    2022-12-31 11:19:30
    赞同 展开评论 打赏
  • 在路由切换时可以通过以下方法来进行埋点:

    1.在使用 history.push 或 history.replace 时进行埋点

    2.在使用 history.listen 时进行埋点

    例如:

    history.push(newUrl, { onComplete: () => { // 在路由切换后进行埋点 } });

    history.listen((location, action) => { // 在路由变化时进行埋点 });

    2022-12-31 11:19:31
    赞同 展开评论 打赏
来源圈子
更多
收录在圈子:
问答排行榜
最热
最新

相关电子书

更多
mPaaS 小程序重磅发布 立即下载
金融专场-新一代移动研发平台mPaaS智能化实践-付海涛 立即下载
mPaaS 小程序新品发布 立即下载