@thinkingai/ae-cli 1.0.30 → 6.0.16

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 (355) hide show
  1. package/dist/{auth-U25QJU5D.js → auth-DYC2BGLM.js} +2 -3
  2. package/dist/{auth-H3GJD55A.js → auth-GHBMJ5ZR.js} +33 -17
  3. package/dist/{chunk-CLJF7MQA.js → chunk-2DUEAXV3.js} +1 -1
  4. package/dist/{chunk-SF3KTPIC.js → chunk-5OC7CYCG.js} +2 -2
  5. package/dist/{chunk-SRJIAOBN.js → chunk-6W4QOZAL.js} +10 -0
  6. package/dist/{chunk-I42JGQ2J.js → chunk-BJX3GXWC.js} +3 -5
  7. package/dist/{chunk-GLNZSDKO.js → chunk-DMMEPCST.js} +4 -6
  8. package/dist/{chunk-VJFUB3H3.js → chunk-I5CRVM2S.js} +3 -3
  9. package/dist/{chunk-GSJGPNKK.js → chunk-PN3OS34E.js} +1 -1
  10. package/dist/{chunk-JM34JPCO.js → chunk-RSHMZ3LG.js} +178 -4
  11. package/dist/{client-IN42F223.js → client-2UJ63MVQ.js} +3 -4
  12. package/dist/{config-64G36TJL.js → config-NCUGK6NS.js} +3 -3
  13. package/dist/index.js +2526 -28
  14. package/dist/{model-VZCYNIOG.js → model-SJSOZTRS.js} +2 -2
  15. package/dist/{raw-WJIWC6YP.js → raw-7NVWSVJP.js} +5 -7
  16. package/dist/{sync-NVASAISS.js → sync-GRVO4K3U.js} +3 -3
  17. package/dist/{te-agent-YV4DXEXK.js → te-agent-KZRIEN4N.js} +468 -46
  18. package/dist/{te-analysis-CB3DA5I5.js → te-analysis-VAR4KUOK.js} +144 -29
  19. package/dist/{te-audience-W7SCQFC7.js → te-audience-KMKYI2YJ.js} +22 -15
  20. package/dist/{te-common-FBXVWBSI.js → te-common-WNCZB7R7.js} +4 -5
  21. package/dist/{te-community-LNVDZSGW.js → te-community-JEEFXPB3.js} +10 -11
  22. package/dist/{te-dataops-IPCSSWYH.js → te-dataops-GD3XBYCS.js} +11 -12
  23. package/dist/{te-engage-KARARMIR.js → te-engage-4XHCTS6I.js} +4 -5
  24. package/dist/{te-kb-2Z2CARN3.js → te-kb-B62KFP2A.js} +96 -8
  25. package/dist/{te-meta-PDKLMWXN.js → te-meta-EPZGQN56.js} +9 -10
  26. package/dist/{te-team-SW5B7DHO.js → te-team-YY24VORI.js} +6 -7
  27. package/dist/tracking/i18n/resources/cli/en.json +153 -0
  28. package/dist/tracking/i18n/resources/cli/ja.json +153 -0
  29. package/dist/tracking/i18n/resources/cli/ko.json +153 -0
  30. package/dist/tracking/i18n/resources/cli/zh.json +153 -0
  31. package/package.json +9 -3
  32. package/skills/ae-agent/SKILL.md +65 -25
  33. package/skills/ae-analysis/SKILL.md +108 -8
  34. package/skills/ae-analysis/references/cancel_query.md +39 -0
  35. package/skills/ae-analysis/references/drilldown_user_events.md +4 -2
  36. package/skills/ae-analysis/references/drilldown_users.md +4 -2
  37. package/skills/ae-analysis/references/get_bi_panel_detail.md +35 -0
  38. package/skills/ae-analysis/references/list_alerts.md +1 -1
  39. package/skills/ae-analysis/references/list_bi_panels.md +35 -0
  40. package/skills/ae-analysis/references/list_cluster_members.md +4 -1
  41. package/skills/ae-analysis/references/list_dashboards.md +1 -1
  42. package/skills/ae-analysis/references/list_entities.md +1 -1
  43. package/skills/ae-analysis/references/list_events.md +1 -1
  44. package/skills/ae-analysis/references/list_metrics.md +1 -1
  45. package/skills/ae-analysis/references/list_project_mark_times.md +1 -1
  46. package/skills/ae-analysis/references/list_properties.md +1 -1
  47. package/skills/ae-analysis/references/list_public_access_links.md +1 -1
  48. package/skills/ae-analysis/references/list_reports.md +1 -1
  49. package/skills/ae-analysis/references/list_tag_members.md +4 -1
  50. package/skills/ae-analysis/references/query_adhoc.md +6 -5
  51. package/skills/ae-analysis/references/query_bi_panel_data.md +58 -0
  52. package/skills/ae-analysis/references/query_dashboard_report_data.md +4 -1
  53. package/skills/ae-analysis/references/query_entity_details.md +5 -2
  54. package/skills/ae-analysis/references/query_event_details.md +4 -1
  55. package/skills/ae-analysis/references/query_report_data.md +2 -2
  56. package/skills/ae-analysis-global/SKILL.md +3 -1
  57. package/skills/ae-analysis-intent/SKILL.md +132 -0
  58. package/skills/ae-data-integration-helper/SKILL.md +242 -0
  59. package/skills/ae-data-integration-helper/references/android_sdk_faq.md +179 -0
  60. package/skills/ae-data-integration-helper/references/c_sdk_compilation.md +83 -0
  61. package/skills/ae-data-integration-helper/references/c_sdk_faq.md +416 -0
  62. package/skills/ae-data-integration-helper/references/cocoscreator_sdk_faq.md +123 -0
  63. package/skills/ae-data-integration-helper/references/cpp_server_sdk_faq.md +365 -0
  64. package/skills/ae-data-integration-helper/references/index.md +56 -0
  65. package/skills/ae-data-integration-helper/references/ios_sdk_faq.md +118 -0
  66. package/skills/ae-data-integration-helper/references/java_sdk_faq.md +406 -0
  67. package/skills/ae-data-integration-helper/references/javascript_sdk_faq.md +129 -0
  68. package/skills/ae-data-integration-helper/references/logbus2_guide.md +309 -0
  69. package/skills/ae-data-integration-helper/references/logbus2_parser_plugin.md +348 -0
  70. package/skills/ae-data-integration-helper/references/minigame_sdk_faq.md +115 -0
  71. package/skills/ae-data-integration-helper/references/miniprogram_sdk_faq.md +118 -0
  72. package/skills/ae-data-integration-helper/references/python_sdk_faq.md +232 -0
  73. package/skills/ae-data-integration-helper/references/restful_api_notes.md +74 -0
  74. package/skills/ae-data-integration-helper/references/sdk_log_guide.md +316 -0
  75. package/skills/ae-data-integration-helper/references/sdk_usage_notes.md +107 -0
  76. package/skills/ae-data-integration-helper/references/unity_sdk_faq.md +115 -0
  77. package/skills/ae-generate-tracking-code/SKILL.md +629 -0
  78. package/skills/ae-generate-tracking-code/references/autotrack-enum.md +183 -0
  79. package/skills/ae-generate-tracking-code/references/client-sdk-insert.md +202 -0
  80. package/skills/ae-generate-tracking-code/references/datax-config.md +43 -0
  81. package/skills/ae-generate-tracking-code/references/debug-script.md +102 -0
  82. package/skills/ae-generate-tracking-code/references/logbus-config.md +200 -0
  83. package/skills/ae-generate-tracking-code/references/modes.md +83 -0
  84. package/skills/ae-generate-tracking-code/references/restful-call.md +36 -0
  85. package/skills/ae-generate-tracking-code/references/sdk-index.md +128 -0
  86. package/skills/ae-generate-tracking-code/references/server-sdk-insert.md +206 -0
  87. package/skills/ae-generate-tracking-code/references/snippet-delivery.md +394 -0
  88. package/skills/ae-generate-tracking-code/references/te-api.md +181 -0
  89. package/skills/ae-generate-tracking-plan/SKILL.md +1083 -0
  90. package/skills/ae-generate-tracking-plan/references/autotrack-events.md +273 -0
  91. package/skills/ae-generate-tracking-plan/references/business-dimension-mapping.md +425 -0
  92. package/skills/ae-generate-tracking-plan/references/te-api.md +100 -0
  93. package/skills/ae-generate-tracking-plan/references/xlsx-schema.md +152 -0
  94. package/skills/ae-kb/SKILL.md +38 -5
  95. 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
  96. 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
  97. 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
  98. 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
  99. package/tracking-plan-template/RPG/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +72 -0
  100. package/tracking-plan-template/RPG/347/261/273/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  101. 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
  102. 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
  103. package/tracking-plan-template/Slots/345/237/213/347/202/271/346/250/241/346/235/277_v1.md +80 -0
  104. package/tracking-plan-template/Slots/345/237/213/347/202/271/346/250/241/346/235/277_v1.xlsx +0 -0
  105. 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
  106. 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
  107. package/tracking-plan-template/TE/345/256/230/346/226/271/346/250/241/346/235/277_dataTrackSample.md +40 -0
  108. package/tracking-plan-template/TE/345/256/230/346/226/271/346/250/241/346/235/277_dataTrackSample.xlsx +0 -0
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. 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
  135. package/wiki/te-docs/index.md +225 -0
  136. package/wiki/te-docs/raw/advanced-data-type/first-event-check.md +66 -0
  137. package/wiki/te-docs/raw/advanced-data-type/updated-event.md +87 -0
  138. package/wiki/te-docs/raw/advanced-data-type.md +16 -0
  139. package/wiki/te-docs/raw/data-ingestion-guide/about-gdpr.md +55 -0
  140. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/automatic-event-tracking.md +431 -0
  141. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/debugging-and-logging.md +49 -0
  142. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/multi-instance.md +66 -0
  143. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/preset-properties.md +466 -0
  144. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced/third-party-integration.md +127 -0
  145. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/android-advanced.md +513 -0
  146. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/compliance.md +24 -0
  147. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android/release-notes.md +177 -0
  148. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/android.md +228 -0
  149. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c/c-advanced.md +419 -0
  150. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c/release-notes.md +45 -0
  151. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/c.md +110 -0
  152. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/client-side-sdk-faq.md +52 -0
  153. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp/cpp-advanced.md +366 -0
  154. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp/release-notes.md +103 -0
  155. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cpp.md +201 -0
  156. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/compliance.md +26 -0
  157. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/automatically-track-events.md +117 -0
  158. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/debugging-and-logging.md +47 -0
  159. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced/preset-properties.md +52 -0
  160. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/flutter-advanced.md +267 -0
  161. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter/release-notes.md +82 -0
  162. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/flutter.md +139 -0
  163. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/compliance.md +26 -0
  164. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/automatically-track-events.md +121 -0
  165. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/debugging-and-logging.md +54 -0
  166. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced/preset-properties.md +18 -0
  167. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/reactnative-advanced.md +305 -0
  168. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native/release-notes.md +79 -0
  169. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/react-native.md +137 -0
  170. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/release-notes.md +24 -0
  171. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/automatically-track-events.md +54 -0
  172. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/debugging-and-logging.md +53 -0
  173. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/multi-instance.md +42 -0
  174. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/preset-properties.md +119 -0
  175. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced/support-native.md +81 -0
  176. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app/uniapp-advanced.md +331 -0
  177. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform/uni-app.md +156 -0
  178. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/cross-platform.md +12 -0
  179. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/automatic-event-tracking.md +29 -0
  180. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/debugging-and-logging.md +47 -0
  181. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/multi-instance.md +21 -0
  182. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced/preset-properties.md +249 -0
  183. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/cocos2d-x-advanced.md +301 -0
  184. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/compliance.md +24 -0
  185. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x/release-notes.md +51 -0
  186. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocos2d-x.md +281 -0
  187. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/automatic-event-tracking.md +70 -0
  188. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/debugging-and-logging.md +57 -0
  189. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/native-support.md +104 -0
  190. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance/preset-properties.md +91 -0
  191. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/cocoscreator-advance.md +374 -0
  192. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/compliance.md +35 -0
  193. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator/release-notes.md +109 -0
  194. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/cocoscreator.md +170 -0
  195. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/compliance.md +28 -0
  196. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/automatic-event-tracking.md +29 -0
  197. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/debugging-and-logging.md +58 -0
  198. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced/preset-properties.md +43 -0
  199. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/corona-advanced.md +204 -0
  200. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona/release-notes.md +29 -0
  201. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/corona.md +269 -0
  202. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/compliance.md +24 -0
  203. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/release-notes.md +177 -0
  204. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/automatic-event-tracking.md +119 -0
  205. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/debugging-and-logging.md +47 -0
  206. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/multi-instance.md +50 -0
  207. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/native-pluggable.md +43 -0
  208. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/preset-properties.md +212 -0
  209. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced/third-party-integration.md +77 -0
  210. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity/unity-advanced.md +396 -0
  211. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unity.md +176 -0
  212. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/compliance.md +24 -0
  213. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/release-notes.md +81 -0
  214. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/automatic-event-tracking.md +79 -0
  215. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/debugging-and-logging.md +31 -0
  216. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/preset-properties.md +25 -0
  217. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced/third-party-integrations.md +141 -0
  218. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal/unreal-advanced.md +278 -0
  219. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine/unreal.md +190 -0
  220. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/game-engine.md +14 -0
  221. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/h5-and-app-sdk-connection.md +147 -0
  222. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/instant-app-and-game.md +24 -0
  223. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/compliance.md +24 -0
  224. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/automatic-event-tracking.md +272 -0
  225. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/debugging-and-logging.md +77 -0
  226. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/multi-instance.md +142 -0
  227. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/preset-properties.md +484 -0
  228. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced/third-party-integrations.md +132 -0
  229. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/ios-advanced.md +682 -0
  230. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios/release-notes.md +163 -0
  231. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/ios.md +304 -0
  232. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/compliance.md +29 -0
  233. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/automatic-event-tracking.md +136 -0
  234. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/debugging-and-logging.md +48 -0
  235. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/multi-instance.md +50 -0
  236. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced/preset-properties.md +132 -0
  237. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/javascript-advanced.md +462 -0
  238. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript/release-notes.md +107 -0
  239. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/javascript.md +208 -0
  240. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced/debugging-and-logging.md +62 -0
  241. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced/preset-properties.md +118 -0
  242. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos/macos-advanced.md +556 -0
  243. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk/macos.md +231 -0
  244. package/wiki/te-docs/raw/data-ingestion-guide/client-sdk.md +25 -0
  245. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/filebeat-logstash-user-guide.md +610 -0
  246. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/logbus2-user-guide.md +1215 -0
  247. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools/ta-datax-writer-plugin-user-guide.md +278 -0
  248. package/wiki/te-docs/raw/data-ingestion-guide/data-import-tools.md +15 -0
  249. package/wiki/te-docs/raw/data-ingestion-guide/privacy-policy.md +38 -0
  250. package/wiki/te-docs/raw/data-ingestion-guide/restful-api-user-guide.md +155 -0
  251. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging-FM9Cwz.md +37 -0
  252. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging-RSyfw7.md +41 -0
  253. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/debugging-and-logging.md +89 -0
  254. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties-OxzWw.md +126 -0
  255. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties-VuE3wr.md +126 -0
  256. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced/preset-properties.md +126 -0
  257. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced-IauKwI.md +175 -0
  258. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced-YAilwk.md +210 -0
  259. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/c-advanced.md +211 -0
  260. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes-PVazwa.md +62 -0
  261. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes-TADbwY.md +50 -0
  262. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c/release-notes.md +69 -0
  263. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c-V2W3wv.md +131 -0
  264. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c-Zf9Jwl.md +179 -0
  265. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/c.md +189 -0
  266. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced/debugging-and-logging.md +38 -0
  267. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced/preset-properties.md +126 -0
  268. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/erlang-advanced.md +113 -0
  269. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang/release-notes.md +34 -0
  270. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/erlang.md +155 -0
  271. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced/debugging-and-logging.md +42 -0
  272. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced/preset-properties.md +126 -0
  273. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/golang-advanced.md +157 -0
  274. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang/release-notes.md +72 -0
  275. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/golang.md +148 -0
  276. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced/debugging-and-logging.md +49 -0
  277. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced/preset-properties.md +126 -0
  278. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/java-advanced.md +223 -0
  279. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java/release-notes.md +88 -0
  280. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/java.md +174 -0
  281. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced/debugging-and-logging.md +46 -0
  282. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced/preset-properties.md +126 -0
  283. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/lua-advanced.md +182 -0
  284. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua/release-notes.md +61 -0
  285. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/lua.md +121 -0
  286. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced/debugging-and-logging.md +55 -0
  287. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced/preset-properties.md +126 -0
  288. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/nodejs-advanced.md +225 -0
  289. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs/release-notes.md +45 -0
  290. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/nodejs.md +141 -0
  291. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced/debugging-and-logging.md +41 -0
  292. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced/preset-properties.md +126 -0
  293. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/php-advanced.md +216 -0
  294. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php/release-notes.md +45 -0
  295. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/php.md +173 -0
  296. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced/debugging-and-logging.md +40 -0
  297. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced/preset-properties.md +126 -0
  298. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/python-advanced.md +206 -0
  299. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python/release-notes.md +51 -0
  300. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/python.md +116 -0
  301. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/release-notes.md +44 -0
  302. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced/debugging-and-logging.md +47 -0
  303. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced/preset-properties.md +126 -0
  304. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby/ruby-advanced.md +189 -0
  305. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk/ruby.md +142 -0
  306. package/wiki/te-docs/raw/data-ingestion-guide/server-sdk.md +22 -0
  307. package/wiki/te-docs/raw/data-ingestion-guide/thinkingdata-privacy-policy.md +37 -0
  308. package/wiki/te-docs/raw/data-ingestion-guide.md +48 -0
  309. package/wiki/te-docs/raw/preparations-before-data-ingestion/data-rules.md +396 -0
  310. package/wiki/te-docs/raw/preparations-before-data-ingestion/preset-properties-and-system-fields.md +957 -0
  311. package/wiki/te-docs/raw/preparations-before-data-ingestion/user-identification-rules.md +723 -0
  312. package/wiki/te-docs/raw/preparations-before-data-ingestion.md +203 -0
  313. 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
  314. 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
  315. 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
  316. 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
  317. 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
  318. 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
  319. package/wiki/te-docs/raw//345/256/242/346/210/267/347/253/257-sdk/openharmony.md +172 -0
  320. 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
  321. 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
  322. 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
  323. 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
  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//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
  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//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
  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.md +612 -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.md +373 -0
  328. 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
  329. 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
  330. 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
  331. 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
  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//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
  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//350/277/233/351/230/266/346/214/207/345/215/227.md +236 -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.md +200 -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/egret//346/233/264/346/226/260/346/227/245/345/277/227.md +83 -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/egret//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +66 -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/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
  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/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
  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//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
  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.md +615 -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.md +166 -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/layaair//346/233/264/346/226/260/346/227/245/345/277/227.md +87 -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/layaair//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +71 -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/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
  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/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
  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//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
  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.md +597 -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.md +179 -0
  349. package/wiki/te-docs/schema.md +16 -0
  350. package/wiki/te-docs/synthesis/batch-ingest-comparison.md +324 -0
  351. package/wiki/te-docs/synthesis/js-sdk-cheatsheet.md +538 -0
  352. package/wiki/te-docs/synthesis/restful-api-reference.md +363 -0
  353. package/wiki/te-docs/synthesis/sdk-selection.md +372 -0
  354. package/wiki/te-docs/synthesis/server-sdk-overview.md +449 -0
  355. package/dist/chunk-U6TKB3IV.js +0 -171
@@ -0,0 +1,88 @@
1
+ ---
2
+ code: java_sdk_release_note
3
+ name: "Release Notes"
4
+ wikiToken: YiWxwiaPxiUHw3kfSILcfdZ6n7b
5
+ parentWikiToken: BuVmwRcFsi4Oq5knoDDcgJ3fnSN
6
+ updateTime: 1774249241000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=java_sdk_release_note
8
+ ---
9
+
10
+ ## v3.0.4-beta.1
11
+ **Date:** **2026/01/07**
12
+ **Notes:**
13
+ - fastjson1 is no longer supported
14
+ - Lzo, lz4 is no longer supported
15
+ ## v3.0.2
16
+ **Date:** **2025/01/15**
17
+ **Notes:**
18
+ - Set SDK to official version
19
+ ## v3.0.2-beta.2
20
+ **Date:** **2024/08/09**
21
+ **Notes:**
22
+ - Improve SDK stability
23
+ ## v3.0.2-beta.1
24
+ **Date:** **2024/06/06**
25
+ **Notes:**
26
+ - Full use of the fastjson2 api
27
+ ## v3.0.1
28
+ **Date:** **2024/05/21**
29
+ **Notes:**
30
+ - The debug mode supports data format verification
31
+ ## v3.0.0
32
+ **Date:** **2023/11/29**
33
+ **Notes:**
34
+ - Release the official version
35
+ ## v3.0.0-beta.1
36
+ **Date:** **2023/09/20**
37
+ **Notes:**
38
+ - Using the new API
39
+ ## v2.1.2
40
+ **Date:** **2023/09/19**
41
+ **Notes:**
42
+ - Set SDK to official version
43
+ ## v2.1.2-beta.3
44
+ **Date: 2023/07/17**
45
+ **Notes:**
46
+ - Improve SDK stability
47
+ ## v2.1.2-beta.2
48
+ **Date:** **2023/04/20**
49
+ **Notes:**
50
+ - Tidy test case
51
+ ## v2.1.1
52
+ **Date:** **2022/11/15**
53
+ **Notes:**
54
+ - Add debug model
55
+ ## v2.1.0
56
+ **Date: 2022/08/08**
57
+ **Notes:**
58
+ - In LoggerConsumer and BatchConsumer mode, the correctness of attributes is not checked by default
59
+ - Added log switch
60
+ - Optimize some codes
61
+ ## v2.0.1
62
+ **Date: 2022/05/10**
63
+ **Notes:**
64
+ - Support deduplication of user attributes
65
+ - Support first event reporting
66
+ ## v1.9.0
67
+ **Date: 2021/12/03**
68
+ **Notes:**
69
+ - Support Object And Object Ggroup
70
+ ## v1.8.2
71
+ **Date: 2021/08/31**
72
+ **Notes:**
73
+ - Fixed an error where a link was closed abnormally
74
+ ## v1.8.1
75
+ **Date: 2021/06/17**
76
+ **Notes:**
77
+ - Update httpclient version
78
+ - Add exception log
79
+ ## v1.8.0
80
+ **Date: 2021/03/22**
81
+ **Notes:**
82
+ - A new buffer pool is added to store data sent due to network reasons, and retry when sending later
83
+ - Support for #app_id attribute
84
+ ## v1.7.0
85
+ **Date: 2020/12/08**
86
+ **Notes:**
87
+ - Added the function of regularly reporting data
88
+ - Added automatic directory creation function
@@ -0,0 +1,174 @@
1
+ ---
2
+ code: java_sdk_installation
3
+ name: "Java"
4
+ wikiToken: BuVmwRcFsi4Oq5knoDDcgJ3fnSN
5
+ parentWikiToken: IKVPwn4NfiIhijk5EcAcMf6pn7e
6
+ updateTime: 1774252005000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=java_sdk_installation
8
+ ---
9
+
10
+ ::: tip
11
+ Before you begin, please read [<text color="purple" underline="true">Preparation before Data Ingestion</text>](https://thinkingdata.feishu.cn/wiki/OhD8we9iai6Xk5kM1QNc8ITRnQe).
12
+ The minimum compatible JDK version is 8
13
+ :::
14
+ **Latest version: v3.0.****4-beta.1**
15
+ **Update time: 202****6****-0****1****-****07**
16
+ **Resource download: **[**Source Code**](https%3A%2F%2Fgithub.com%2FThinkingDataAnalytics%2Fjava-sdk)
17
+ ::: warning Notice
18
+ Current documentation applies to v3.0.0 and later. For historical versions, see [Data Ingestion Guide - Java (V2)](https%3A%2F%2Fdocs.thinkingdata.cn%2Fta-manual%2Fv4.1%2Fen%2Finstallation%2Finstallation_menu%2Fserver_sdk%2Fjava_sdk_installation%2Fjava_sdk_installation.html)
19
+ :::
20
+ ## **SDK**** Integration**
21
+ 1. With the Maven integration SDK, place the following dependency information in the `pom.xml` file (recommended):
22
+ ```xml
23
+ <dependencies>
24
+ // others...
25
+ <dependency>
26
+ <groupId>cn.thinkingdata</groupId>
27
+ <artifactId>thinkingdatasdk</artifactId>
28
+ <version>3.0.2</version>
29
+ </dependency>
30
+ </dependencies>
31
+ ```
32
+
33
+ 1. Logbus Integration
34
+ We recommend using SDK+LogBus to track and report data on server. You can refer to the following documents to complete the installation of Logbus:[ LogBus User Guide](https://thinkingdata.feishu.cn/wiki/SlE6wOEK3isQvukzEbnc5V0inNa)
35
+ 1. The API of the SDK is thread-safe and is called synchronously by default. It is recommended that you call the API in a child thread to avoid affecting the business thread.
36
+ ## **Initialization**
37
+ ### Simple initialization
38
+ The following is the sample code for SDK initialization:
39
+ ```java
40
+ TDAnalytics te = new TDAnalytics(new TDLoggerConsumer("LOG_DIRECTORY"), false);
41
+ ```
42
+
43
+ `LOG_DIRECTORY` is the local folder path.
44
+ ### Full initialization
45
+ The SDK supports incoming configuration for initialization, and you can fine-tune the functionality of the SDK through configuration. For example, you can add a prefix to the log file.
46
+ ```java
47
+ TDLoggerConsumer.Config config = new TDLoggerConsumer.Config("LOG_DIRECTORY");
48
+ config.setFilenamePrefix("unique_name");
49
+ TDAnalytics te = new TDAnalytics(new TDLoggerConsumer(config), false);
50
+ ```
51
+
52
+ ## **Common ****Features**
53
+ In order to ensure that the distinct ID and account ID can be bound smoothly, if your game uses the distinct ID and account ID, we strongly recommend that you upload these two IDs at the same time, otherwise the account will not match, causing users to double count. For specific ID binding rules, please refer to the chapter on [User Identification Rules](https://thinkingdata.feishu.cn/wiki/Pov9wECdsi2QQsk4NN9cEPsvnyc).
54
+ ### 3.1 **Sending Events**
55
+ You can call `track` to upload events. It is suggested that you set event properties based on the data tracking plan drafted previously. Here is an example of a user buying an item:
56
+ ```java
57
+ HashMap<String,Object> properties = new HashMap<>();
58
+ properties.put("#ip", "192.168.1.1");
59
+ properties.put("channel","te");
60
+ properties.put("age",1);
61
+ properties.put("isSuccess",true);
62
+ properties.put("birthday",new Date());
63
+
64
+ HashMap<String,Object> object = new HashMap<>();
65
+ object.put("key", "value");
66
+ properties.put("object",object);
67
+
68
+ HashMap<String,Object> object1 = new HashMap<>();
69
+ object1.put("key", "value");
70
+
71
+ ArrayList<Object> arr = new ArrayList<>();
72
+ arr.add(object1);
73
+ properties.put("object_arr",arr);
74
+
75
+ ArrayList<String> arr1 = new ArrayList<>();
76
+ arr1.add("value");
77
+ properties.put("arr",arr1);
78
+
79
+ try {
80
+ te.track("account_id","distinct_id","payment",properties);
81
+ } catch (Exception e) {
82
+ System.out.println("except:"+e);
83
+ }
84
+ ```
85
+
86
+ - Key is the name of the property and refers to the string type. It must start with a character, and contain numbers, characters (insensitive to case, and upper cases would be transformed into lower cases by TE) and underscores "_", with a maximum length of 50 characters.
87
+ - Value, the value of the property, supports string, numbers, Boolean, time, object, array object, and array
88
+ <quote-container>
89
+ **The requirements for event properties and user properties are the same as that for super properties**
90
+ </quote-container>
91
+
92
+ ### 3.2 **User Properties**
93
+ You can set general user properties by calling `userSet` API. The original properties would be replaced by the properties uploaded via this API. If no user properties are set before, user properties will be newly created. The type of newly-created user properties must conform to that of the uploaded properties. User name setting is taken as the example here:
94
+ ```java
95
+ Map<String,Object> userProperties = new HashMap<String,Object>();
96
+ userProperties.put("user_name", "TA");
97
+ try {
98
+ te.userSet("account_id","distinct_id",userProperties);
99
+ } catch (Exception e) {
100
+ System.out.println("except:"+e);
101
+ }
102
+
103
+ Map<String,Object> newUserProperties = new HashMap<String,Object>();
104
+ newUserProperties.put("user_name", "TE");
105
+ try {
106
+ te.userSet("account_id","distinct_id",newUserProperties);
107
+ } catch (Exception e) {
108
+ System.out.println("except:"+e);
109
+ }
110
+ ```
111
+
112
+ ### 3.3 Reported data
113
+ With `TDLogConsumer`, the captured events are encoded as json strings and then added to the cache. Data is written to disk only when the string length in the cache exceeds the set length. The default maximum length is 8192 bytes.
114
+ You can call the `flush()` api to report data to the TE immediately under certain service scenarios. However, frequent calls to `flush()` can result in degraded service performance.
115
+ ```java
116
+ te.flush();
117
+ ```
118
+
119
+ ### 3.4 Close SDK
120
+ ```java
121
+ try{
122
+ te.close();
123
+ } catch (Exception e) {
124
+ System.out.println("except:"+e);
125
+ }
126
+ ```
127
+
128
+ <quote-container>
129
+ Close and exit the SDK. Please call this api before closing the server to avoid data loss in the cache
130
+ </quote-container>
131
+
132
+ ## **Best Practice**
133
+ The following sample code covers all the above-mentioned operations. It is recommended that the codes be used in the following steps:
134
+ ```java
135
+ TDAnalytics te = new TDAnalytics(new TDLoggerConsumer("LOG_DIRECTORY"), false);
136
+
137
+ HashMap<String,Object> properties = new HashMap<>();
138
+ properties.put("#ip", "192.168.1.1");
139
+ properties.put("channel","te");
140
+ properties.put("age",1);
141
+ properties.put("isSuccess",true);
142
+ properties.put("birthday",new Date());
143
+
144
+ HashMap<String,Object> object = new HashMap<>();
145
+ object.put("key", "value");
146
+ properties.put("object",object);
147
+
148
+ HashMap<String,Object> object1 = new HashMap<>();
149
+ object1.put("key", "value");
150
+
151
+ ArrayList<Object> arr = new ArrayList<>();
152
+ arr.add(object1);
153
+ properties.put("object_arr",arr);
154
+
155
+ ArrayList<String> arr1 = new ArrayList<>();
156
+ arr1.add("value");
157
+ properties.put("arr",arr1);
158
+
159
+ try {
160
+ te.track("account_id","distinct_id","payment",properties);
161
+ } catch (Exception e) {
162
+ System.out.println("except:"+e);
163
+ }
164
+
165
+ Map<String,Object> userProperties = new HashMap<String,Object>();
166
+ userProperties.put("user_name", "TE");
167
+ try {
168
+ te.userSet("account_id","distinct_id",userProperties);
169
+ } catch (Exception e) {
170
+ System.out.println("except:"+e);
171
+ }
172
+
173
+ te.flush();
174
+ ```
@@ -0,0 +1,46 @@
1
+ ---
2
+ code: lua_sdk_debug
3
+ name: "Debugging and Logging"
4
+ wikiToken: Qyo6wDzWRiFYckkNYdBci6qknBh
5
+ parentWikiToken: Kyrww4y2piF8Jok2abwc5ctondg
6
+ updateTime: 1774249318000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=lua_sdk_debug
8
+ ---
9
+
10
+ ::: warning Notice
11
+ The SDK Debug mode is used only for access debugging. Do not apply it to the production environment.
12
+ :::
13
+ During the process of SDK Integration, you can perform real-time debugging by checking SDK logs in the IDE console or using the Debug function of TE.
14
+ ## Logging
15
+ ```lua
16
+ local tdAnalytics = require "ThinkingDataSdk"
17
+ -- enable log
18
+ TDAnalytics.enableLog(true)
19
+ ```
20
+
21
+ ## Debugging
22
+ You need to follow the following two steps to enable the Debug mode:
23
+ #### 2.1 Use DebugConsumer
24
+ The sample code for enabling the Debug mode on the client side is as follows:
25
+ ```lua
26
+ local tdAnalytics = require "ThinkingDataSdk"
27
+ local consumer = tdAnalytics.TDDebugConsumer("SERVER_URL", "APP_ID", false, "DeviceId")
28
+ local sdk = tdAnalytics(consumer)
29
+
30
+ local distinctId = "ABCDEFG123456789"
31
+ local accountId = "TE_10001"
32
+
33
+ local properties = {}
34
+ properties["#ip"] = "192.168.1.1"
35
+ properties["#device_id"] = "te_device_id"
36
+
37
+ sdk:track(accountId, distinctId, "payment", properties)
38
+ ```
39
+
40
+ #### 2.2 Add Device
41
+ To avoid launching the Debug mode in the production environment, it is required that only specified device can enable Debug mode. The Debug mode can only be enabled for devices whose ID has been configured in the "Debug data" sector on the "tracking management" page of the TE.
42
+ <image token="V5obbLgxmoCYdYx8cWtcmaJdnKg" width="1280" height="590" align="center"/>
43
+
44
+ <quote-container>
45
+ It can only be used for data verification at the integration stage, and should not be used in the online environment.
46
+ </quote-container>
@@ -0,0 +1,126 @@
1
+ ---
2
+ code: lua_sdk_preset_properties
3
+ name: "Preset Properties"
4
+ wikiToken: QqaWwmZ3yiaQyMkPCt7cMVlMnce
5
+ parentWikiToken: Kyrww4y2piF8Jok2abwc5ctondg
6
+ updateTime: 1774249320000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=lua_sdk_preset_properties
8
+ ---
9
+
10
+ The following present properties are properties that all events in SDK would have.
11
+
12
+ <lark-table rows="8" cols="4" column-widths="169,152,140,259">
13
+
14
+ <lark-tr>
15
+ <lark-td>
16
+ Property name
17
+ </lark-td>
18
+ <lark-td>
19
+ Display name
20
+ </lark-td>
21
+ <lark-td>
22
+ Property type
23
+ </lark-td>
24
+ <lark-td>
25
+ Instruction
26
+ </lark-td>
27
+ </lark-tr>
28
+ <lark-tr>
29
+ <lark-td>
30
+ #ip
31
+ </lark-td>
32
+ <lark-td>
33
+ IP address
34
+ </lark-td>
35
+ <lark-td>
36
+ Text
37
+ </lark-td>
38
+ <lark-td>
39
+ IP address of the user, based on which TE would get the geographical location of the user
40
+ </lark-td>
41
+ </lark-tr>
42
+ <lark-tr>
43
+ <lark-td>
44
+ #country
45
+ </lark-td>
46
+ <lark-td>
47
+ Country
48
+ </lark-td>
49
+ <lark-td>
50
+ Text
51
+ </lark-td>
52
+ <lark-td>
53
+ The country where the user is located; generated based on the IP address
54
+ </lark-td>
55
+ </lark-tr>
56
+ <lark-tr>
57
+ <lark-td>
58
+ #country_code
59
+ </lark-td>
60
+ <lark-td>
61
+ Country code
62
+ </lark-td>
63
+ <lark-td>
64
+ Text
65
+ </lark-td>
66
+ <lark-td>
67
+ The code of the country where the user is located (ISO 3166-1 alpha-2, two English characters in upper case); generated based on the IP address
68
+ </lark-td>
69
+ </lark-tr>
70
+ <lark-tr>
71
+ <lark-td>
72
+ #province
73
+ </lark-td>
74
+ <lark-td>
75
+ Province
76
+ </lark-td>
77
+ <lark-td>
78
+ Text
79
+ </lark-td>
80
+ <lark-td>
81
+ The province where the user is located; generated based on the IP address
82
+ </lark-td>
83
+ </lark-tr>
84
+ <lark-tr>
85
+ <lark-td>
86
+ #city
87
+ </lark-td>
88
+ <lark-td>
89
+ City
90
+ </lark-td>
91
+ <lark-td>
92
+ Text
93
+ </lark-td>
94
+ <lark-td>
95
+ The city where the user is located; generated based on the IP address
96
+ </lark-td>
97
+ </lark-tr>
98
+ <lark-tr>
99
+ <lark-td>
100
+ #lib
101
+ </lark-td>
102
+ <lark-td>
103
+ SDK type
104
+ </lark-td>
105
+ <lark-td>
106
+ Text
107
+ </lark-td>
108
+ <lark-td>
109
+ The type of SDK which you integrate, e.g., Golang, etc.
110
+ </lark-td>
111
+ </lark-tr>
112
+ <lark-tr>
113
+ <lark-td>
114
+ #lib_version
115
+ </lark-td>
116
+ <lark-td>
117
+ SDK version
118
+ </lark-td>
119
+ <lark-td>
120
+ Text
121
+ </lark-td>
122
+ <lark-td>
123
+ The version of the SDK which you integrate
124
+ </lark-td>
125
+ </lark-tr>
126
+ </lark-table>
@@ -0,0 +1,182 @@
1
+ ---
2
+ code: lua_sdk_advanced
3
+ name: "Lua-Advanced"
4
+ wikiToken: Kyrww4y2piF8Jok2abwc5ctondg
5
+ parentWikiToken: CLL4wjPKtiEhkjkmbIqcrn3CnXd
6
+ updateTime: 1774249316000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=lua_sdk_advanced
8
+ ---
9
+
10
+ ## **Sending Events**
11
+ After SDK is initialized, you can track user behaviour data. In general, ordinary events could meet business requirements. You can also use the First/Updatable Event based on your own business requirements.
12
+ ### 1.1 **Ordinary Events**
13
+ You can call `track` to upload events. It is suggested that you set event properties based on the document about data tracking drafted previously. Procurement of a commodity by a user is taken as the example here:
14
+ ```lua
15
+ local properties = {}
16
+ properties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
17
+ properties["#ip"] = "192.168.1.1"
18
+ properties["Product_Name"] = "card"
19
+ properties["Price"] = 30
20
+ properties["OrderId"] = "abc_123"
21
+
22
+ sdk:track("accountId", "distinctId", "payment", properties)
23
+ ```
24
+
25
+ ### 1.2 **First Events**
26
+ The First Events refers to events that would only be recorded once for the ID of a certain device or other dimensions. For example, under certain scenarios, you may want to record the activation event on a certain device. In this case, you can perform data tracking with the First Event.
27
+ If you want to judge whether an event is the First Event from other dimensions, you can define a first_check_id for the First Event:
28
+ ```lua
29
+ local properties = {}
30
+ sdk:trackFirst("accountId", "distinctId", "device_activation", "first_check_id", properties)
31
+ ```
32
+
33
+ <quote-container>
34
+ Note: Since the server has to check whether the event is the First Event, the First Event will be put in storage one hour later by default.
35
+ </quote-container>
36
+
37
+ ### 1.3 ** Updatable Events**
38
+ You can meet the requirements for event data modification under specific scenarios through Updatable Event. The TE would determine the data to be updated according to the event name and event ID.
39
+ ```lua
40
+ -- "price" is 80, "count" is 3
41
+ local properties = {}
42
+ properties["price"] = 80
43
+ properties["count"] = 3
44
+ sdk:trackUpdate("accountId", "distinctId", "eventName", "eventId", properties)
45
+
46
+ -- The "price" is still 80, The "count" has changed to 5
47
+ local newProperties = {}
48
+ newProperties["count"] = 5
49
+ sdk:trackUpdate("accountId", "distinctId", "eventName", "eventId", newProperties)
50
+ ```
51
+
52
+ ### 1.4 **Overwritable Event****s**
53
+ Despite the similarity with Updatable Event, Overwritable Event would cover all historical data with the latest data. Looking from the perspective of effect, such a process is equivalent to the behavior of deleting the previous data while putting the latest data in storage. The TE would determine the data to be updated according to the event name and event ID.
54
+ ```lua
55
+ -- "price" is 80, "count" is 3
56
+ local properties = {}
57
+ properties["price"] = 80
58
+ properties["count"] = 3
59
+ sdk:trackOverwrite("accountId", "distinctId", "eventName", "eventId", properties)
60
+
61
+ -- The "count" has changed to 5,The "price" will be deleted
62
+ local newProperties = {}
63
+ newProperties["count"] = 5
64
+ sdk:trackOverwrite("accountId", "distinctId", "eventName", "eventId", newProperties)
65
+ ```
66
+
67
+ ## **User Properties**
68
+ User property setting APIs supported by the TE include: `userSet`, `userSetOnce`, `userAdd`, `userAppend`, `userUniqueAppend`, `userUnset`, `userDel`.
69
+ ### 2.1 userSet
70
+ You can call `userSet` to set general user properties. The original properties would be replaced if the properties uploaded via the API are used. If user properties are not set before, user properties will be created. The type of newly-created user properties must conform to that of the uploaded properties. User name setting is taken as the example here:
71
+ ```lua
72
+ local userSetProperties = {}
73
+ userSetProperties["user_name"] = "ABC"
74
+ userSetProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
75
+ sdk:userSet("accountId", "distinctId", userSetProperties)
76
+
77
+ userSetProperties = {}
78
+ userSetProperties["user_name"] = "abc"
79
+ userSetProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
80
+ sdk:userSet("accountId", "distinctId", userSetProperties)
81
+ ```
82
+
83
+ ### 2.2 userSetOnce
84
+ If the user property you want to upload only needs to be set once, you can call `userSetOnce` to set the property. If such property had been set before, this message would be ignored. Let's take the setting of the first payment time as an example:
85
+ ```lua
86
+ local userSetOnceProperties = {}
87
+ userSetOnceProperties["user_name"] = "ABC"
88
+ userSetOnceProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
89
+ sdk:userSetOnce("accountId", "distinctId", userSetOnceProperties)
90
+
91
+ userSetOnceProperties = {}
92
+ userSetOnceProperties["user_name"] = "abc"
93
+ userSetOnceProperties["user_age"] = 18
94
+ userSetOnceProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
95
+ sdk:userSetOnce("accountId", "distinctId", userSetOnceProperties)
96
+ ```
97
+
98
+ ### 2.3 userAdd
99
+ When you want to upload numeric property for cumulative operation, you can call `userAdd`.
100
+ If the property has not been set, it would be given a value of 0 before computing. A negative value could be uploaded, which is equivalent to subtraction operation. Let's take the accumulative payment amount as an example:
101
+ ```lua
102
+ local userAddProperties = {}
103
+ userAddProperties["total_revenue"] = 30
104
+ userAddProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
105
+ sdk:userAdd("accountId", "distinctId", userAddProperties)
106
+
107
+ userAddProperties = {}
108
+ userAddProperties["total_revenue"] = 60
109
+ userAddProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
110
+ sdk:userAdd("accountId", "distinctId", userAddProperties)
111
+ ```
112
+
113
+ <quote-container>
114
+ The property key is a string, and the value is only allowed to be a numeric value.
115
+ </quote-container>
116
+
117
+ ### 2.4 userAppend
118
+ You can call `userAppend` to add user properties of array type.
119
+ ```lua
120
+ local equips = {}
121
+ equips[1] = "weapon"
122
+ equips[2] = "hat"
123
+ local userAppendProperties = {}
124
+ userAppendProperties["equips"] = equips
125
+ userAppendProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
126
+ sdk:userAppend("accountId", "distinctId", userAppendProperties)
127
+
128
+ equips = {}
129
+ equips[1] = "clothes"
130
+ userAppendProperties = {}
131
+ userAppendProperties["equips"] = equips
132
+ userAppendProperties["#time"] = os.date("%Y-%m-%d %H:%M:%S")
133
+ sdk:userAppend("accountId", "distinctId", userAppendProperties)
134
+ ```
135
+
136
+ ### 2.5 userUniqueAppend
137
+ You can delete duplicated user property by calling `userUniqueAppend` API. If you call `userAppend` API, duplicated user property might not be deleted.
138
+ ```lua
139
+ local profiles_append = {}
140
+ profiles_append["append"] = { "test_append" }
141
+ sdk:userAppend("accountId", "distinctId", profiles_append)
142
+
143
+ local profiles_uniq_append = {}
144
+ profiles_uniq_append["append"] = {"test_append", "test_append1"}
145
+ sdk:userUniqueAppend("accountId", "distinctId", profiles_uniq_append)
146
+ ```
147
+
148
+ ### 2.6 userUnset
149
+ When you need to clear the user properties of users, you can call `userUnset` to clear specific properties. `userUnset` would not create properties that have not been created in the cluster.
150
+ ```lua
151
+ local userUnsetProperties = {}
152
+ userUnsetProperties[1] = "total_revenue"
153
+ userUnsetProperties[2] = "equips"
154
+ sdk:userUnset("accountId", "distinctId", userUnsetProperties)
155
+ ```
156
+
157
+ ### 2.7 userDel
158
+ You can call `userDel` to delete a user. After deleting the user, you would no longer be able to inquire about its user property, but could still query the events triggered by the user.
159
+ ```lua
160
+ sdk:userDel("accountId", "distinctId")
161
+ ```
162
+
163
+
164
+ ## **Other**
165
+ ### 3.1 BatchConsumer
166
+ ::: warning Notice
167
+ When the amount of data is too large or the network is abnormal, there is a risk of data loss. And it is not recommended to use it in a production environment
168
+ :::
169
+ Batches transmit data to the TE in real time, without the need for a transmission tool.
170
+ ```lua
171
+ local tdAnalytics = require "ThinkingDataSdk"
172
+ local consumer = tdAnalytics.TDBatchConsumer("SERVER_URL", "APP_ID")
173
+ local sdk = tdAnalytics(consumer)
174
+ ```
175
+
176
+ Instruction on parameters:
177
+ - `APPID`: The APPID of your project, which can be found on the project management page of TE.
178
+ - `SERVER_URL`:
179
+ - If you are using a SaaS version, please check the receiver URL on this page
180
+ <image token="SRnqbFUV7oXEGExbPWOcLjdNnlh" width="1674" height="1318" align="center"/>
181
+
182
+ - If you use the private deployment version, you can customize the data tracking URL .
@@ -0,0 +1,61 @@
1
+ ---
2
+ code: lua_sdk_release_note
3
+ name: "Release Notes"
4
+ wikiToken: JQmBwbaITilDtMkNITYcmCLBn4f
5
+ parentWikiToken: CLL4wjPKtiEhkjkmbIqcrn3CnXd
6
+ updateTime: 1774249322000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=lua_sdk_release_note
8
+ ---
9
+ ## **v2.0.1**
10
+ **Date:** 2026/01/08
11
+ **Notes:**
12
+ - Improve the stability of the sdk
13
+ ## **v2.0.0**
14
+ **Date:** 2023/12/01
15
+ **Notes:**
16
+ - Release the official version
17
+ ## **v2.0.0-beta.1**
18
+ **Date:** 2023/10/08
19
+ **Notes:**
20
+ - Enable new API, add 'TD' prefix to class name
21
+ - Not compatible with older SDK. You need to change the class name
22
+ ## **v1.5.4**
23
+ **Date:** 2023/09/01
24
+ **Notes:**
25
+ - Release the official version
26
+ ## **v1.5.4-beta.2**
27
+ **Date:** 2023/07/31
28
+ **Notes:**
29
+ - Fix network compatibility
30
+ ## **v1.5.4-beta.1**
31
+ **Date:** 2023/04/23
32
+ **Notes:**
33
+ - Support https
34
+ - LogConsumer efficiency is improved
35
+ ## v1.5.3
36
+ **Date:2022/11/24**
37
+ **Notes:**
38
+ - Support debug mode in TE
39
+ ## v1.5.2
40
+ **Date: 2022/10/27**
41
+ **Notes:**
42
+ - Optimize file writing methods
43
+ ## v1.5.1
44
+ **Date: 2022/09/21**
45
+ **Notes:**
46
+ - Bugfix: If the Key of the user property starts with '#', the data sending exception occurs
47
+ ## v1.5.0
48
+ **Date: 2022/08/08**
49
+ **Notes:**
50
+ - Remove `Util.lua` file
51
+ ## v1.4.0
52
+ **Date: 2022/04/26**
53
+ **Notes:**
54
+ - Add a default uuid to the event
55
+ - Supports dynamic common properties
56
+ - Supports First Event
57
+ - Supports "user_uniq_append" event
58
+ ## v1.3.0
59
+ **Date: 2022/02/28**
60
+ **Notes:**
61
+ - Supports objects array in properties