@thinkingai/ae-cli 1.0.28 → 6.0.16-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (360) hide show
  1. package/README.md +1 -16
  2. package/README.zh.md +1 -16
  3. package/dist/{auth-H2376DEF.js → auth-DYC2BGLM.js} +2 -2
  4. package/dist/{auth-5NSDQFQB.js → auth-GHBMJ5ZR.js} +31 -12
  5. package/dist/{chunk-CLJF7MQA.js → chunk-2DUEAXV3.js} +1 -1
  6. package/dist/chunk-5OC7CYCG.js +98 -0
  7. package/dist/{chunk-SRJIAOBN.js → chunk-6W4QOZAL.js} +10 -0
  8. package/dist/{chunk-LU7SXK4Q.js → chunk-BJX3GXWC.js} +2 -2
  9. package/dist/{chunk-WCHI7725.js → chunk-DMMEPCST.js} +47 -6
  10. package/dist/{chunk-IMBKVXKY.js → chunk-EGEIXA2Z.js} +82 -10
  11. package/dist/{chunk-AD5V3ZPJ.js → chunk-I5CRVM2S.js} +98 -10
  12. package/dist/chunk-NOO24N7W.js +11 -0
  13. package/dist/{chunk-GSJGPNKK.js → chunk-PN3OS34E.js} +1 -1
  14. package/dist/{chunk-CAQYQA4R.js → chunk-RSHMZ3LG.js} +15 -1
  15. package/dist/{client-FCMK3XEK.js → client-2UJ63MVQ.js} +3 -3
  16. package/dist/{config-64G36TJL.js → config-NCUGK6NS.js} +3 -3
  17. package/dist/index.js +2553 -29
  18. package/dist/{model-EZ6K7FXI.js → model-SJSOZTRS.js} +5 -7
  19. package/dist/{raw-VEF3D6UD.js → raw-7NVWSVJP.js} +4 -4
  20. package/dist/{sync-NRODEVNH.js → sync-GRVO4K3U.js} +120 -23
  21. package/dist/{te-agent-7U7JLJKU.js → te-agent-KZRIEN4N.js} +468 -47
  22. package/dist/{te-analysis-A2OSGHQ4.js → te-analysis-VAR4KUOK.js} +145 -28
  23. package/dist/{te-audience-LI67PPGO.js → te-audience-KMKYI2YJ.js} +23 -14
  24. package/dist/{te-common-35WVU3C5.js → te-common-WNCZB7R7.js} +5 -4
  25. package/dist/{te-community-LEAP6PWT.js → te-community-JEEFXPB3.js} +11 -10
  26. package/dist/{te-dataops-N2LGZBOX.js → te-dataops-GD3XBYCS.js} +33 -32
  27. package/dist/{te-engage-H7C72Z46.js → te-engage-4XHCTS6I.js} +5 -4
  28. package/dist/{te-kb-I2OKTBAI.js → te-kb-B62KFP2A.js} +97 -7
  29. package/dist/{te-meta-HBTIEDRO.js → te-meta-EPZGQN56.js} +10 -9
  30. package/dist/{te-team-EM5OWRQL.js → te-team-YY24VORI.js} +16 -12
  31. package/dist/tracking/i18n/resources/cli/en.json +153 -0
  32. package/dist/tracking/i18n/resources/cli/ja.json +153 -0
  33. package/dist/tracking/i18n/resources/cli/ko.json +153 -0
  34. package/dist/tracking/i18n/resources/cli/zh.json +153 -0
  35. package/package.json +9 -3
  36. package/skills/ae-agent/SKILL.md +66 -26
  37. package/skills/ae-analysis/SKILL.md +108 -8
  38. package/skills/ae-analysis/references/cancel_query.md +39 -0
  39. package/skills/ae-analysis/references/drilldown_user_events.md +4 -2
  40. package/skills/ae-analysis/references/drilldown_users.md +4 -2
  41. package/skills/ae-analysis/references/get_bi_panel_detail.md +35 -0
  42. package/skills/ae-analysis/references/list_alerts.md +1 -1
  43. package/skills/ae-analysis/references/list_bi_panels.md +35 -0
  44. package/skills/ae-analysis/references/list_cluster_members.md +4 -1
  45. package/skills/ae-analysis/references/list_dashboards.md +1 -1
  46. package/skills/ae-analysis/references/list_entities.md +1 -1
  47. package/skills/ae-analysis/references/list_events.md +1 -1
  48. package/skills/ae-analysis/references/list_metrics.md +1 -1
  49. package/skills/ae-analysis/references/list_project_mark_times.md +1 -1
  50. package/skills/ae-analysis/references/list_properties.md +1 -1
  51. package/skills/ae-analysis/references/list_public_access_links.md +1 -1
  52. package/skills/ae-analysis/references/list_reports.md +1 -1
  53. package/skills/ae-analysis/references/list_tag_members.md +4 -1
  54. package/skills/ae-analysis/references/query_adhoc.md +6 -5
  55. package/skills/ae-analysis/references/query_bi_panel_data.md +58 -0
  56. package/skills/ae-analysis/references/query_dashboard_report_data.md +4 -1
  57. package/skills/ae-analysis/references/query_entity_details.md +5 -2
  58. package/skills/ae-analysis/references/query_event_details.md +4 -1
  59. package/skills/ae-analysis/references/query_report_data.md +2 -2
  60. package/skills/ae-analysis-global/SKILL.md +3 -1
  61. package/skills/ae-analysis-intent/SKILL.md +132 -0
  62. package/skills/ae-data-integration-helper/SKILL.md +242 -0
  63. package/skills/ae-data-integration-helper/references/android_sdk_faq.md +179 -0
  64. package/skills/ae-data-integration-helper/references/c_sdk_compilation.md +83 -0
  65. package/skills/ae-data-integration-helper/references/c_sdk_faq.md +416 -0
  66. package/skills/ae-data-integration-helper/references/cocoscreator_sdk_faq.md +123 -0
  67. package/skills/ae-data-integration-helper/references/cpp_server_sdk_faq.md +365 -0
  68. package/skills/ae-data-integration-helper/references/index.md +56 -0
  69. package/skills/ae-data-integration-helper/references/ios_sdk_faq.md +118 -0
  70. package/skills/ae-data-integration-helper/references/java_sdk_faq.md +406 -0
  71. package/skills/ae-data-integration-helper/references/javascript_sdk_faq.md +129 -0
  72. package/skills/ae-data-integration-helper/references/logbus2_guide.md +309 -0
  73. package/skills/ae-data-integration-helper/references/logbus2_parser_plugin.md +348 -0
  74. package/skills/ae-data-integration-helper/references/minigame_sdk_faq.md +115 -0
  75. package/skills/ae-data-integration-helper/references/miniprogram_sdk_faq.md +118 -0
  76. package/skills/ae-data-integration-helper/references/python_sdk_faq.md +232 -0
  77. package/skills/ae-data-integration-helper/references/restful_api_notes.md +74 -0
  78. package/skills/ae-data-integration-helper/references/sdk_log_guide.md +316 -0
  79. package/skills/ae-data-integration-helper/references/sdk_usage_notes.md +107 -0
  80. package/skills/ae-data-integration-helper/references/unity_sdk_faq.md +115 -0
  81. package/skills/ae-generate-tracking-code/SKILL.md +629 -0
  82. package/skills/ae-generate-tracking-code/references/autotrack-enum.md +183 -0
  83. package/skills/ae-generate-tracking-code/references/client-sdk-insert.md +202 -0
  84. package/skills/ae-generate-tracking-code/references/datax-config.md +43 -0
  85. package/skills/ae-generate-tracking-code/references/debug-script.md +102 -0
  86. package/skills/ae-generate-tracking-code/references/logbus-config.md +200 -0
  87. package/skills/ae-generate-tracking-code/references/modes.md +83 -0
  88. package/skills/ae-generate-tracking-code/references/restful-call.md +36 -0
  89. package/skills/ae-generate-tracking-code/references/sdk-index.md +128 -0
  90. package/skills/ae-generate-tracking-code/references/server-sdk-insert.md +206 -0
  91. package/skills/ae-generate-tracking-code/references/snippet-delivery.md +394 -0
  92. package/skills/ae-generate-tracking-code/references/te-api.md +181 -0
  93. package/skills/ae-generate-tracking-plan/SKILL.md +1083 -0
  94. package/skills/ae-generate-tracking-plan/references/autotrack-events.md +273 -0
  95. package/skills/ae-generate-tracking-plan/references/business-dimension-mapping.md +425 -0
  96. package/skills/ae-generate-tracking-plan/references/te-api.md +100 -0
  97. package/skills/ae-generate-tracking-plan/references/xlsx-schema.md +152 -0
  98. package/skills/ae-kb/SKILL.md +38 -5
  99. package/tracking-plan-template/MMO/346/211/213/346/270/270/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +104 -0
  100. package/tracking-plan-template/MMO/346/211/213/346/270/270/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  101. package/tracking-plan-template/MMO/351/241/265/346/270/270/345/237/213/347/202/271/346/250/241/346/235/277_v2.md +117 -0
  102. package/tracking-plan-template/MMO/351/241/265/346/270/270/345/237/213/347/202/271/346/250/241/346/235/277_v2.xlsx +0 -0
  103. package/tracking-plan-template/RPG/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +72 -0
  104. package/tracking-plan-template/RPG/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  105. package/tracking-plan-template/SLG/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +86 -0
  106. package/tracking-plan-template/SLG/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  107. package/tracking-plan-template/Slots/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +80 -0
  108. package/tracking-plan-template/Slots/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  109. package/tracking-plan-template/TE /345/237/213/347/202/271/347/244/272/344/276/213/346/250/241/346/235/277.md" +40 -0
  110. package/tracking-plan-template/TE /345/237/213/347/202/271/347/244/272/344/276/213/346/250/241/346/235/277.xlsx +0 -0
  111. package/tracking-plan-template/TE/345/256/230/346/226/271/346/250/241/346/235/277_dataTrackSample.md +40 -0
  112. package/tracking-plan-template/TE/345/256/230/346/226/271/346/250/241/346/235/277_dataTrackSample.xlsx +0 -0
  113. package/tracking-plan-template//344/274/221/351/227/262/345/205/273/346/210/220/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v2.md +92 -0
  114. package/tracking-plan-template//344/274/221/351/227/262/345/205/273/346/210/220/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v2.xlsx +0 -0
  115. package/tracking-plan-template//345/215/241/347/211/214/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +119 -0
  116. package/tracking-plan-template//345/215/241/347/211/214/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  117. package/tracking-plan-template//345/241/224/351/230/262/345/205/273/346/210/220/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_V1.md +130 -0
  118. package/tracking-plan-template//345/241/224/351/230/262/345/205/273/346/210/220/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_V1.xlsx +0 -0
  119. package/tracking-plan-template//345/276/256/344/277/241/345/260/217/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +52 -0
  120. package/tracking-plan-template//345/276/256/344/277/241/345/260/217/346/270/270/346/210/217/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  121. package/tracking-plan-template//346/215/225/351/261/274/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +68 -0
  122. package/tracking-plan-template//346/215/225/351/261/274/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  123. package/tracking-plan-template//346/224/276/347/275/256/347/261/273/345/215/241/347/211/214/346/270/270/346/210/217_/345/237/213/347/202/271/346/250/241/347/211/210v1.md +108 -0
  124. package/tracking-plan-template//346/224/276/347/275/256/347/261/273/345/215/241/347/211/214/346/270/270/346/210/217_/345/237/213/347/202/271/346/250/241/347/211/210v1.xlsx +0 -0
  125. package/tracking-plan-template//346/224/276/347/275/256/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +119 -0
  126. package/tracking-plan-template//346/224/276/347/275/256/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  127. package/tracking-plan-template//346/243/213/347/211/214/347/261/273/357/274/210/346/226/227/345/234/260/344/270/273/357/274/211/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +63 -0
  128. package/tracking-plan-template//346/243/213/347/211/214/347/261/273/357/274/210/346/226/227/345/234/260/344/270/273/357/274/211/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  129. package/tracking-plan-template//346/243/213/347/211/214/347/261/273/357/274/210/351/272/273/345/260/206/357/274/211/345/237/213/347/202/271/346/250/241/346/235/277_v2.md +101 -0
  130. package/tracking-plan-template//346/243/213/347/211/214/347/261/273/357/274/210/351/272/273/345/260/206/357/274/211/345/237/213/347/202/271/346/250/241/346/235/277_v2.xlsx +0 -0
  131. package/tracking-plan-template//347/224/265/345/225/206/345/237/213/347/202/271/346/226/271/346/241/210/346/250/241/346/235/277_v1.md +84 -0
  132. package/tracking-plan-template//347/224/265/345/225/206/345/237/213/347/202/271/346/226/271/346/241/210/346/250/241/346/235/277_v1.xlsx +0 -0
  133. package/tracking-plan-template//347/237/255/345/211/247/344/272/247/345/223/201/345/237/213/347/202/271/346/226/271/346/241/210/346/250/241/346/235/277_v1.md +79 -0
  134. package/tracking-plan-template//347/237/255/345/211/247/344/272/247/345/223/201/345/237/213/347/202/271/346/226/271/346/241/210/346/250/241/346/235/277_v1.xlsx +0 -0
  135. package/tracking-plan-template//347/244/276/344/272/244/350/201/212/345/244/251/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +105 -0
  136. package/tracking-plan-template//347/244/276/344/272/244/350/201/212/345/244/251/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  137. package/tracking-plan-template//351/230/205/350/257/273/347/261/273APP/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +83 -0
  138. package/tracking-plan-template//351/230/205/350/257/273/347/261/273APP/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  139. package/wiki/te-docs/index.md +225 -0
  140. package/wiki/te-docs/raw/advanced-data-type/first-event-check.md +66 -0
  141. package/wiki/te-docs/raw/advanced-data-type/updated-event.md +87 -0
  142. package/wiki/te-docs/raw/advanced-data-type.md +16 -0
  143. package/wiki/te-docs/raw/data-ingestion-guide/about-gdpr.md +55 -0
  144. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/automatic-event-tracking.md +431 -0
  145. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/debugging-and-logging.md +49 -0
  146. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/multi-instance.md +66 -0
  147. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/preset-properties.md +466 -0
  148. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/third-party-integration.md +127 -0
  149. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced.md +513 -0
  150. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/compliance.md +24 -0
  151. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/release-notes.md +177 -0
  152. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android.md +228 -0
  153. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c/c-advanced.md +419 -0
  154. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c/release-notes.md +45 -0
  155. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c.md +110 -0
  156. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/client-side-sdk-faq.md +52 -0
  157. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp/cpp-advanced.md +366 -0
  158. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp/release-notes.md +103 -0
  159. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp.md +201 -0
  160. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/compliance.md +26 -0
  161. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/automatically-track-events.md +117 -0
  162. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/debugging-and-logging.md +47 -0
  163. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/preset-properties.md +52 -0
  164. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced.md +267 -0
  165. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/release-notes.md +82 -0
  166. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter.md +139 -0
  167. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/compliance.md +26 -0
  168. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/automatically-track-events.md +121 -0
  169. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/debugging-and-logging.md +54 -0
  170. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/preset-properties.md +18 -0
  171. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced.md +305 -0
  172. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/release-notes.md +79 -0
  173. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native.md +137 -0
  174. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/release-notes.md +24 -0
  175. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/automatically-track-events.md +54 -0
  176. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/debugging-and-logging.md +53 -0
  177. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/multi-instance.md +42 -0
  178. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/preset-properties.md +119 -0
  179. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/support-native.md +81 -0
  180. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced.md +331 -0
  181. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app.md +156 -0
  182. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform.md +12 -0
  183. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/automatic-event-tracking.md +29 -0
  184. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/debugging-and-logging.md +47 -0
  185. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/multi-instance.md +21 -0
  186. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/preset-properties.md +249 -0
  187. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced.md +301 -0
  188. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/compliance.md +24 -0
  189. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/release-notes.md +51 -0
  190. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x.md +281 -0
  191. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/automatic-event-tracking.md +70 -0
  192. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/debugging-and-logging.md +57 -0
  193. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/native-support.md +104 -0
  194. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/preset-properties.md +91 -0
  195. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance.md +374 -0
  196. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/compliance.md +35 -0
  197. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/release-notes.md +109 -0
  198. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator.md +170 -0
  199. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/compliance.md +28 -0
  200. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/automatic-event-tracking.md +29 -0
  201. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/debugging-and-logging.md +58 -0
  202. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/preset-properties.md +43 -0
  203. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced.md +204 -0
  204. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/release-notes.md +29 -0
  205. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona.md +269 -0
  206. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/compliance.md +24 -0
  207. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/release-notes.md +177 -0
  208. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/automatic-event-tracking.md +119 -0
  209. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/debugging-and-logging.md +47 -0
  210. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/multi-instance.md +50 -0
  211. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/native-pluggable.md +43 -0
  212. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/preset-properties.md +212 -0
  213. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/third-party-integration.md +77 -0
  214. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced.md +396 -0
  215. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity.md +176 -0
  216. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/compliance.md +24 -0
  217. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/release-notes.md +81 -0
  218. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/automatic-event-tracking.md +79 -0
  219. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/debugging-and-logging.md +31 -0
  220. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/preset-properties.md +25 -0
  221. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/third-party-integrations.md +141 -0
  222. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced.md +278 -0
  223. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal.md +190 -0
  224. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine.md +14 -0
  225. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/h5-and-app-sdk-connection.md +147 -0
  226. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/instant-app-and-game.md +24 -0
  227. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/compliance.md +24 -0
  228. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/automatic-event-tracking.md +272 -0
  229. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/debugging-and-logging.md +77 -0
  230. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/multi-instance.md +142 -0
  231. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/preset-properties.md +484 -0
  232. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/third-party-integrations.md +132 -0
  233. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced.md +682 -0
  234. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/release-notes.md +163 -0
  235. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios.md +304 -0
  236. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/compliance.md +29 -0
  237. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/automatic-event-tracking.md +136 -0
  238. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/debugging-and-logging.md +48 -0
  239. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/multi-instance.md +50 -0
  240. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/preset-properties.md +132 -0
  241. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced.md +462 -0
  242. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/release-notes.md +107 -0
  243. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript.md +208 -0
  244. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced/debugging-and-logging.md +62 -0
  245. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced/preset-properties.md +118 -0
  246. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced.md +556 -0
  247. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos.md +231 -0
  248. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk.md +25 -0
  249. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/filebeat-logstash-user-guide.md +610 -0
  250. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/logbus2-user-guide.md +1215 -0
  251. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/ta-datax-writer-plugin-user-guide.md +278 -0
  252. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools.md +15 -0
  253. package/wiki/te-docs/raw/data-ingestion-guide/privacy-policy.md +38 -0
  254. package/wiki/te-docs/raw/data-ingestion-guide/restful-api-user-guide.md +155 -0
  255. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging-FM9Cwz.md +37 -0
  256. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging-RSyfw7.md +41 -0
  257. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging.md +89 -0
  258. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties-OxzWw.md +126 -0
  259. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties-VuE3wr.md +126 -0
  260. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties.md +126 -0
  261. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced-IauKwI.md +175 -0
  262. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced-YAilwk.md +210 -0
  263. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced.md +211 -0
  264. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes-PVazwa.md +62 -0
  265. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes-TADbwY.md +50 -0
  266. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes.md +69 -0
  267. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c-V2W3wv.md +131 -0
  268. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c-Zf9Jwl.md +179 -0
  269. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c.md +189 -0
  270. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced/debugging-and-logging.md +38 -0
  271. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced/preset-properties.md +126 -0
  272. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced.md +113 -0
  273. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/release-notes.md +34 -0
  274. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang.md +155 -0
  275. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced/debugging-and-logging.md +42 -0
  276. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced/preset-properties.md +126 -0
  277. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced.md +157 -0
  278. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/release-notes.md +72 -0
  279. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang.md +148 -0
  280. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced/debugging-and-logging.md +49 -0
  281. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced/preset-properties.md +126 -0
  282. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced.md +223 -0
  283. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/release-notes.md +88 -0
  284. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java.md +174 -0
  285. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced/debugging-and-logging.md +46 -0
  286. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced/preset-properties.md +126 -0
  287. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced.md +182 -0
  288. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/release-notes.md +61 -0
  289. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua.md +121 -0
  290. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced/debugging-and-logging.md +55 -0
  291. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced/preset-properties.md +126 -0
  292. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced.md +225 -0
  293. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/release-notes.md +45 -0
  294. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs.md +141 -0
  295. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced/debugging-and-logging.md +41 -0
  296. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced/preset-properties.md +126 -0
  297. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced.md +216 -0
  298. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/release-notes.md +45 -0
  299. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php.md +173 -0
  300. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced/debugging-and-logging.md +40 -0
  301. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced/preset-properties.md +126 -0
  302. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced.md +206 -0
  303. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/release-notes.md +51 -0
  304. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python.md +116 -0
  305. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/release-notes.md +44 -0
  306. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced/debugging-and-logging.md +47 -0
  307. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced/preset-properties.md +126 -0
  308. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced.md +189 -0
  309. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby.md +142 -0
  310. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk.md +22 -0
  311. package/wiki/te-docs/raw/data-ingestion-guide/thinkingdata-privacy-policy.md +37 -0
  312. package/wiki/te-docs/raw/data-ingestion-guide.md +48 -0
  313. package/wiki/te-docs/raw/preparations-before-data-ingestion/data-rules.md +396 -0
  314. package/wiki/te-docs/raw/preparations-before-data-ingestion/preset-properties-and-system-fields.md +957 -0
  315. package/wiki/te-docs/raw/preparations-before-data-ingestion/user-identification-rules.md +723 -0
  316. package/wiki/te-docs/raw/preparations-before-data-ingestion.md +203 -0
  317. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//345/220/210/350/247/204/346/214/207/345/215/227.md +96 -0
  318. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//346/233/264/346/226/260/346/227/245/345/277/227.md +97 -0
  319. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +52 -0
  320. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +48 -0
  321. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +447 -0
  322. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227.md +370 -0
  323. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony.md +172 -0
  324. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  325. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//346/233/264/346/226/260/346/227/245/345/277/227.md +209 -0
  326. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +71 -0
  327. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +49 -0
  328. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +125 -0
  329. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +498 -0
  330. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217//350/277/233/351/230/266/346/214/207/345/215/227.md +612 -0
  331. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//345/260/217/347/250/213/345/272/217/345/260/217/346/270/270/346/210/217.md +373 -0
  332. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//345/220/210/350/247/204/346/214/207/345/215/227.md +26 -0
  333. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//346/233/264/346/226/260/346/227/245/345/277/227.md +32 -0
  334. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +48 -0
  335. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +30 -0
  336. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +61 -0
  337. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua//350/277/233/351/230/266/346/214/207/345/215/227.md +236 -0
  338. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-lua.md +200 -0
  339. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//346/233/264/346/226/260/346/227/245/345/277/227.md +83 -0
  340. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +66 -0
  341. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +54 -0
  342. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +62 -0
  343. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +358 -0
  344. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret//350/277/233/351/230/266/346/214/207/345/215/227.md +615 -0
  345. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret.md +166 -0
  346. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//346/233/264/346/226/260/346/227/245/345/277/227.md +87 -0
  347. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +71 -0
  348. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225.md +54 -0
  349. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//350/207/252/345/212/250/351/207/207/351/233/206.md +61 -0
  350. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247.md +406 -0
  351. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair//350/277/233/351/230/266/346/214/207/345/215/227.md +597 -0
  352. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair.md +179 -0
  353. package/wiki/te-docs/schema.md +16 -0
  354. package/wiki/te-docs/synthesis/batch-ingest-comparison.md +324 -0
  355. package/wiki/te-docs/synthesis/js-sdk-cheatsheet.md +538 -0
  356. package/wiki/te-docs/synthesis/restful-api-reference.md +363 -0
  357. package/wiki/te-docs/synthesis/sdk-selection.md +372 -0
  358. package/wiki/te-docs/synthesis/server-sdk-overview.md +449 -0
  359. package/dist/chunk-KAEZTSXN.js +0 -99
  360. package/dist/chunk-OJDNO5QY.js +0 -63
@@ -0,0 +1,203 @@
1
+ ---
2
+ code: pre_installation_menu
3
+ name: "Preparations before Data Ingestion"
4
+ wikiToken: OhD8we9iai6Xk5kM1QNc8ITRnQe
5
+ parentWikiToken: Hx0SwfT0aiwGRekQp2ocJ7okn0g
6
+ updateTime: 1776412189000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=pre_installation_menu
8
+ ---
9
+
10
+ ::: tip
11
+ The section of [<text underline="true">Basic knowledge</text>](https://thinkingdata.feishu.cn/docx/PCFEdBbNOo306LxIghpc7IfinHf) offers AE data rules that must be understood before data ingestion.
12
+ The section of [<text underline="true">Information required data ingestion</text>](https://thinkingdata.feishu.cn/docx/PCFEdBbNOo306LxIghpc7IfinHf) has listed the system parameters that should be configured before data ingestion.
13
+ :::
14
+ The AE (AgenticEngine) system provides a full-end data ingestion scheme.
15
+ Generally speaking, one has to complete three steps before accessing AE: firstly, sorting out the data tracking scheme based on service requirements. Analysts of Thinking data would help you finish the task; secondly, the R&D staff should complete data ingestion according to the data tracking scheme; finally, the correctness of data ingestion should be verified. The data ingestion procedure is shown in the following figure:
16
+ <image token="CIwHbD3iXo0vpqxVaa3ctkM3nZg" width="1198" height="240" align="center"/>
17
+
18
+ It is important to understand the basic knowledge about the AE system before data ingestion. This document would offer an overall introduction to the knowledge related to data ingestion. Meanwhile, it would also specify how to obtain help when you want to gain more information.
19
+ This document is targeted at all colleagues who participated in data ingestion, including business personnel, R&D staff, testing personnel, etc.
20
+ ## **I. Overview**
21
+ AE provides a full-end data ingestion scheme, introducing the following major ingestion methods:
22
+ - [Client SDK](https://thinkingdata.feishu.cn/wiki/KaFCwNeV3iRxjNkpT3QcDMg3n5V): able to track device information and user behavior information having no communication with the server, which is easy to use
23
+ - [Server SDK](https://thinkingdata.feishu.cn/wiki/IKVPwn4NfiIhijk5EcAcMf6pn7e): more accurate content tracking; applicable to core service data tracking
24
+ - [Data import tool](https://thinkingdata.feishu.cn/wiki/S9D7wPqKDiC6zhkvv2dc6MgonCg): used for importing historical data in general situations; combining the server-side SDK with LogBus is also a frequently used server-side data tracking scheme
25
+ For general apps and Web development, we provide:
26
+ - [<text underline="true">React Native SDK quick start guide</text>](https://thinkingdata.feishu.cn/wiki/E1F3wNsc3iW7dckzhH9cA2h2nIg)
27
+ - [<text underline="true">Flutter SDK quick start guide</text>](https://thinkingdata.feishu.cn/wiki/OzW1wBUwbiX7D5k8ZaSc6Uy0ndh)
28
+ - Original SDK: [<text underline="true">Android SDK</text>](https://thinkingdata.feishu.cn/wiki/Sis2weaL2iJOOWklkX1cZAtcnVc), [<text underline="true">iOS SDK</text>](https://thinkingdata.feishu.cn/wiki/Wxc7wQj3FitXYVkTuW5cAAtPnCc)
29
+ - Third-party framework: [<text underline="true">Flutter</text>](https://thinkingdata.feishu.cn/wiki/OzW1wBUwbiX7D5k8ZaSc6Uy0ndh), [<text underline="true">Reactive Native</text>](https://thinkingdata.feishu.cn/wiki/E1F3wNsc3iW7dckzhH9cA2h2nIg)
30
+ - H5 development:<text color="purple" underline="true"> </text>[<text color="purple" underline="true">JavaScript SDK</text>](https://thinkingdata.feishu.cn/wiki/HwzHwHeb5iFceqk6Eylcd03UnMh), [<text underline="true">H5 and original SDK connection</text>](https://thinkingdata.feishu.cn/wiki/FOFZwGHJii1Jm2ke88DcFrrJnUb)
31
+ For the development of mini-games, we provide:
32
+ - Support from mainstream game engines: [<text underline="true">Cocos Creator</text>](https://thinkingdata.feishu.cn/wiki/AL6VwEXmiiAgK7kXq97c8YXNnLc)
33
+ For the development of mobile games, we provide:
34
+ - [<text underline="true">Unity SDK</text>](https://thinkingdata.feishu.cn/wiki/NaFYwOKI1iN5mgkTPQwcZY0tnRg)
35
+ - [<text underline="true">Unreal 4 SDK</text>](https://thinkingdata.feishu.cn/wiki/Tjh7wx7FYinevfkG0mwcLxsSnea)
36
+ As for the service-side tracking scheme, we recommend the scheme of [<text underline="true">Server SDK</text>](https://thinkingdata.feishu.cn/wiki/IKVPwn4NfiIhijk5EcAcMf6pn7e)<text underline="true"> </text>+ [<text underline="true">Logbus</text>](https://thinkingdata.feishu.cn/wiki/SlE6wOEK3isQvukzEbnc5V0inNa). This scheme has robust performance in terms of the stability, timeliness and efficiency of data importing.
37
+ If you need to import certain historical heterogeneous data or supplement some data into the AE system, you can import the data with [<text underline="true">DataX</text>](https://thinkingdata.feishu.cn/wiki/Taa9wJpfHiBIgckwrQtcGauRnTh). Different from the Logbus scheme, DataX is not a resident service. The timeliness of data could not be ensured for the generation of new data could not be monitored and new data could not be imported timely. The advantage of DataX is its ability to import the heterogeneous data of multiple data sources with simple operations.
38
+ If you have used Filebeat and Logstash to collect logs and want to import log data into the AE system, you can use [Filebeat +Logstash](https://thinkingdata.feishu.cn/wiki/PX2xwuYOwiaSnOkWUjrcNm0lnGf) scheme.
39
+ You can choose the scheme that is suitable for the technical structure and service requirements of your products according to the status quo of your business when designing the data tracking scheme. If you have any questions about the tracking scheme, please consult our analysts or technical support colleague in the support group chat.
40
+ ## **II. Basic Knowledge**
41
+ ### **2.1 ****AE data model**
42
+ Before data ingestion, we need to understand what is the data in AE.
43
+ Indeed, designing data tracking scheme is a process of determining which user behavior event should be collected according to the objectives of service analysis. For example, if we need to analyze the status quo of user recharging, we need to track the payment behavior data of users. User behavior data can be divided into who, when, where, how and what, as shown in the following figure:
44
+ <image token="CY2vbnMs1ohzwKxPBmjcbfz8nAh" width="1510" height="702" align="center"/>
45
+
46
+ User behavior data could be organized as user-related data and event-related data in AE and stored in the user table and list table respectively. User data could mainly be used to describe the user state and properties that would not change frequently. Event data is used to describe information related to specific behavior events.
47
+ In the data tracking scheme, you should determine when should user data tracking be triggered and when should event tracking be triggered.
48
+ All of our data ingestion guidance would introduce the method for tracking event data and user data respectively.
49
+ ### **2.2 User identification rules**
50
+ It should be clarified to which user each piece of user data or event data belongs. In scenarios without an account system, the ID related to the device could be used as the unique identifier of the user. However, in scenarios with an account system, a user may generate data on multiple devices. Therefore, the data in multiple terminals should be included in the analysis, which does not apply to the unique ID related to devices.
51
+ To handle the above two scenarios, two user Ids should be used in the data ingestion process of identifier users:
52
+ - Distinct ID (#distinct_id): the client side would generate a random distinct ID by default to identify users. It also provides an interface to read and modify default distinct IDs.
53
+ - Account ID (#account_id): when the client logs in, the account ID could be set. The data in multiple devices could be correlated through the account ID.
54
+ Each piece of data must contain a distinct ID or account ID. A distinct ID could be generated by the client-side SDK by default. After you call the `login` interface to set the account ID, all the data would carry distinct ID and account ID simultaneously during the data tracking process. You need to upload at least one of account ID and distinct ID when tracking data through the server.
55
+ In the AE background, the unique ID of a user should be identified as the AE user ID (#user_id field). When receiving the data, we will create a new user according to specific [<text underline="true">User identification Rules</text>](https://thinkingdata.feishu.cn/wiki/Pov9wECdsi2QQsk4NN9cEPsvnyc), or bind the data with an existing user.
56
+ [<text underline="true">User identification rules</text>](https://thinkingdata.feishu.cn/wiki/Pov9wECdsi2QQsk4NN9cEPsvnyc) are very important. If the user ID is not set correctly, the data might be bound with the wrong user, which would undermine the analysis effect. Please read the rules carefully before data ingestion and specify the user identification scheme in the data tracking scheme.
57
+ ### **2.3 Data format**
58
+ No matter which method is applied for data ingestion, the unified data format, and the same data restrictions should be used to send data to the receiving end. Chapter [<text underline="true">data rules</text>](https://thinkingdata.feishu.cn/wiki/L5rSwhPp8iycp4kWAnGc35gvn3f) offer a detailed description of the data format and corresponding data restrictions.
59
+ When connecting data through SDK, you only need to call the corresponding interface. SDK would process the data with the required format before reporting the data. If you connect data through data import tools or [<text underline="true">Restful API</text>](https://thinkingdata.feishu.cn/wiki/Jsp1w2ewJiXA2wkBvU8ckXxhn6g)<text underline="true">,</text> you need to collate the data format according to the description in [<text underline="true">Data Rules</text>](https://thinkingdata.feishu.cn/wiki/L5rSwhPp8iycp4kWAnGc35gvn3f) before reporting the data.
60
+ Special attention should be paid to the naming rules and data type to ensure that the data format conforms to relevant requirements.
61
+ - Naming rules: the event name and property name both could only contain letters, figures, and underline _, starting with letters with a maximum length of 50 characters
62
+ <quote-container>
63
+ Note: The property name is insensitive to the upper case and lower case, while the event name is sensitive to the upper and lower case.
64
+ </quote-container>
65
+
66
+ - Data type of property value
67
+
68
+ <lark-table rows="8" cols="4" column-widths="155,173,219,187">
69
+
70
+ <lark-tr>
71
+ <lark-td>
72
+ ** ****AE data type**** **
73
+ </lark-td>
74
+ <lark-td>
75
+ ** Sample value **
76
+ </lark-td>
77
+ <lark-td>
78
+ ** Instructions on values **
79
+ </lark-td>
80
+ <lark-td>
81
+ ** Type of data **
82
+ </lark-td>
83
+ </lark-tr>
84
+ <lark-tr>
85
+ <lark-td>
86
+ Numerical value
87
+ </lark-td>
88
+ <lark-td>
89
+ 123,1.23
90
+ </lark-td>
91
+ <lark-td>
92
+ Data range: -9E15 to 9E15
93
+ </lark-td>
94
+ <lark-td>
95
+ Number
96
+ </lark-td>
97
+ </lark-tr>
98
+ <lark-tr>
99
+ <lark-td>
100
+ Text
101
+ </lark-td>
102
+ <lark-td>
103
+ "ABC","Shanghai"
104
+ </lark-td>
105
+ <lark-td>
106
+ The upper limit of characters is 2KB by default
107
+ </lark-td>
108
+ <lark-td>
109
+ String
110
+ </lark-td>
111
+ </lark-tr>
112
+ <lark-tr>
113
+ <lark-td>
114
+ Time
115
+ </lark-td>
116
+ <lark-td>
117
+ "2019-01-01 00:00:00","2019-01-01 00:00:00.000"
118
+ </lark-td>
119
+ <lark-td>
120
+ "yyyy-MM-dd HH:mm:ss.SSS" or "yyyy-MM-dd HH:mm:ss". If it is necessary to indicate the date, "yyyy-MM-dd 00:00:00" could be used
121
+ </lark-td>
122
+ <lark-td>
123
+ String
124
+ </lark-td>
125
+ </lark-tr>
126
+ <lark-tr>
127
+ <lark-td>
128
+ Boolean
129
+ </lark-td>
130
+ <lark-td>
131
+ true,false
132
+ </lark-td>
133
+ <lark-td>
134
+ -
135
+ </lark-td>
136
+ <lark-td>
137
+ Boolean
138
+ </lark-td>
139
+ </lark-tr>
140
+ <lark-tr>
141
+ <lark-td>
142
+ List
143
+ </lark-td>
144
+ <lark-td>
145
+ ["a","1","true"]
146
+ </lark-td>
147
+ <lark-td>
148
+ Elements in the list would all be converted into character strings, with at most 500 elements in the list
149
+ </lark-td>
150
+ <lark-td>
151
+ Array(String)
152
+ </lark-td>
153
+ </lark-tr>
154
+ <lark-tr>
155
+ <lark-td>
156
+ Object
157
+ </lark-td>
158
+ <lark-td>
159
+ {hero_name:"Liu Bei",hero_level:22,hero_equipment: {"hero_name":"Liu Bei","hero_level":22,"hero_equipment": ["Male and female swords","Delu"],"hero_if_support":False}
160
+ </lark-td>
161
+ <lark-td>
162
+ Each sub-property (Key) in the object has its own data type. For detailed instructions on the values, please refer to the general properties of the corresponding above-mentioned types. There are at most 100 sub-properties inside the object
163
+ </lark-td>
164
+ <lark-td>
165
+ Object
166
+ </lark-td>
167
+ </lark-tr>
168
+ <lark-tr>
169
+ <lark-td>
170
+ Object group
171
+ </lark-td>
172
+ <lark-td>
173
+ {hero_name:"Liu Bei",hero_level:22,hero_equipment: ["Male and female swords","Delu"],"hero_if_support":False}, {"hero_name":"Liu Bei","hero_level":22,"hero_equipment": ["Male and female swords","Delu"],"hero_if_support":False}]
174
+ </lark-td>
175
+ <lark-td>
176
+ Each sub-property (Key) in the object has its own data type. For detailed instructions on the values, please refer to the general properties of the corresponding above-mentioned types. There are at most 500 OBJECTS inside the object group
177
+ </lark-td>
178
+ <lark-td>
179
+ Array(Object)
180
+ </lark-td>
181
+ </lark-tr>
182
+ </lark-table>
183
+
184
+
185
+ <quote-container>
186
+ Note: in the AE background, the type of property value would be determined according to the type of property received for the first time. In the future, if the type of a certain property value in the data is inconsistent with the type confirmed previously, the property would be abandoned.
187
+ </quote-container>
188
+
189
+ In the AE background, you may notice that certain property names start with #, which is used as preset properties. It is unnecessary to set preset properties especially. SDK would track such properties by default. For detailed information, please refer to [<text underline="true">Preset properties and system fields</text>](https://thinkingdata.feishu.cn/wiki/HoS9wEGASi5cpMkA2KocFLkfndg).
190
+ You should be especially noted that when the data format or type is not set correctly, the data could not be stored. Therefore, during and after the data ingestion process, you may need to verify or observe the correctness of data tracking through the [Tracking plan](https://thinkingdata.feishu.cn/wiki/K443wTChAiFc47kBz8ucXqVfnSf) module and modify the problems that occurred timely.
191
+ ## **III. Information Required for Data Ingestion**
192
+ Before the R&D staff performs data ingestion officially, you should ensure the following information has been obtained:
193
+ 1. Project APP ID: when you create a project in the AE background, the APP ID of the project would be generated, which could be checked on the project management page.
194
+ 2. Confirm the address of the data receiving end
195
+ - If you are using a SaaS version, please check the receiver URL on this page
196
+ <image token="PCQTbAnrio8PtyxRz8bcmuG0ngb" width="1674" height="1318" align="center"/>
197
+
198
+ - If you use the private deployment version, you can customize the data tracking URL .
199
+ 3. Verify the address of the receiving end: visit https://YOUR_RECEIVER_URL/health-check with the browser. If the page returns ok, it means the address is right.
200
+ 4. Data tracking scheme should include:
201
+ - Data ingestion method: client-side SDK. Server SDK, data import tool, or methods combining several schemes
202
+ - Content and trigger time of data to be ingested
203
+ You have finished reading the document of preparation before data ingestion. Congratulations. Now, you can perform data ingestion according to the method selected by referring to the corresponding data ingestion guidance.
@@ -0,0 +1,96 @@
1
+ ---
2
+ code: openharmony_sdk_compliance
3
+ name: "合规指南"
4
+ wikiToken: Oqo5wFXnSi28nZkThtZcyF4qnEK
5
+ parentWikiToken: G1ZhwUWl2iwrvbkLDr3cThPDngd
6
+ updateTime: 1776262493000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=zh-CN&code=openharmony_sdk_compliance
8
+ ---
9
+
10
+ ## 一、最新SDK版本说明
11
+ 满足监管新规的最新SDK版本:1.7.6
12
+ ## 二、权限调用合规要求
13
+
14
+ | 权限名称 | 权限说明 | 使用目的 | 权限申请时机 |
15
+ |---|---|---|---|
16
+ | *ohos.permission.INTERNET* | *允许使用Internet网络* | *在使用上报数据功能时,用于访问网络数据* | *SDK初始化或者调用上报数据接口时* |
17
+ | *ohos.permission.GET_NETWORK_INFO* | *允许应用获取网络信息* | *在使用上报数据功能时,SDK 会根据网络状态选择是否发送数据* | *SDK初始化时* |
18
+ | *ohos.permission.STORE_PERSISTENT_DATA* | *允许应用存储持久化的数据* | *存储应用卸载之后需要保持不变的数据* | *SDK初始化时* |
19
+
20
+ ## 三、延迟初始化要求
21
+ 为了避免您的应用在未获取用户的同意前SDK提前处理用户的个人信息,SDK需要在用户同意 《隐私政策》后初始化。
22
+ 示例代码如下:
23
+ ```java
24
+ // 根据隐私协议判断是否开启数据采集
25
+ if (授权隐私政策) {
26
+ TDAnalytics.init(context, "appId", "serverUrl")
27
+ }
28
+ ```
29
+
30
+ SDK初始化的时候会收集操作系统版本、设备制造商、操作系统、屏幕分辨率、设备型号、APP 版本、网络状态、网络运营商、应用安装时间、系统语言等信息,用于统计分析功能。
31
+ ## 四、SDK 可选个人信息的配置说明
32
+ 开发者可以通过 SDK 可选个⼈信息的配置示例说明进⾏配置。您可以在SDK初始化的时候配置`disablePresetProperties` 参数,配置需要禁用的设备信息数组。disablePresetProperties默认是空数组,就是默认会采集所有的预置属性,如果你需要禁用某一个预置属性,可以将需要禁用的预置属性添加到disablePresetProperties数组中。
33
+ 以下是SDK 中所有事件默认采集的预置属性:
34
+
35
+ | **属性名** | **中文名** | **属性类型** | **采集时机** | **说明** |
36
+ |---|---|---|---|---|
37
+ | #ip | IP 地址 | 文本 | 服务端采集 | 用户的 IP 地址,AE 将以此获取用户的地理位置信息 |
38
+ | #country | 国家 | 文本 | 服务端采集 | 用户所在国家,根据 IP 地址生成 |
39
+ | #country_code | 国家代码 | 文本 | 服务端采集 | 用户所在国家的国家代码(ISO 3166-1 alpha-2,即两位大写英文字母),根据 IP 地址生成 |
40
+ | #province | 省份 | 文本 | 服务端采集 | 用户所在省份,根据 IP 地址生成 |
41
+ | #city | 城市 | 文本 | 服务端采集 | 用户所在城市,根据 IP 地址生成 |
42
+ | #os_version | 操作系统版本 | 文本 | 初始化时采集一次 | iOS 11.2.2、Android 8.0.0 等 |
43
+ | #manufacturer | 设备制造商 | 文本 | 初始化时采集一次 | 用户设备的制造商,如 Apple,vivo 等 |
44
+ | #os | 操作系统 | 文本 | 初始化时采集一次 | 如 Android、iOS、HarmonyOS 等 |
45
+ | #device_id | 设备 ID | 文本 | 初始化时采集一次 | 用户的设备 ID,iOS 取用户的 IDFV 或 UUID,Android 取 androidID |
46
+ | #screen_height | 屏幕高度 | 数值 | 初始化时采集一次 | 用户设备的屏幕高度,如 1920 等 |
47
+ | #screen_width | 屏幕宽度 | 数值 | 初始化时采集一次 | 用户设备的屏幕高度,如 1080 等 |
48
+ | #device_model | 设备型号 | 文本 | 初始化时采集一次 | 用户设备的型号,如 iPhone 8 等 |
49
+ | #device_type | 设备类型 | 文本 | 初始化时采集一次 | 设备类型,如 "Tablet"、"Phone" |
50
+ | #app_version | APP 版本 | 文本 | 初始化时采集一次 | 您的 APP 的版本 |
51
+ | #bundle_id | 应用唯一标识 | 文本 | 初始化时采集一次 | 应用包名或进程名 |
52
+ | #lib | SDK 类型 | 文本 | 初始化时采集一次 | 您接入 SDK 的类型,如 Android,iOS 等 |
53
+ | #lib_version | SDK 版本 | 文本 | 初始化时采集一次 | 您接入 SDK 的版本 |
54
+ | #network_type | 网络状态 | 文本 | 初始化时采集一次,网络状态变化时采集 | 上传事件时的网络状态,如 WIFI、3G、4G 等 |
55
+ | #carrier | 网络运营商 | 文本 | 初始化时采集一次 | 用户设备的网络运营商,如中国移动,中国电信等 |
56
+ | #zone_offset | 时区偏移 | 数值 | 事件发生时采集 | 数据时间相对 UTC 时间的偏移小时数 |
57
+ | #install_time | 程序安装时间 | 时间 | 初始化时采集一次 | 用户安装应用的时间,值来源于系统 |
58
+ | #system_language | 系统语言 | 文本 | 初始化时采集一次 | 用户设备的系统语言(ISO 639-1,即两位小写英文字母),如 zh, en 等 |
59
+
60
+ 例如您需要禁用#os(操作系统)、#os_version(操作系统版本),配置示例代码如下:
61
+ ```typescript
62
+ let config = new TDConfig()
63
+ config.appId = 'appId'
64
+ config.serverUrl = 'url'
65
+ config.disablePresetProperties =["#os", "#os_version"]
66
+ TDAnalytics.initWithConfig(context, config)
67
+ ```
68
+
69
+ 如果您需要禁用全部的预置属性,可以将所有的属性配置到disablePresetProperties数组中,示例代码如下:
70
+ ```typescript
71
+ let config = new TDConfig()
72
+ config.appId = 'appId'
73
+ config.serverUrl = 'url'
74
+ config.disablePresetProperties =["#lib", "#lib_version", "#os", "#os_version", "#bundle_id", "#install_time", "#manufacturer", "#device_model",
75
+ "#device_type", "#screen_width", "#screen_height","#system_language","#carrier","#app_version","#device_id","#network_type","#ip"]
76
+ TDAnalytics.initWithConfig(context, config)
77
+ ```
78
+
79
+ ## 五、隐私政策披露要求与示例说明
80
+ 在您接入、使用数数科技SDK服务前,我们要求您在隐私政策中向用户告知我们SDK的名称、SDK提供方名称、收集个人信息类型、使用目的、隐私政策链接,并获取用户的同意或取得其他合法性基础。您可以参考如下方式提供条款内容:
81
+ **第三方SDK名称**:数数科技SDK
82
+ **第三方公司名称**:数数信息科技(上海)有限公司
83
+ **收集个人信息类型**:在《隐私政策》中收集和获得您的个人信息栏目中根据实际情况填写以下内容,当您在激活使用时,我们会通过数数科技SDK收集您的设备信息(IP 地址解析的位置信息、国家、国家代码、省份、城市、操作系统版本、设备制造商、操作系统、屏幕分辨率、设备型号、APP 版本、网络状态、网络运营商、应用安装时间、系统语言)。
84
+ **个人信息收集时机:**SDK初始化时获取。
85
+ **使用目的**:用于统计分析用户在 App 内的使用效果。
86
+ **隐私政策链接:****https://docs-v2.thinkingdata.cn/?version=latest&lan=zh-CN&code=privacy_cn&anchorId=**
87
+ ## 六、最终用户授权同意的建议方式
88
+ App ⾸次运⾏时应当有隐私弹窗,隐私弹窗中应公示简版隐私政策内容并附完整版隐私政策链接,并明 确提示最终⽤户阅读并选择是否同意隐私政策;隐私弹窗应提供同意按钮和拒绝同意的按钮,并由最终⽤户主动选择。
89
+ 建议通过弹窗的形式征求用户授权同意,弹窗内容中需包含数数科技SDK需要申请的权限和采集的用户相关信息。
90
+ 隐私政策授权弹窗示例:
91
+
92
+ (图片:隐私政策授权弹窗示例)
93
+
94
+ 敏感个人信息授权弹窗示例:
95
+
96
+ (图片:敏感个人信息授权弹窗示例)
@@ -0,0 +1,97 @@
1
+ ---
2
+ code: openharmony_sdk_release_note
3
+ name: "更新日志"
4
+ wikiToken: ROKawkPC4ikdvfkxKUac2tsDnAh
5
+ parentWikiToken: G1ZhwUWl2iwrvbkLDr3cThPDngd
6
+ updateTime: 1775528174000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=zh-CN&code=openharmony_sdk_release_note
8
+ ---
9
+
10
+ ## v1.8.1
11
+ **更新时间: 2026/03/25 **[下载](https%3A%2F%2Fdownload.thinkingdata.cn%2Fclient%2Fharmony%2Ftd_harmony_sdk_v1.8.1.zip)
12
+ **更新内容:**
13
+ - 已知问题修复
14
+ ## v1.8.0
15
+ **更新时间: 2026/03/18 **[下载](https%3A%2F%2Fdownload.thinkingdata.cn%2Fclient%2Fharmony%2Ftd_harmony_sdk_v1.8.0.zip)
16
+ **更新内容:**
17
+ - 使用gzip压缩优化数据上报
18
+ - 优化时区问题,使用number类型
19
+ - 页面浏览支持Navigation
20
+ - 页面浏览支持自定义参数
21
+ - 元素点击支持自定义参数
22
+ ## v1.7.6
23
+ **更新时间: 2026/01/05 **[下载](https%3A%2F%2Fdownload.thinkingdata.cn%2Fclient%2Fharmony%2Ftd_harmony_sdk_v1.7.6.zip)
24
+ **更新内容:**
25
+ - 已知问题修复
26
+ ## v1.7.5
27
+ **更新时间: 2025/09/23 **[下载](https%3A%2F%2Fdownload.thinkingdata.cn%2Fclient%2Fharmony%2Ftd_harmony_sdk_v1.7.5.zip)
28
+ **更新内容:**
29
+ - 已知问题修复
30
+ ## v1.7.4
31
+ **更新时间: 2025/08/29**
32
+ **更新内容:**
33
+ - 使用发布证书签名
34
+ ## v1.7.3
35
+ **更新时间: 2025/08/12 **[下载](https%3A%2F%2Fdownload.thinkingdata.cn%2Fclient%2Fharmony%2Ftd_harmony_sdk_v1.7.3.zip)
36
+ **更新内容:**
37
+ - 已知问题修复
38
+ ## v1.7.1
39
+ **更新时间: 2025/03/15**
40
+ **更新内容:**
41
+ - 更改为正式签名
42
+ ## v1.7.0
43
+ **更新时间: 2025/03/10**
44
+ **更新内容:**
45
+ - SDK签名、混淆、字节码打包
46
+ ## v1.6.0
47
+ **更新时间: 2025/01/20**
48
+ **更新内容:**
49
+ - 支持自动采集控件点击事件
50
+ - 支持自动采集Router页面浏览事件
51
+ - 设备号卸载之后保持不变
52
+ ## v1.5.0
53
+ **更新时间: 2024/12/30**
54
+ **更新内容:**
55
+ - 提供获取账号ID接口
56
+ - 解决API调用时序问题
57
+ - 自动采集事件支持自定义属性
58
+ - 预置属性开关
59
+ - H5页面数据打通
60
+ - 代码优化
61
+ ## v1.4.0
62
+ **更新时间: 2024/10/10**
63
+ **更新内容:**
64
+ - 支持在work线程中调用
65
+ ## v1.3.0
66
+ **更新时间: 2024/06/07**
67
+ **更新内容:**
68
+ - 修复userUnset带时间无效的问题
69
+ - userDelete支持带时间
70
+ - 初始化、timeEvent、calibrateTime去除await
71
+ ## v1.2.1
72
+ **更新时间: 2024/05/15**
73
+ **更新内容:**
74
+ - 指定http协议为1.1解决部分手机上报数据失败问题
75
+ ## v1.2.0
76
+ **更新时间: 2024/04/12**
77
+ **更新内容:**
78
+ - 增加数据缓存和批量发送功能
79
+ - 支持自动采集
80
+ - 支持数据存储和上报加密
81
+ - 支持自定义时区
82
+ - 支持事件上报带时区
83
+ - 数据上报策略-支持WIFI、ALL
84
+ ## v1.1.0
85
+ **更新时间: 2024/01/11**
86
+ **更新内容:**
87
+ - 适配ArkTS
88
+ - 解决获取访客ID为空的问题
89
+ ## v1.0.0
90
+ **更新时间: 2023/10/23**
91
+ **更新内容:**
92
+ - 支持事件和用户属性上报
93
+ - 支持首次、更新、重写事件的上报
94
+ - 支持 访客 ID 和 用户账号 的设置
95
+ - 支持静态公共属性和动态公共属性设置
96
+ - 支持Debug和DebugOnly模式上报数据
97
+ - 支持时间校准功能
@@ -0,0 +1,52 @@
1
+ ---
2
+ code: openharmony_sdk_multi_appid
3
+ name: "多实例"
4
+ wikiToken: PJlcwcsswiCeAgkTqnKcmAo8nsb
5
+ parentWikiToken: OC7JwBjzKiqT9Ck1WPAcpEaGnBd
6
+ updateTime: 1774247886000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=zh-CN&code=openharmony_sdk_multi_appid
8
+ ---
9
+
10
+ ## 一、功能介绍
11
+ 我们支持使用多个Appid,创建SDK实例,我们简称为多实例。通过多实例功能,您可以上报数据到不同的项目。
12
+ ## 二、创建多实例
13
+ 传入不同的 APP ID 完成 SDK 初始化,即可创建多个 SDK 实例:
14
+ ```javascript
15
+ //初始化配置1
16
+ var config_1 = {
17
+ appId: "app-id-1",
18
+ serverUrl: "https://youserverurl.1.com"
19
+ };
20
+ TDAnalytics.init(config_1);
21
+
22
+ //初始化配置2
23
+ var config_2 = {
24
+ appId: "app-id-2",
25
+ serverUrl: "https://youserverurl.2.com"
26
+ };
27
+ TDAnalytics.init(config_2);
28
+
29
+ //上报事件到配置1(不传app-id,默认上报到配置1)
30
+ TDAnalytics.track({
31
+ eventName: 'event_from_appid_1'
32
+ });
33
+ //上报事件到配置1(指定app-id-1)
34
+ TDAnalytics.track({
35
+ eventName: 'event_from_appid_1'
36
+ }, 'app-id-1');
37
+ //上报事件到配置2(指定app-id-2)
38
+ TDAnalytics.track({
39
+ eventName: 'event_from_appid_2'
40
+ }, 'app-id-2');
41
+ ```
42
+
43
+ 请注意多个 SDK 实例的 APP ID 必须不同,多实例之间的大多数数据是不共通的,详情可参考第四节"多实例间的数据、设置共享"。
44
+ ## 三、多实例间的数据共享
45
+ 大多数接口都是由实例对象所调用,因此绝大部分数据与设置在多 APPID 实例、父实例与轻量实例间是不共享的,但有部分数据与设置会对所有实例生效,以下是所有数据与设置在多实例间是否共享的详细说明:
46
+ 1. 账号相关信息
47
+ - 系统默认生成的访客 ID`#distinct_id`:共享
48
+ - 调用 `identify` 设置的访客 ID`#distinct_id`:不共享
49
+ - 调用`login`设置的账号 ID`#account_id`:不共享
50
+ 2. 事件上报`track`与用户属性上报`user_set`、`user_setOnce`、`user_add`、`user_delete`:不共享
51
+ 3. 公共属性`setSuperProperties`和动态公共属性`setDynamicSuperPropertiesTracker`:不共享
52
+ 1. 记录事件时长`timeEvent`:不共享
@@ -0,0 +1,48 @@
1
+ ---
2
+ code: openharmony_sdk_debug
3
+ name: "实时调试"
4
+ wikiToken: R62wwxYpFiaRGRkVYS1c3hECnBc
5
+ parentWikiToken: OC7JwBjzKiqT9Ck1WPAcpEaGnBd
6
+ updateTime: 1776262486000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=zh-CN&code=openharmony_sdk_debug
8
+ ---
9
+
10
+ 在SDK接入过程中,您可以通过查看SDK在IDE控制台中的日志或者使用 AE 的Debug功能,进行实时调试。
11
+ ## 一、打印SDK日志
12
+ ```javascript
13
+ TDAnalytics.enableLog(true)
14
+ ```
15
+
16
+ <quote-container>
17
+ 打开日志后,可以在IDE中来观察 SDK 的数据上报。
18
+ </quote-container>
19
+
20
+ ## 二、开启 Debug 模式
21
+ 开启Debug模式需要如下两步操作:
22
+ 1. 客户端开启Debug模式
23
+ 以下是客户端开启Debug模式的示例代码:
24
+ ```java
25
+ /*
26
+ 设置运行模式为 Debug 模式
27
+ TDMode.NORMAL:数据会存入缓存,并依据一定的缓存策略上报,默认为NORMAL模式;建议在线上环境使用
28
+ TDMode.DEBUG:数据逐条上报。当出现问题时会以日志和异常的方式提示用户;不建议在线上环境使用
29
+ TDMode.DEBUG_ONLY:只对数据做校验,不会入库;不建议在线上环境使用
30
+ */
31
+ let config = new TDConfig()
32
+ config.appId = 'appID'
33
+ config.serverUrl = 'serverUrl'
34
+ config.mode = TDMode.DEBUG
35
+ await TDAnalytics.initWithConfig(this.context, config)
36
+ ```
37
+
38
+ 1. TA后台添加Debug设备
39
+ 为了避免 Debug 模式在生产环境上线,规定只有指定的设备才能开启 Debug 模式。只有在客户端开启了 Debug 模式,并且设备 ID 在 TA 后台的"埋点管理"页的"Debug 数据"板块中配置了的设备才能开启 Debug 模式。
40
+ <image token="FicqbANgwo0FcnxiCojcYR51nZN" width="2309" height="857" align="center"/>
41
+
42
+ 设备 ID 可以通过以下三种方式获取:
43
+ - TA 平台中事件数据中的 #device_id 属性
44
+ - 客户端日志:SDK 初始化完成后会打印设备 DeviceId
45
+ - 通过实例接口调用:[<text color="purple" underline="true">获取设备ID</text>](https://thinkingdata.feishu.cn/wiki/OC7JwBjzKiqT9Ck1WPAcpEaGnBd)
46
+ <quote-container>
47
+ Debug 模式可能会影响数据采集质量和 App 的稳定性,只用于集成阶段数据验证,不要在线上环境使用。
48
+ </quote-container>