@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,37 @@
1
+ ---
2
+ code: privacy_cn
3
+ name: "ThinkingData Privacy Policy"
4
+ wikiToken: MZM1w28H9iwALWksM53cEI6jnwc
5
+ parentWikiToken: AWr4wIMGYi9FB7ksPi4c17kNnxh
6
+ updateTime: 1774249359000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=privacy_cn
8
+ ---
9
+
10
+ ThinkingData operates services that provide www.thinkingdata.cn websites or other related applications (ta.thinkingdata.com). If someone decides to use our services, that is, www.thinkingdata.cn website or other related applications (ta.thinkingdata.com), this page is used to inform website visitors about our policies, including the collection, use and disclosure of personal information.
11
+ If you choose to use our services, you consent to the collection and use of information related to this policy. The personal information we collect is used to provide and improve services. We will not use or share your information with anyone except as described in this privacy policy.
12
+ Unless otherwise defined in this Privacy Policy, the terms used in this Privacy Policy have the same meaning as our Terms and Conditions and are accessible from www.thinkingdata.cn. Our Privacy Policy was created with the help of [Privacy Policy Template ](https://www.privacypolicytemplate.net/)and [Disclaimer Generator ](https://www.disclaimergenerator.org/).
13
+ ## Information Collection and Use
14
+ In order to have a better experience when using our services, we may ask you to provide us with certain personally identifiable information, including but not limited to your name, telephone number and postal address. The information we collect will be used to contact or identify you.
15
+ ## Log Data
16
+ We would like to inform you that whenever you access our services, we collect information called log data that your browser sends us. This log data may contain information such as the computer's Internet Protocol ("IP") address, browser version, the service pages you visited, the time and date of the visit, the time spent on these pages, and other statistical information.
17
+ ## Cookies
18
+ Cookies are files with a small amount of data and are often used as anonymous unique device identifiers. This information will be sent to your browser from the website you visit and stored on your computer's hard drive.
19
+ Our website uses these "cookies" to collect information and improve our services. You can choose to accept or reject these cookies and know when the cookie is sent to your computer. If you choose to refuse our cookies, you may not be able to use some parts of our service.
20
+ For more general information about cookies, please read " [What Are Cookies ](https://www.cookieconsent.com/what-are-cookies/)".
21
+ ## Service Providers
22
+ We may employ third-party companies and individuals for the following reasons:
23
+ - Promote our services
24
+ - Provide services on our behalf
25
+ - Conduct service-related services
26
+ - Help us analyze how to use our services
27
+ We would like to inform our service users that these third parties have the right to access your personal information. The reason is to perform the tasks assigned to them on our behalf. However, they are obliged not to disclose or use the information for any other purpose.
28
+ ## Data Security
29
+ We take your trust in providing us with your personal information very seriously, so we protect your personal information in strict accordance with data security and cyber security industry standards. However, please remember that the transmission method or electronic storage method on the Internet is not 100% safe and reliable, and we cannot guarantee its absolute security.
30
+ ## External Website Links
31
+ Our services may contain links to other sites. If you click on a third-party link, you will be directed to that site. Please note that these external sites are not operated by us. Therefore, we strongly recommend that you read the privacy policies of these sites. We have no control over, and are not responsible for, the content, privacy policies or practices of any third-party site or service.
32
+ ## Child Privacy
33
+ Our services do not target anyone under the age of 13. We do not knowingly collect personally identifiable information from children under the age of 13. If we find that a child under the age of 13 has provided us with personal information, we will immediately delete this information from our servers. If you are a parent or guardian and know that your child has provided us with personal information, please contact us so that we can take the necessary measures.
34
+ ## Updates to This Privacy Policy
35
+ We may update our privacy policy from time to time. We therefore recommend that you periodically check this page for any changes. We will notify you of any changes by posting a new privacy policy on this page. These changes take effect as soon as they are posted on this page.
36
+ ## Contact Us
37
+ If you have any questions or suggestions about our privacy policy, please feel free to contact us.
@@ -0,0 +1,48 @@
1
+ ---
2
+ code: installation_menu
3
+ name: "Data Ingestion Guide"
4
+ wikiToken: AWr4wIMGYi9FB7ksPi4c17kNnxh
5
+ parentWikiToken: Hx0SwfT0aiwGRekQp2ocJ7okn0g
6
+ updateTime: 1774251959000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=installation_menu
8
+ ---
9
+
10
+ This section would introduce the methods of data ingestion. Currently, the methods supported mainly include SDK data ingestion and data transmission tool LogBus. You can also use POST method directly to import data.
11
+ You can visit our [Github homepage](https://github.com/ThinkingDataAnalytics) to check the source code of various data ingestion methods.
12
+ Guidance for existing data ingestion methods is as follows:
13
+ Client SDK:
14
+ - [Android ](https://thinkingdata.feishu.cn/wiki/Sis2weaL2iJOOWklkX1cZAtcnVc)
15
+ - [iOS ](https://thinkingdata.feishu.cn/wiki/Wxc7wQj3FitXYVkTuW5cAAtPnCc)
16
+ - [JavaScript](https://thinkingdata.feishu.cn/wiki/HwzHwHeb5iFceqk6Eylcd03UnMh)
17
+ - [Game Engine](https://thinkingdata.feishu.cn/wiki/FgrswqlHEiE45HkQve4cU0NFnbd)
18
+ - [Unity](https://thinkingdata.feishu.cn/wiki/NaFYwOKI1iN5mgkTPQwcZY0tnRg)
19
+ - [Unreal](https://thinkingdata.feishu.cn/wiki/Tjh7wx7FYinevfkG0mwcLxsSnea)
20
+ - [Cocos2d-x](https://thinkingdata.feishu.cn/wiki/D4l8wlZzuifeHUkWUXbcnUuYnM6)
21
+ - [CocosCreator](https://thinkingdata.feishu.cn/wiki/AL6VwEXmiiAgK7kXq97c8YXNnLc)
22
+ - [Corona](https://thinkingdata.feishu.cn/wiki/QjOXwKuZFiw4JLk477Fcuzmnnnb)
23
+ - [Cross-Platform](https://thinkingdata.feishu.cn/wiki/JRIIwKqb5iVJMAkCwTic7H17ncg)
24
+ - [React Native ](https://thinkingdata.feishu.cn/wiki/E1F3wNsc3iW7dckzhH9cA2h2nIg)
25
+ - [Flutter](https://thinkingdata.feishu.cn/wiki/OzW1wBUwbiX7D5k8ZaSc6Uy0ndh)
26
+ - [C++](https://thinkingdata.feishu.cn/wiki/COFfwkFwFiK0qMkfjJNc7DcMnLc)
27
+ - [C#](https://thinkingdata.feishu.cn/wiki/ENH2wrxtFicwM7koUgtcPsaCnOE)
28
+ - [MacOS](https://thinkingdata.feishu.cn/wiki/AjsqwxZYhiklqfkGXetcWhjBnue)
29
+ Server SDK:
30
+ - [<text underline="true">Golang</text>](https://thinkingdata.feishu.cn/wiki/GVHiwdEmWixRWrk0ZdKcT2twnSn)
31
+ - [<text underline="true">Java</text>](https://thinkingdata.feishu.cn/wiki/BuVmwRcFsi4Oq5knoDDcgJ3fnSN)
32
+ - [<text underline="true">C </text>](https://thinkingdata.feishu.cn/wiki/Er3owqC0UiRR21kCDgZcY4qJn3e)
33
+ - [<text underline="true">Node.js</text>](https://thinkingdata.feishu.cn/wiki/OoIKwLEiNiPgzhksi3xcUBEknbb)
34
+ - [<text underline="true">Python </text>](https://thinkingdata.feishu.cn/wiki/YoPdwzGBMiRyS7kTY5pcmWHpnjf)
35
+ - [<text underline="true">Ruby</text>](https://thinkingdata.feishu.cn/wiki/S8vpwcvIxiPflykjVPScH7dTnyd)
36
+ - [C#](https://thinkingdata.feishu.cn/wiki/V2W3wvcfkiGW3lk9rrDcnosAnqi)
37
+ - [PHP](https://thinkingdata.feishu.cn/wiki/G0BrwOPbXiAtIikbcv3cMEyonTf)
38
+ - [Lua](https://thinkingdata.feishu.cn/wiki/CLL4wjPKtiEhkjkmbIqcrn3CnXd)
39
+ - [C++](https://thinkingdata.feishu.cn/wiki/Zf9Jwl81biGtrbkmBhackD1Fn3c)
40
+ - [ErLang](https://thinkingdata.feishu.cn/wiki/HCbFw6wKsiAj0Qkst6cctv3AnIf)
41
+ Transmission tools:
42
+ - [LogBus-2 user guide](https://thinkingdata.feishu.cn/wiki/HoUywXWnNiqVfWkTJXwcbFG8n0c)
43
+ - [LogBus user guide](https://thinkingdata.feishu.cn/wiki/SlE6wOEK3isQvukzEbnc5V0inNa)
44
+ - [LogBus Windows version user guide](https://thinkingdata.feishu.cn/wiki/VL6lw7ysciezGZkA1J6cHQmhnSd)
45
+ - [Filebeat + Logstash user guide](https://thinkingdata.feishu.cn/wiki/PX2xwuYOwiaSnOkWUjrcNm0lnGf)
46
+ - [ta-datax-writer plugin user guide](https://thinkingdata.feishu.cn/wiki/Taa9wJpfHiBIgckwrQtcGauRnTh)
47
+ Other methods
48
+ [Restful API user guide](https://thinkingdata.feishu.cn/wiki/Jsp1w2ewJiXA2wkBvU8ckXxhn6g)
@@ -0,0 +1,396 @@
1
+ ---
2
+ code: data_format
3
+ name: "Data Rules"
4
+ wikiToken: L5rSwhPp8iycp4kWAnGc35gvn3f
5
+ parentWikiToken: OhD8we9iai6Xk5kM1QNc8ITRnQe
6
+ updateTime: 1774251958000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v6.0&lan=en-US&code=data_format
8
+ ---
9
+
10
+ This chapter will detail the data structure, data type, and restrictions of the TE backend. By reading this chapter, you will understand how to construct data that conforms to rules and identify data transmission problems.
11
+ **If you use LogBus or RESTful API to upload data, you need to process the format of data in accordance with the data rules in this chapter.**
12
+ ## **I. Data Structure**
13
+ The TE background accepts the JSON data that conforms to relevant rules. If SDK access is used, the data would be converted into JSON data for transmission. If LogBus or POST method is used to upload data, the data should be JSON data that conforms to relevant rules.
14
+ The unit of JSON data is the line: that is, each line has a piece of JSON data, corresponding to the physical concept of a piece of data, and the user's committing to a behavior/setting user properties for once from the aspect of data meaning.
15
+ The data format and relevant requirements are as follows (The typesetting of data has been carefully designed to make it convenient to read. Please do not switch lines in a real environment):
16
+ - Samples of event data are as follows:
17
+ ```json
18
+ {
19
+ "#account_id": "ABCDEFG-123-abc",
20
+ "#distinct_id": "F53A58ED-E5DA-4F18-B082-7E1228746E88",
21
+ "#type": "track",
22
+ "#ip": "192.168.171.111",
23
+ "#uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
24
+ "#time": "2017-12-18 14:37:28.527",
25
+ "#event_name": "test",
26
+ "properties": {
27
+ "argString": "abc",
28
+ "argNum": 123,
29
+ "argBool": true
30
+ }
31
+ }
32
+ ```
33
+
34
+ - Samples of user property settings are as follows:
35
+ ```json
36
+ {
37
+ "#account_id": "ABCDEFG-123-abc",
38
+ "#distinct_id": "F53A58ED-E5DA-4F18-B082-7E1228746E88",
39
+ "#type": "user_set",
40
+ "#uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
41
+ "#time": "2017-12-18 14:37:28.527",
42
+ "properties": {
43
+ "userArgString": "abc",
44
+ "userArgNum": 123,
45
+ "userArgBool": true
46
+ }
47
+ }
48
+ ```
49
+
50
+ *The value of **"#type"** could be replaced with **"user_setOnce"**, **"user_add"、"user_unset"**, **"user_append"**, **"user_del"***
51
+ One piece of JSON data can be divided into two parts based on structure and function:
52
+ **Other fields on the same layer with properties constitute the basic information of the data, including the following information:**
53
+ - The account ID `#account_id` and distinct ID `#distinct_id` that presents the triggering user
54
+ - The `#time` that presents the trigger time, which could be correct to second or millisecond.
55
+ - The `#type` that presents the data type (the event is still a user property setting)
56
+ - The `#event_name` that presents the event name (only carried by event data)
57
+ - The `#ip` that presents user IP
58
+ - The `#uuid` that presents the uniqueness of data
59
+ It should be noted that besides the above items of data, other properties starting with "#" should all be placed in the inner layer of properties
60
+ **The inner layer of properties, presenting the data's content and the properties in the event or the user properties that need to be set, could be used directly as properties or analysis objects during background analysis.**
61
+ Looking at the structure, these two parts are similar to the header and content. Next, we will detail the meaning of various fields in these two parts.
62
+ ### 1.1 **Data information part**
63
+ The fields in the same layer with "properties" constitute the information part of the data marked by the red box in the following figure:
64
+ <image token="YYIqbwYP7oIKyZxAaprcjfuUnVe" width="1123" height="692" align="center"/>
65
+
66
+ These fields, all starting with "#", contain information about the trigger user and the trigger time of the data. This chapter would describe the meaning of each field and how to configure such fields.
67
+ ---
68
+
69
+
70
+ #### 1.1.1 **User information (**`**#account_id**`** and **`**#distinct_id**`**)**
71
+ `#account_id` and `#distinct_id` are two fields used by the TE backend to identify users, among which, `#account_id` is the ID of the user under the login state, while `#distinct_id` is the identifier of the user under the unlogin state. TE background would identify the user triggering such behavior based on these two fields, with priority given to `#account_id`. For detailed rules, please refer to [User identification Rules](https://thinkingdata.feishu.cn/wiki/Pov9wECdsi2QQsk4NN9cEPsvnyc).
72
+
73
+ `#account_id` or `#distinct_id` should be uploaded. If all events are triggered when the user is under login state, it is acceptable to upload `#account_id` only. If some event is triggered when the user is under unlogin state (including before registration), it is suggested that the two fields be filled out.
74
+ ---
75
+
76
+
77
+ #### 1.1.2 **Data type information(**`**#type**`** and **`**#event_name**`**)**
78
+ `#type` decides the type of the data (record of user behavior or modification of user property), and **should be configured for each piece of data.** The value of`#type` can be divided into two types: `track` means the data is a record of user behavior, while data started with `user_` presents operation against user properties. Detailed information is as follows:
79
+ 1. Track: an event is uploaded into the event table. All events are uploaded as tracks
80
+ 2. User_set: operate against the user table to overwrite one or more user properties. If the properties have values, the previous values should be overwritten.
81
+ 3. user_setOnce: operate against the user table to initialize one or more user properties. If the properties have values, the operation should be ignored.
82
+ 4. User_add: operate against the user table to accumulate one or more numeric user properties
83
+ 5. User_unset: operate against the user table to delete the value of one or more user properties of the user.
84
+ 6. User_del: operate against the user table to delete the user
85
+ 7. User_append: operate against the user table to add elements for the list properties of the user.
86
+ 8. user_uniq_append: operate against the user table to add elements for the list properties of the user and deduplicate the entire list (without changing the order of original elements)
87
+ When the value of `#type` is `track`, which means the data is a record of user behavior, `**#event_name**`** must be configured **(must start with a character and could only contain: characters (upper and lower cases distinguished), figures, and underline "_", with a maximum length of 50 characters). It should be noted that space shall never be contained in the event name during the configuration process. If the data present an operation of modifying user properties, the `#event_name` field is not required.
88
+
89
+ It should be noted that user properties are properties with node significance of the user, which should not be modified frequently within a short period. As for properties that are modified frequently, it is suggested that the properties be placed in an event as the event property.
90
+ ---
91
+
92
+
93
+ #### 1.1.3 **Trigger time(**`**#time**`**)**
94
+ `#time` is the time when the event occurs, and **must be configured** in the format of a character string, correct to millisecond("yyyy-MM-dd HH:mm:ss.SSS")or second("yyyy-MM-dd HH:mm:ss")
95
+ Although the operation data of the User table also requires the configuration of `#time` , operations against user properties would be performed according to the receiving order of data in the background.
96
+ *For instance, if the user uploaded the User table operation data of the previous day, overwriting or initialization of properties would be performed as normal instead of making decisions based on the #time field.*
97
+ ---
98
+
99
+
100
+ #### 1.1.4 **Trigger location(**`**#ip**`**)**
101
+ `#ip`, an optional configuration, is the IP address of the device. TE will calculate the geographical location information of the user based on the IP address. If you have uploaded such geographical location information as #country, #province, and #city into "properties", the value you uploaded shall prevail.
102
+ ---
103
+
104
+
105
+ #### 1.1.5 **Data Unique ID(**`**#uuid**`**)**
106
+ `#uuid`, an optional configuration, is a field used to indicate the uniqueness of data. Its format must be the standard format of uuid. TE would verify whether the same `#uuid` appears (duplicate data) within a short period based on the data volume, and abandon the duplicate data directly without storing such data again.
107
+ **It should be noted that the receiving end verification performed through**`**#uuid**`** would only verify the data received in a few recent hours to solve the problem of network jitter caused by short-term data duplication. The received data and full data could not be verified. If you need to delete the duplicate data, please contact the**** TE ****staff.**
108
+ ---
109
+
110
+
111
+ ### 1.2 **Data subject part**
112
+ The other part of the data is the data contained in the inner layer of `properties`, a JSON object, with the data inside expressed with key-value pairs. If it is user behavior data, it represents the properties and metrics of the behavior (equivalent to the fields in the behavior table). Such properties and metrics can be used directly in analysis. If it is the operation against user properties, it represents the content of the properties to be set.
113
+ <image token="JsyqbpA0XoUgxLxjfw1ckDtKn7f" width="1123" height="692" align="center"/>
114
+
115
+ The key value is the name of the property (type: character string). Self-defined properties must start with a letter and could only contain: letters (ignoring case), figures, and underline "_", with a maximum length of 50 characters. Besides, there are also TE preset properties starting with `#`. For detailed information, you can refer to [Preset Properties and System Fields](https://thinkingdata.feishu.cn/wiki/HoS9wEGASi5cpMkA2KocFLkfndg)[.](https://thinkingdata.feishu.cn/wiki/HoS9wEGASi5cpMkA2KocFLkfndg) However, it is recommended that only self-defined properties be used in most situations, and # should not be used.
116
+ Value is the value of the property and could be a numeric value, text, time, Boolean, list, object, and object group. The method for expressing data type is as shown in the following table:
117
+
118
+ <lark-table rows="8" cols="4" column-widths="143,170,302,146">
119
+
120
+ <lark-tr>
121
+ <lark-td>
122
+ ** Type of TE data **
123
+ </lark-td>
124
+ <lark-td>
125
+ ** Sample value **
126
+ </lark-td>
127
+ <lark-td>
128
+ ** Instructions on values **
129
+ </lark-td>
130
+ <lark-td>
131
+ ** Type of data **
132
+ </lark-td>
133
+ </lark-tr>
134
+ <lark-tr>
135
+ <lark-td>
136
+ numeric value
137
+ </lark-td>
138
+ <lark-td>
139
+ 123,1.23
140
+ </lark-td>
141
+ <lark-td>
142
+ Data range: -9E15 to 9E15
143
+ </lark-td>
144
+ <lark-td>
145
+ Number
146
+ </lark-td>
147
+ </lark-tr>
148
+ <lark-tr>
149
+ <lark-td>
150
+ Text
151
+ </lark-td>
152
+ <lark-td>
153
+ "ABC", "Shanghai"
154
+ </lark-td>
155
+ <lark-td>
156
+ The upper limit of characters is 2KB by default
157
+ </lark-td>
158
+ <lark-td>
159
+ String
160
+ </lark-td>
161
+ </lark-tr>
162
+ <lark-tr>
163
+ <lark-td>
164
+ Time
165
+ </lark-td>
166
+ <lark-td>
167
+ "2019-01-01 00:00:00","2019-01-01 00:00:00.000"
168
+ </lark-td>
169
+ <lark-td>
170
+ "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
171
+ </lark-td>
172
+ <lark-td>
173
+ String
174
+ </lark-td>
175
+ </lark-tr>
176
+ <lark-tr>
177
+ <lark-td>
178
+ Boolean
179
+ </lark-td>
180
+ <lark-td>
181
+ true,false
182
+ </lark-td>
183
+ <lark-td>
184
+ -
185
+ </lark-td>
186
+ <lark-td>
187
+ Boolean
188
+ </lark-td>
189
+ </lark-tr>
190
+ <lark-tr>
191
+ <lark-td>
192
+ List
193
+ </lark-td>
194
+ <lark-td>
195
+ ["a","1","true"]
196
+ </lark-td>
197
+ <lark-td>
198
+ Elements in the list would all be converted into character strings, with at most 500 elements in the list
199
+ </lark-td>
200
+ <lark-td>
201
+ Array(String)
202
+ </lark-td>
203
+ </lark-tr>
204
+ <lark-tr>
205
+ <lark-td>
206
+ Row
207
+ </lark-td>
208
+ <lark-td>
209
+ {"hero_name":"Liu Bei","hero_level":22,"hero_equipment": ["Male and female swords","Delu"],"hero_if_support":false}
210
+ </lark-td>
211
+ <lark-td>
212
+ Each sub-property 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
213
+ </lark-td>
214
+ <lark-td>
215
+ Row
216
+ </lark-td>
217
+ </lark-tr>
218
+ <lark-tr>
219
+ <lark-td>
220
+ Array Row
221
+ </lark-td>
222
+ <lark-td>
223
+ [{"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}]
224
+ </lark-td>
225
+ <lark-td>
226
+ Each sub-property 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
227
+ </lark-td>
228
+ <lark-td>
229
+ Array Row
230
+ </lark-td>
231
+ </lark-tr>
232
+ </lark-table>
233
+
234
+ It should be noted that the type of all properties is determined by the type of property value received for the first time. The type of subsequent data must conform to the type of corresponding properties, with properties of mismatched types abandoned (the remaining type-compliant properties of the data would be retained) corresponding attributes, for TE does not support compatible conversion of types.
235
+ ## **II. Data Processing Rules**
236
+ TA server would process the data received in accordance with the processing rules of the TE backend based on actual usage scenarios:
237
+ ### 2.1 **Receive new event data**
238
+
239
+ After receiving the data about new events, the TE backend would create a correlation model for new events and their properties. If new properties are received, the type of the properties received for the first type would be set as the property type, which could not be modified in the future.
240
+ ---
241
+
242
+
243
+ ### 2.2 **Add event properties**
244
+
245
+ If you need to add properties for existing events, you only need to upload the new properties when uploading data. The TE backend would then associate the events with the new properties dynamically without performing other configurations.
246
+ ---
247
+
248
+
249
+ ### 2.3 **Processing of inconsistent properties**
250
+
251
+ When a piece of event data is received and the type of certain property and the type of the property saved in the background are different, the value of the property would be abandoned (i.e., the value is null).
252
+ ---
253
+
254
+
255
+ ### 2.4 **Properties of abandoned events**
256
+
257
+ If you need to abandon a certain property of an event, you only need to hide the property in the [Metadata Management Tool](https://thinkingdata.feishu.cn/wiki/Cpidw68TeizrEzkXdElc2y8inff) of the TE backend. It is allowed that the data transmitted subsequently do not upload the property. The TE backend would not delete the data of the property, and the hidden operation is also reversible. If the property is transmitted after being hidden, its value would still be retained.
258
+ ---
259
+
260
+
261
+ ### 2.5 **Common properties of multiple events**
262
+
263
+ Properties of the same name of different events would be regarded as the same property of the same type. Therefore, it is necessary to ensure that the types of all properties of the same name are the same, so as to protect the property value from being abandoned due to inconsistent types.
264
+ ---
265
+
266
+
267
+ ### 2.6 **User table operation logic**
268
+ Modification of the data in the user table (i.e., the data whose `#type` field is `user_set`, `user_setOnce`, `user_add`, `user_unset`, `user_append` or `user_del`) could be regarded as a command in its nature, that is, the operation against the user table data of the user indicated by the piece of data. The operation type is decided by the `#type` field, while the content of the operation is decided by the properties in properties.
269
+ Detailed logic of major user table property operation is as follows:
270
+ #### 2.6.1 **Overwrite user properties (user_set)**
271
+ Determine the user who performs the operation according to the user ID in the data and overwrite all properties according to the properties in `properties`. If a certain property does not exist, create the property.
272
+ #### 2.6.2 **Initialize user properties (user_setOnce)**
273
+ Determine the user who performs the operation according to the user ID in the data and set properties without any value (or the value is empty) according to the properties in `properties`. If a property of the user that needs to be set has its value, it would not be overwritten. If a certain property does not exist, it would be newly created.
274
+ #### 2.6.3 **Cumulate user properties (user_add)**
275
+ Determine the user who performs the operation according to the user ID in the data and cumulate properties of the numeric type according to the properties in `properties`. If the negative value uploaded is equivalent to the result of minusing the original property value with the uploaded value and the property of the user to be set does not have a value (or the value is empty), it would be set as 0 by default before the cumulation. If a certain property does not exist, it would be newly created.
276
+ #### 2.6.4 **Clear the user property value (user_unset)**
277
+ Determine the user who performs the operation according to the user ID in the data and clear all properties according to the properties in `properties`**. **If a certain property did not exist, it **would not **be created.
278
+ #### 2.6.5 **Add elements of list-type user properties(user_append)**
279
+ Determine the user who performs the operation according to the user ID in the data and add elements for list-type properties according to the properties in `properties`.
280
+ #### 2.6.6 **Delete user (user_del)**
281
+ Determine the user who performs the operation according to the user ID in the data and delete the user from the user table (event data of the user **would not** be deleted).
282
+ ---
283
+
284
+
285
+ ## **III. Data Restrictions**
286
+ - **Restrictions on event type and property quantity**
287
+ To ensure sound performance, the TE backend would limit the number of event types and properties of the project by default;
288
+
289
+
290
+ <lark-table rows="3" cols="4" column-widths="209,116,164,194">
291
+
292
+ <lark-tr>
293
+ <lark-td>
294
+ ** Restrictions **
295
+ </lark-td>
296
+ <lark-td>
297
+ ** Upper limit of event type **
298
+ </lark-td>
299
+ <lark-td>
300
+ ** Upper limit of event property **
301
+ </lark-td>
302
+ <lark-td>
303
+ ** Upper limit of user property **
304
+ </lark-td>
305
+ </lark-tr>
306
+ <lark-tr>
307
+ <lark-td>
308
+ It is recommended that the quantity does not exceed
309
+ </lark-td>
310
+ <lark-td>
311
+ 100
312
+ </lark-td>
313
+ <lark-td>
314
+ 300
315
+ </lark-td>
316
+ <lark-td>
317
+ 100
318
+ </lark-td>
319
+ </lark-tr>
320
+ <lark-tr>
321
+ <lark-td>
322
+ Upper limit of hardware
323
+ </lark-td>
324
+ <lark-td>
325
+ 500
326
+ </lark-td>
327
+ <lark-td>
328
+ 1000
329
+ </lark-td>
330
+ <lark-td>
331
+ 500
332
+ </lark-td>
333
+ </lark-tr>
334
+ </lark-table>
335
+
336
+ The administrator could enter the "project management" page to query the number of event types and properties that have been used in various projects. You can contact TE staff to lift the upper limit on the number of event types and properties.
337
+ - **Restrictions on the length of account ID(#account_id) and distinct ID(#distinct_id)**
338
+ ```plaintext
339
+ * Projects created before V3.1: 64 characters; please contact TE staff if you need to expand the number to 128 characters.
340
+
341
+ * Projects created upon/after V3.1: 128 characters;
342
+ ```
343
+
344
+ - **Restrictions on the name of events and properties**
345
+ ```plaintext
346
+ * Event name: character string type, starting with a character and containing figures, characters (upper and lower case distinguished), and an underline "_", with a maximum length of 50 characters.
347
+
348
+ * Properties name: character string type, starting with a character and containing figures, characters (upper and lower case ignored) and an underline "_", with a maximum length of 50 characters. Only buit-in properties could start with #.
349
+ ```
350
+
351
+ - **Data scope of properties of text, numeric, list, object, and object group type**
352
+ ```plaintext
353
+ * Text: the upper limit of the character string is 2KB
354
+
355
+ * Numeric value: data range: -9E15 to 9E15
356
+
357
+ * List: containing at most 500 elements, with each element of the character string type and an upper limit of 255 bytes
358
+
359
+ * Object; containing at most 100 sub-properties;
360
+
361
+ * Object group: containing at most 500 objects;
362
+ ```
363
+
364
+ - **Time limit for data reception**
365
+ ```plaintext
366
+ * Upper limit for data reception event at the server: three years before or three days after the relative server time
367
+
368
+ * Upper limit for data reception event at the client side: ten days before or three days after the relative server time
369
+ ```
370
+
371
+ **IV. Other Rules**
372
+ 1. Please code data with UTF-8 to avoid messy codes
373
+ 2. The property name of the TE backend would ignore the upper case and lower case. It is recommended that "_" be used as the separator of particles
374
+ 3. The TE backend would only receive data from the recent three years by default. Data generated three years ago could not be imported. To import data generated three years ago, please contact TE staff.
375
+ ## **V. FAQ**
376
+ This chapter summarized FAQs caused by data's inconformity to data rules. If problems related to data transmission occur, you can perform troubleshooting according to the content of this section first
377
+ ### 5.1 **T****E ****does not receive the data**
378
+ **If SDK transmission is used:**
379
+ 1. Please confirm whether SDK is integrated successfully
380
+ 2. Check whether the APPID and the transmission URL are set correctly and whether the suffix corresponding to the transmission port number and transmission mode is missing
381
+ **If LogBuss or POST method is used for transmission:**
382
+ 1. Check whether the APPID and the transmission URL are set correctly and whether the suffix corresponding to the transmission port number and transmission mode is missing
383
+ 2. Please check whether the data is transmitted in JSON format and ensure that there is a piece of JSON data in a line
384
+ 3. Please check whether the key value of the [<text underline="true">data information part</text>](https://thinkingdata.feishu.cn/docx/LyvkdESnyoSg9MxG0O4c48n9nPc) starts with "#", and whether necessary fields are missing
385
+ 4. Please check whether the type and format (time format) of the value of the [<text underline="true">data information part</text>](https://thinkingdata.feishu.cn/docx/LyvkdESnyoSg9MxG0O4c48n9nPc)<text underline="true"> </text>is correct
386
+ 5. Please check whether the value of the "#event_name" conforms to relevant rules and does not contain Chinese characters and space.
387
+ 6. "properties" shall not start with "#"
388
+ - Besides, it should be noted that the setting of user properties would not generate behavior records. Therefore, if only data like `user_set` has been uploaded, data could not be queried in the behavior analysis model of the background (except SQL query) directly
389
+ - Please pay attention to the time of data uploading. Data generated too early (more than three years ago) would not be imported; if the data uploaded is historical data, it might be because the query time does not cover the time when the queried data was imported. In this case, please adjust the query time.
390
+ ### 5.2 **Some data is missing, with certain properties not received**
391
+ 1. Please confirm that the property key value of the [<text underline="true">data subject part </text>](https://thinkingdata.feishu.cn/docx/LyvkdESnyoSg9MxG0O4c48n9nPc)conforms to relevant rules and does not contain Chinese characters and space.
392
+ 2. Please confirm that among all properties of the [<text underline="true">data subject part</text>](https://thinkingdata.feishu.cn/docx/LyvkdESnyoSg9MxG0O4c48n9nPc), the key value starting with"#" belongs to the [<text underline="true">preset properties</text>](https://thinkingdata.feishu.cn/wiki/HoS9wEGASi5cpMkA2KocFLkfndg):
393
+ 3. Please check whether the type of the missing property being uploaded conforms to that of the property in the background. You can check the type of property received in the [<text underline="true">meta-data management</text>](https://thinkingdata.feishu.cn/wiki/Cpidw68TeizrEzkXdElc2y8inff)<text underline="true"> </text>of the backend
394
+ ### 5.3 **Delete data after data transmission failure**
395
+ 1. Users of private services could delete data independently by using [<text underline="true">data deleting tools</text>](https://thinkingdata.feishu.cn/wiki/Twatwe2vYi0ng0kFz8yczOIpn2o), while users of cloud services could contact TE staff to delete relevant data.
396
+ 2. If the data has been changed significantly, it is suggested that projects be created and the user perform a comprehensive data test under the test project before the formal transmission of data.