Skip to content

Commit

Permalink
chore(doc): add doc for report
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Nov 1, 2024
1 parent f67bc41 commit 6020554
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/development/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [数据类型映射](development/type-mapping.md)
- [V8 API](development/v8-api.md)
- [调试](development/debug.md)
- [曝光上报](development/report.md)
- [技术支持](development/support.md)
- [隐私政策](development/privacy.md)
- [开发者合规指南](development/privacy-developer-guide.md)
20 changes: 20 additions & 0 deletions docs/development/report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 曝光上报

---

# 大同

目前 Hippy 还没有对外的曝光上报方案,腾讯内部的业务,可以使用大同来做曝光上报

## 方案

hippy本质上使用的还是客户端原生组件 以及一部分自绘组件。客户端已集成的的大同sdk能够对原生组件、Activity等做检测上报,自然也可以对hippy的组件做检测上报。重点处理上报id绑定到组件的逻辑就可以。

## 接入指引

[Hippy Android 曝光上报指引](https://iwiki.woa.com/p/956352478)
[Hippy iOS 曝光上报指引](https://iwiki.woa.com/p/589637144)

有疑问可以咨询企业微信 TDF小助手


0 comments on commit 6020554

Please sign in to comment.