ae-tracking 0.1.0

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 (308) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +50 -0
  3. package/dist/bin/ae-tracking.d.ts +2 -0
  4. package/dist/bin/ae-tracking.js +20 -0
  5. package/dist/scripts/postinstall.d.ts +1 -0
  6. package/dist/scripts/postinstall.js +17 -0
  7. package/dist/src/auth.d.ts +12 -0
  8. package/dist/src/auth.js +215 -0
  9. package/dist/src/cli/auth.d.ts +8 -0
  10. package/dist/src/cli/auth.js +81 -0
  11. package/dist/src/cli/code.d.ts +2 -0
  12. package/dist/src/cli/code.js +85 -0
  13. package/dist/src/cli/debug.d.ts +2 -0
  14. package/dist/src/cli/debug.js +152 -0
  15. package/dist/src/cli/home.d.ts +4 -0
  16. package/dist/src/cli/home.js +15 -0
  17. package/dist/src/cli/init.d.ts +14 -0
  18. package/dist/src/cli/init.js +107 -0
  19. package/dist/src/cli/package-root.d.ts +1 -0
  20. package/dist/src/cli/package-root.js +20 -0
  21. package/dist/src/cli/plan.d.ts +2 -0
  22. package/dist/src/cli/plan.js +242 -0
  23. package/dist/src/cli/wiki.d.ts +2 -0
  24. package/dist/src/cli/wiki.js +20 -0
  25. package/dist/src/client.d.ts +62 -0
  26. package/dist/src/client.js +56 -0
  27. package/dist/src/config.d.ts +4 -0
  28. package/dist/src/config.js +29 -0
  29. package/dist/src/plan/autotrack.d.ts +18 -0
  30. package/dist/src/plan/autotrack.js +350 -0
  31. package/dist/src/plan/conflict.d.ts +34 -0
  32. package/dist/src/plan/conflict.js +106 -0
  33. package/dist/src/plan/draft.d.ts +39 -0
  34. package/dist/src/plan/draft.js +104 -0
  35. package/dist/src/plan/fix.d.ts +32 -0
  36. package/dist/src/plan/fix.js +187 -0
  37. package/dist/src/plan/types.d.ts +57 -0
  38. package/dist/src/plan/types.js +1 -0
  39. package/dist/src/project-detect/detect.d.ts +2 -0
  40. package/dist/src/project-detect/detect.js +120 -0
  41. package/dist/src/project-detect/types.d.ts +9 -0
  42. package/dist/src/project-detect/types.js +1 -0
  43. package/dist/src/te-debug/client.d.ts +12 -0
  44. package/dist/src/te-debug/client.js +54 -0
  45. package/dist/src/te-debug/types.d.ts +16 -0
  46. package/dist/src/te-debug/types.js +1 -0
  47. package/dist/src/te-plan/fetch.d.ts +3 -0
  48. package/dist/src/te-plan/fetch.js +47 -0
  49. package/dist/src/te-plan/types.d.ts +7 -0
  50. package/dist/src/te-plan/types.js +1 -0
  51. package/dist/src/wiki/block-to-md.d.ts +74 -0
  52. package/dist/src/wiki/block-to-md.js +88 -0
  53. package/dist/src/wiki/crawler.d.ts +3 -0
  54. package/dist/src/wiki/crawler.js +71 -0
  55. package/dist/src/wiki/index-writer.d.ts +4 -0
  56. package/dist/src/wiki/index-writer.js +70 -0
  57. package/dist/src/wiki/slugify.d.ts +1 -0
  58. package/dist/src/wiki/slugify.js +11 -0
  59. package/dist/src/wiki/types.d.ts +29 -0
  60. package/dist/src/wiki/types.js +1 -0
  61. package/dist/src/wiki-query/query.d.ts +8 -0
  62. package/dist/src/wiki-query/query.js +32 -0
  63. package/dist/src/xlsx/read.d.ts +2 -0
  64. package/dist/src/xlsx/read.js +457 -0
  65. package/dist/src/xlsx/write.d.ts +3 -0
  66. package/dist/src/xlsx/write.js +251 -0
  67. package/package.json +47 -0
  68. package/skills/generate-tracking-code/SKILL.md +551 -0
  69. package/skills/generate-tracking-code/references/client-sdk-insert.md +92 -0
  70. package/skills/generate-tracking-code/references/datax-config.md +41 -0
  71. package/skills/generate-tracking-code/references/debug-script.md +99 -0
  72. package/skills/generate-tracking-code/references/logbus-config.md +224 -0
  73. package/skills/generate-tracking-code/references/modes.md +81 -0
  74. package/skills/generate-tracking-code/references/restful-call.md +34 -0
  75. package/skills/generate-tracking-code/references/sdk-index.md +123 -0
  76. package/skills/generate-tracking-code/references/server-sdk-insert.md +175 -0
  77. package/skills/generate-tracking-code/references/snippet-delivery.md +240 -0
  78. package/skills/generate-tracking-code/references/te-api.md +181 -0
  79. package/skills/generate-tracking-plan/SKILL.md +826 -0
  80. package/skills/generate-tracking-plan/references/autotrack-events.md +238 -0
  81. package/skills/generate-tracking-plan/references/te-api.md +97 -0
  82. package/skills/generate-tracking-plan/references/xlsx-schema.md +149 -0
  83. package/skills/te-wiki-synthesize/SKILL.md +142 -0
  84. package/wiki/te-docs/index.md +223 -0
  85. package/wiki/te-docs/log.md +28 -0
  86. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//346/225/260/346/215/256/350/247/204/345/210/231.md +379 -0
  87. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//347/224/250/346/210/267/350/257/206/345/210/253/350/247/204/345/210/231.md +461 -0
  88. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234//351/242/204/347/275/256/345/261/236/346/200/247/344/270/216/347/263/273/347/273/237/345/255/227/346/256/265.md +634 -0
  89. package/wiki/te-docs/raw//346/216/245/345/205/245/345/211/215/345/207/206/345/244/207/345/267/245/344/275/234.md +190 -0
  90. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227/restful-api-/344/275/277/347/224/250/346/214/207/345/215/227.md +195 -0
  91. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227/sdk-information-collection-rules.md +63 -0
  92. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/205/263/344/272/216-gdpr.md +81 -0
  93. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  94. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//346/233/264/346/226/260/346/227/245/345/277/227.md +502 -0
  95. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +367 -0
  96. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +117 -0
  97. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//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 +96 -0
  98. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//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 +947 -0
  99. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//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 +686 -0
  100. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android//350/277/233/351/230/266/346/214/207/345/215/227.md +1126 -0
  101. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/android.md +461 -0
  102. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-RCu1wk.md +64 -0
  103. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227.md +167 -0
  104. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-T57MwB.md +56 -0
  105. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//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 +57 -0
  106. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-JARDwp.md +455 -0
  107. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227.md +477 -0
  108. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c-Uicgw2.md +145 -0
  109. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/c.md +253 -0
  110. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/h5-/344/270/216-app-sdk-/346/211/223/351/200/232.md +179 -0
  111. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  112. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//346/233/264/346/226/260/346/227/245/345/277/227.md +491 -0
  113. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +154 -0
  114. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +148 -0
  115. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//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 +92 -0
  116. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//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 +479 -0
  117. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//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 +587 -0
  118. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//350/277/233/351/230/266/346/214/207/345/215/227.md +912 -0
  119. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios//351/232/220/347/247/201/346/270/205/345/215/225.md +183 -0
  120. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/ios.md +397 -0
  121. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//345/220/210/350/247/204/346/214/207/345/215/227.md +39 -0
  122. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//346/233/264/346/226/260/346/227/245/345/277/227.md +239 -0
  123. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +55 -0
  124. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//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
  125. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//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 +113 -0
  126. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//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 +267 -0
  127. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript//350/277/233/351/230/266/346/214/207/345/215/227.md +455 -0
  128. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/javascript.md +257 -0
  129. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//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 +77 -0
  130. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//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 +249 -0
  131. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos//350/277/233/351/230/266/346/214/207/345/215/227.md +738 -0
  132. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/macos.md +317 -0
  133. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//345/220/210/350/247/204/346/214/207/345/215/227.md +345 -0
  134. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//346/233/264/346/226/260/346/227/245/345/277/227.md +128 -0
  135. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +60 -0
  136. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +54 -0
  137. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//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 +121 -0
  138. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +286 -0
  139. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony//350/277/233/351/230/266/346/214/207/345/215/227.md +408 -0
  140. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk/openharmony.md +209 -0
  141. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//345/256/242/346/210/267/347/253/257-sdk-/345/270/270/350/247/201/351/227/256/351/242/230.md +72 -0
  142. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +56 -0
  143. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +313 -0
  144. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +78 -0
  145. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +58 -0
  146. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +192 -0
  147. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +301 -0
  148. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +644 -0
  149. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +440 -0
  150. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +35 -0
  151. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +49 -0
  152. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +53 -0
  153. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +32 -0
  154. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +65 -0
  155. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +288 -0
  156. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +236 -0
  157. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  158. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//346/233/264/346/226/260/346/227/245/345/277/227.md +122 -0
  159. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +27 -0
  160. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//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 +53 -0
  161. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//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 +34 -0
  162. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//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 +177 -0
  163. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x//350/277/233/351/230/266/346/214/207/345/215/227.md +368 -0
  164. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocos2d-x.md +311 -0
  165. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//345/220/210/350/247/204/346/214/207/345/215/227.md +42 -0
  166. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//346/233/264/346/226/260/346/227/245/345/277/227.md +184 -0
  167. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +142 -0
  168. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//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 +60 -0
  169. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//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 +96 -0
  170. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//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 +255 -0
  171. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator//350/277/233/351/230/266/346/214/207/345/215/227.md +659 -0
  172. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/cocoscreator.md +213 -0
  173. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//345/220/210/350/247/204/346/214/207/345/215/227.md +39 -0
  174. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//346/233/264/346/226/260/346/227/245/345/277/227.md +42 -0
  175. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//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 +59 -0
  176. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//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 +37 -0
  177. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//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 +50 -0
  178. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona//350/277/233/351/230/266/346/214/207/345/215/227.md +281 -0
  179. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/corona.md +304 -0
  180. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +129 -0
  181. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +74 -0
  182. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +60 -0
  183. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +74 -0
  184. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +228 -0
  185. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +640 -0
  186. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/egret.md +210 -0
  187. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +129 -0
  188. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +79 -0
  189. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +60 -0
  190. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +73 -0
  191. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +254 -0
  192. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//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 +626 -0
  193. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/layaair.md +228 -0
  194. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//345/216/206/345/217/262/347/211/210/346/234/254-unity-sdk-/344/275/277/347/224/250/346/214/207/345/215/227.md +503 -0
  195. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  196. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//346/233/264/346/226/260/346/227/245/345/277/227.md +505 -0
  197. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +86 -0
  198. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//345/216/237/347/224/237-sdk-/345/217/257/346/217/222/346/213/224.md +44 -0
  199. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +55 -0
  200. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//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 +53 -0
  201. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//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 +156 -0
  202. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//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 +293 -0
  203. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity//350/277/233/351/230/266/346/214/207/345/215/227.md +667 -0
  204. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unity.md +203 -0
  205. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//345/220/210/350/247/204/346/214/207/345/215/227.md +34 -0
  206. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//346/233/264/346/226/260/346/227/245/345/277/227.md +209 -0
  207. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227//344/270/211/346/226/271/346/225/260/346/215/256.md +152 -0
  208. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//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 +41 -0
  209. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//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 +81 -0
  210. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//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 +181 -0
  211. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal//350/277/233/351/230/266/346/214/207/345/215/227.md +346 -0
  212. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216/unreal.md +228 -0
  213. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//346/270/270/346/210/217/345/274/225/346/223/216.md +20 -0
  214. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  215. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//346/233/264/346/226/260/346/227/245/345/277/227.md +201 -0
  216. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//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
  217. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//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 +139 -0
  218. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//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 +65 -0
  219. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter//350/277/233/351/230/266/346/214/207/345/215/227.md +356 -0
  220. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/flutter.md +176 -0
  221. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//345/220/210/350/247/204/346/214/207/345/215/227.md +37 -0
  222. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//346/233/264/346/226/260/346/227/245/345/277/227.md +162 -0
  223. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//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 +60 -0
  224. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//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 +140 -0
  225. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//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 +23 -0
  226. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native//350/277/233/351/230/266/346/214/207/345/215/227.md +375 -0
  227. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/react-native.md +176 -0
  228. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//346/233/264/346/226/260/346/227/245/345/277/227.md +34 -0
  229. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227/native/346/224/257/346/214/201.md +96 -0
  230. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227//345/244/232/345/256/236/344/276/213.md +48 -0
  231. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//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 +57 -0
  232. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//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 +68 -0
  233. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//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 +249 -0
  234. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app//350/277/233/351/230/266/346/214/207/345/215/227.md +420 -0
  235. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266/uni-app.md +193 -0
  236. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk//350/267/250/345/271/263/345/217/260/346/241/206/346/236/266.md +15 -0
  237. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//345/256/242/346/210/267/347/253/257-sdk.md +35 -0
  238. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/filebeat-logstash-/344/275/277/347/224/250/346/214/207/345/215/227.md +638 -0
  239. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/logbus2-/344/275/277/347/224/250/346/214/207/345/215/227.md +1140 -0
  240. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245/ta-datax-writer-/346/217/222/344/273/266/344/275/277/347/224/250/346/214/207/345/215/227.md +256 -0
  241. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/215/256/345/257/274/345/205/245.md +17 -0
  242. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/225/260/346/225/260/347/247/221/346/212/200sdk/351/232/220/347/247/201/345/243/260/346/230/216.md +298 -0
  243. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-HZrPwz.md +80 -0
  244. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227-U1zKwj.md +108 -0
  245. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//346/233/264/346/226/260/346/227/245/345/277/227.md +114 -0
  246. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-LEb9wx.md +46 -0
  247. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//345/256/236/346/227/266/350/260/203/350/257/225-TfR3wg.md +46 -0
  248. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//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 +93 -0
  249. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247-U1Qvwk.md +75 -0
  250. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227//351/242/204/347/275/256/345/261/236/346/200/247-X08Fw7.md +75 -0
  251. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//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 +75 -0
  252. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-Jc1dwk.md +245 -0
  253. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227-YGuuwc.md +237 -0
  254. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c//350/277/233/351/230/266/346/214/207/345/215/227.md +242 -0
  255. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c-D4KBwg.md +211 -0
  256. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c-HF7Dwv.md +169 -0
  257. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/c.md +225 -0
  258. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//346/233/264/346/226/260/346/227/245/345/277/227.md +55 -0
  259. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//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 +51 -0
  260. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//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 +75 -0
  261. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang//350/277/233/351/230/266/346/214/207/345/215/227.md +151 -0
  262. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/erlang.md +204 -0
  263. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//346/233/264/346/226/260/346/227/245/345/277/227.md +135 -0
  264. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//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 +46 -0
  265. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//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 +75 -0
  266. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang//350/277/233/351/230/266/346/214/207/345/215/227.md +208 -0
  267. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/golang.md +193 -0
  268. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//346/233/264/346/226/260/346/227/245/345/277/227.md +138 -0
  269. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//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 +52 -0
  270. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//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 +75 -0
  271. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java//350/277/233/351/230/266/346/214/207/345/215/227.md +289 -0
  272. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/java.md +214 -0
  273. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//346/233/264/346/226/260/346/227/245/345/277/227.md +123 -0
  274. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/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 +57 -0
  275. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/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 +75 -0
  276. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua//350/277/233/351/230/266/346/214/207/345/215/227.md +234 -0
  277. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/lua.md +165 -0
  278. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//346/233/264/346/226/260/346/227/245/345/277/227.md +89 -0
  279. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//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 +65 -0
  280. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//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 +75 -0
  281. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs//350/277/233/351/230/266/346/214/207/345/215/227.md +263 -0
  282. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/nodejs.md +161 -0
  283. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//346/233/264/346/226/260/346/227/245/345/277/227.md +86 -0
  284. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//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
  285. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//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 +75 -0
  286. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php//350/277/233/351/230/266/346/214/207/345/215/227.md +269 -0
  287. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/php.md +206 -0
  288. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//346/233/264/346/226/260/346/227/245/345/277/227.md +155 -0
  289. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//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 +47 -0
  290. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//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 +75 -0
  291. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python//350/277/233/351/230/266/346/214/207/345/215/227.md +274 -0
  292. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/python.md +162 -0
  293. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//346/233/264/346/226/260/346/227/245/345/277/227.md +53 -0
  294. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//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 +50 -0
  295. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//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 +75 -0
  296. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby//350/277/233/351/230/266/346/214/207/345/215/227.md +226 -0
  297. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk/ruby.md +165 -0
  298. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227//346/234/215/345/212/241/347/253/257-sdk.md +23 -0
  299. package/wiki/te-docs/raw//346/216/245/345/205/245/346/214/207/345/215/227.md +64 -0
  300. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213//345/217/257/346/233/264/346/226/260/344/272/213/344/273/266.md +109 -0
  301. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213//351/246/226/346/254/241/344/272/213/344/273/266/346/240/241/351/252/214.md +88 -0
  302. package/wiki/te-docs/raw//350/277/233/351/230/266/346/225/260/346/215/256/347/261/273/345/236/213.md +22 -0
  303. package/wiki/te-docs/schema.md +17 -0
  304. package/wiki/te-docs/synthesis/batch-ingest-comparison.md +117 -0
  305. package/wiki/te-docs/synthesis/js-sdk-cheatsheet.md +136 -0
  306. package/wiki/te-docs/synthesis/restful-api-reference.md +142 -0
  307. package/wiki/te-docs/synthesis/sdk-selection.md +79 -0
  308. package/wiki/te-docs/synthesis/server-sdk-overview.md +124 -0
@@ -0,0 +1,947 @@
1
+ ---
2
+ code: android_sdk_autotrack
3
+ name: "自动采集"
4
+ wikiToken: SmbqwAQ2XiUNssk6ib0cY1y7nmg
5
+ parentWikiToken: J7zFwvYawiv1E6k6TsYc5YzXnLc
6
+ updateTime: 1773195492000
7
+ sourceUrl: https://docs-v2.thinkingdata.cn/?version=v5.0&lan=zh-CN&code=android_sdk_autotrack
8
+ ---
9
+ # 自动采集
10
+
11
+ Android SDK 支持包括安装、启动、关闭等在内事件的自动采集。
12
+
13
+ ### 一、介绍
14
+
15
+ AE 系统提供自动化收集数据的接口,您可根据业务需求自行选择需要自动收集的数据。
16
+
17
+ 目前支持的自动采集事件类型有:
18
+
19
+ 1. 安装事件:记录 APP 被安装的行为
20
+ 1. 启动事件:包括打开 APP 和从后台打开APP
21
+ 1. 关闭事件:包括关闭 APP 和App进入后台,同时收集启动的时长
22
+ 1. 浏览事件:用户在 APP 中浏览页面(`Activity`)
23
+ 1. 点击事件:用户在 APP 中点击控件
24
+ 1. 崩溃事件:APP 发生崩溃时记录崩溃信息
25
+ 接下来将会详细介绍每种数据的采集方法
26
+
27
+ ### 二、开启自动采集
28
+
29
+ 您可以调用`enableAutoTrack`,打开自动采集功能:
30
+
31
+ :::: el-tabs
32
+
33
+ ::: el-tab-pane label=Java
34
+
35
+ ```
36
+ //APP安装事件 TDAnalytics.TDAutoTrackEventType.*APP_INSTALL*
37
+ //APP启动事件 TDAnalytics.TDAutoTrackEventType.*APP_START*
38
+ //APP关闭事件 TDAnalytics.TDAutoTrackEventType.*APP_END*
39
+ //APP浏览页面事件 TDAnalytics.TDAutoTrackEventType.*APP_VIEW_SCREEN*
40
+ //APP点击控件事件 TDAnalytics.TDAutoTrackEventType.*APP_CLICK*
41
+ //APP崩溃事件 TDAnalytics.TDAutoTrackEventType.*APP_CRASH*
42
+ //开启自动采集事件
43
+ TDAnalytics.*enableAutoTrack*(TDAnalytics.TDAutoTrackEventType.*APP_START *| TDAnalytics.TDAutoTrackEventType.*APP_END*
44
+ * *| TDAnalytics.TDAutoTrackEventType.*APP_INSTALL *| TDAnalytics.TDAutoTrackEventType.*APP_VIEW_SCREEN *| TDAnalytics.TDAutoTrackEventType.*APP_CLICK*
45
+ * *| TDAnalytics.TDAutoTrackEventType.*APP_CRASH*);
46
+ ```
47
+
48
+ :::
49
+
50
+ ::: el-tab-pane label=Kotlin
51
+
52
+ ```
53
+ //APP安装事件 TDAnalytics.TDAutoTrackEventType.*APP_INSTALL*
54
+ //APP启动事件 TDAnalytics.TDAutoTrackEventType.*APP_START*
55
+ //APP关闭事件 TDAnalytics.TDAutoTrackEventType.*APP_END*
56
+ //APP浏览页面事件 TDAnalytics.TDAutoTrackEventType.*APP_VIEW_SCREEN*
57
+ //APP点击控件事件 TDAnalytics.TDAutoTrackEventType.*APP_CLICK*
58
+ //APP崩溃事件 TDAnalytics.TDAutoTrackEventType.*APP_CRASH*
59
+ //开启自动采集事件
60
+ TDAnalytics.enableAutoTrack(
61
+ TDAnalytics.TDAutoTrackEventType.*APP_START *or TDAnalytics.TDAutoTrackEventType.*APP_END*
62
+ * *or TDAnalytics.TDAutoTrackEventType.*APP_INSTALL *or TDAnalytics.TDAutoTrackEventType.*APP_VIEW_SCREEN *or TDAnalytics.TDAutoTrackEventType.*APP_CLICK*
63
+ * *or TDAnalytics.TDAutoTrackEventType.*APP_CRASH*
64
+ )
65
+ ```
66
+
67
+ :::
68
+
69
+ ::::
70
+
71
+ ::: tip 提示
72
+
73
+ 如果您需要采集控件点击事件或者 Fragment 浏览事件,需要集成自动采集插件,参考本页第七点。
74
+
75
+ :::
76
+
77
+ ### 三、详细介绍
78
+
79
+ #### 3.1 安装事件
80
+
81
+ APP 安装事件将会记录 APP 的实际安装,在 APP 启动时上报,事件触发时间是 APP 安装后首次启动的时间,APP 升级并不会触发安装事件,而删除重装后会上报安装事件。
82
+
83
+ - 事件名:ta_app_install
84
+ #### 3.2 启动事件
85
+
86
+ APP 启动事件将会在用户开启 APP,或从后台唤醒 APP 时触发,详细的事件介绍如下:
87
+
88
+ - 事件名:ta_app_start
89
+ - 预置属性:`#resume_from_background`,布尔型,表示 APP 是用户开启还是从后台唤醒,取值为 true 表示从后台唤醒,false 为直接开启。
90
+ - 需要注意的是,从V2.8.1开始,SDK默认不再允许后台静默启动(如直接启动后台服务或者推送)触发的start事件,可在res/values下添加资源文件`ta_public_config.xml`来开启
91
+ ```
92
+ <?xml version="1.0" encoding="utf-8"?>
93
+ <resources>
94
+ <bool name="TAEnableBackgroundStartEvent">true</bool>
95
+ </resources>
96
+ ```
97
+
98
+ #### 3.3 关闭事件
99
+
100
+ APP 关闭事件将会在用户关闭 APP,或将 APP 调至后台时触发,详细的事件介绍如下:
101
+
102
+ - 事件名:ta_app_end
103
+ - 预置属性:`#duration`,数值型,表示该次 APP 访问(自启动至结束)的时长,单位是秒。
104
+ #### 3.4 浏览页面事件
105
+
106
+ APP 浏览页面事件会在用户浏览页面(`Activity`)时触发,详细的事件介绍如下:
107
+
108
+ - 事件名:ta_app_view
109
+ - 预置属性:
110
+ `#screen_name`,字符串型,为`Activity`的包名.类名
111
+
112
+ `#title`,字符串型,为`Activity`的标题,取值为`Activity`的`title`属性的值
113
+
114
+ 页面浏览事件中可以加入其它属性以扩展其分析价值,以下是自定义浏览页面事件的属性的方法
115
+
116
+ ##### 3.4.1 开启自动采集 Fragment 的页面浏览事件
117
+
118
+ 对于`android.support.v4.app.Fragment`的 Fragment,可以使用以下方法自动采集页面浏览事件:
119
+
120
+ 在 SDK 初始化完成后,调用以下方法启动 Fragment 的自动采集功能
121
+
122
+ :::: el-tabs
123
+
124
+ ::: el-tab-pane label=Java
125
+
126
+ ```
127
+ TDAnalytics.trackFragmentAppViewScreen();
128
+ ```
129
+
130
+ :::
131
+
132
+ ::: el-tab-pane label=Kotlin
133
+
134
+ ```
135
+ TDAnalytics.trackFragmentAppViewScreen()
136
+ ```
137
+
138
+ :::
139
+
140
+ ::::
141
+
142
+ 对于`android.app.Fragment`的 Fragment,可以通过以下方法自行调用页面浏览事件:
143
+
144
+ :::: el-tabs
145
+
146
+ ::: el-tab-pane label=Java
147
+
148
+ ```
149
+ TDAnalytics.trackViewScreen(targetFragment);
150
+ ```
151
+
152
+ :::
153
+
154
+ ::: el-tab-pane label=Kotlin
155
+
156
+ ```
157
+ TDAnalytics.trackViewScreen(targetFragment)
158
+ ```
159
+
160
+ :::
161
+
162
+ ::::
163
+
164
+ - `targetFragment`可替换为需要上传页面浏览事件的 Fragment
165
+ ##### 3.4.2 自定义页面浏览事件的属性
166
+
167
+ 对于`Activity`的页面浏览事件,可以通过实现接口`ScreenAutoTracker`的方法增加属性,通过以下两个方法,可以为页面浏览事件增加页面 URL 信息,以及其他自定义属性:
168
+
169
+ :::: el-tabs
170
+
171
+ ::: el-tab-pane label=Java
172
+
173
+ ```
174
+ public class MainActivity extends AppCompatActivity implements ScreenAutoTracker {
175
+ private Context mContext;
176
+
177
+ @Override
178
+ public String getScreenUrl() {
179
+ return "thinkingdata://page/main";
180
+ }
181
+
182
+ @Override
183
+ public JSONObject getTrackProperties() throws JSONException {
184
+ JSONObject jsonObject = new JSONObject();
185
+ jsonObject.put("param1", "ABCD");
186
+ jsonObject.put("param2", "thinkingdata");
187
+ return jsonObject;
188
+ }
189
+ }
190
+ ```
191
+
192
+ :::
193
+
194
+ ::: el-tab-pane label=Kotlin
195
+
196
+ ```
197
+ class MainActivity : AppCompatActivity(), ScreenAutoTracker {
198
+
199
+ override fun getScreenUrl(): String {
200
+ return "thinkingdata://page/main";
201
+ }
202
+
203
+ override fun getTrackProperties(): JSONObject {
204
+ val jsonObject = JSONObject()
205
+ jsonObject.put("param1", "ABCD")
206
+ jsonObject.put("param2", "thinkingdata")
207
+ return jsonObject
208
+ }
209
+ }
210
+ ```
211
+
212
+ :::
213
+
214
+ ::::
215
+
216
+ 其中`getScreenUrl`的返回值将作为该`Activity`的 URL Schema,当触发该页面的浏览事件时,将会加入预置属性`#url`,取值即为当前页面的 URL Schema;同时 SDK 会取跳转前页面的 URL Schema,如果能取到则会加入到预置属性`#referrer`中则为前向地址。
217
+
218
+ `getTrackProperties`的返回值是该页面的浏览事件的自定义属性,将会自动加入到该页面的浏览事件中
219
+
220
+ 对于`Fragment`的页面浏览事件,我们提供两种方式添加属性
221
+
222
+ - 通过`@ThinkingDataFragmentTitle` 方式添加属性
223
+ :::: el-tabs
224
+
225
+ ::: el-tab-pane label=Java
226
+
227
+ ```
228
+ @ThinkingDataFragmentTitle(title = "myFragment")
229
+ public class ListViewFragment extends BaseFragment {
230
+ // your fragment implementations
231
+ }
232
+ ```
233
+
234
+ :::
235
+
236
+ ::: el-tab-pane label=Kotlin
237
+
238
+ ```
239
+ @ThinkingDataFragmentTitle(title = "myFragment")
240
+ class ListViewFragment : BaseFragment() {
241
+ // your fragment implementations
242
+ }
243
+ ```
244
+
245
+ :::
246
+
247
+ ::::
248
+
249
+ - 实现 `ScreenAutoTracker` 接口
250
+ :::: el-tabs
251
+
252
+ ::: el-tab-pane label=Java
253
+
254
+ ```
255
+ @Override
256
+ public JSONObject getTrackProperties() {
257
+ try {
258
+ JSONObject properties = new JSONObject();
259
+ properties.put("#title", "RecyclerViewFragment");
260
+ return properties;
261
+ } catch (JSONException e) {
262
+ // ignore
263
+ }
264
+ return null;
265
+ }
266
+ ```
267
+
268
+ :::
269
+
270
+ ::: el-tab-pane label=Kotlin
271
+
272
+ ```
273
+ override fun getTrackProperties(): JSONObject {
274
+ val jsonObject = JSONObject()
275
+ properties.put("#title", "RecyclerViewFragment");
276
+ return jsonObject
277
+ }
278
+ ```
279
+
280
+ :::
281
+
282
+ ::::
283
+
284
+ #### 3.5 点击事件
285
+
286
+ APP 控件点击事件将会在用户点击控件(view)时触发
287
+
288
+ - 事件名:ta_app_click
289
+ - 预置属性:
290
+ `#screen_name`,字符串型,为控件所属`Activity`的包名.类名
291
+
292
+ `#title`,字符串型,为控件所属`Activity`的标题,取值为`Activity`的`title`属性的值
293
+
294
+ `#element_content`,字符串型,为控件的内容
295
+
296
+ `#element_type`,字符串型,为控件的类型
297
+
298
+ `#element_id`,字符串型,为控件的 ID,默认使用`android:id`
299
+
300
+ `#element_position`,字符串型,当控件存在`position`时才会上传
301
+
302
+ `#element_selector`,字符串型,为控件的`viewPath`的拼接
303
+
304
+ 对于页面上 View 的点击事件,有以下多种方式来设置更多属性,以扩展其分析价值:
305
+
306
+ ##### 3.5.1 自定义控件 ID
307
+
308
+ 控件的 ID 默认使用`android:id`,如果该属性无法取到,或者希望自定义控件 ID,可以使用以下方法覆盖`#element_id`属性
309
+
310
+ :::: el-tabs
311
+
312
+ ::: el-tab-pane label=Java
313
+
314
+ ```
315
+ TDAnalytics.setViewID(view,viewID);
316
+ ```
317
+
318
+ :::
319
+
320
+ ::: el-tab-pane label=Kotlin
321
+
322
+ ```
323
+ TDAnalytics.setViewID(view,viewID)
324
+ ```
325
+
326
+ :::
327
+
328
+ ::::
329
+
330
+ 对于 `Dialog`,可以使用如下方法:
331
+
332
+ :::: el-tabs
333
+
334
+ ::: el-tab-pane label=Java
335
+
336
+ ```
337
+ //android.app.Dialog
338
+ TDAnalytics.setViewID(view,viewID);
339
+ ```
340
+
341
+ :::
342
+
343
+ ::: el-tab-pane label=Kotlin
344
+
345
+ ```
346
+ //android.app.Dialog
347
+ TDAnalytics.setViewID(view,viewID)
348
+ ```
349
+
350
+ :::
351
+
352
+ ::::
353
+
354
+ 或者
355
+
356
+ :::: el-tabs
357
+
358
+ ::: el-tab-pane label=Java
359
+
360
+ ```
361
+ //android.support.v7.app.AlertDialog
362
+ TDAnalytics.setViewID(view,viewID);
363
+ ```
364
+
365
+ :::
366
+
367
+ ::: el-tab-pane label=Kotlin
368
+
369
+ ```
370
+ //android.support.v7.app.AlertDialog
371
+ TDAnalytics.setViewID(view,viewID)
372
+ ```
373
+
374
+ :::
375
+
376
+ ::::
377
+
378
+ 参数`view`为需要设置控件 ID 的 view,参数`viewID`为设置的控件 ID,当上传该控件的点击事件时,`#element_id`的取值即为此处的传入值
379
+
380
+ ##### 3.5.2 自定义控件点击事件的属性
381
+
382
+ 您可以通过以下方法,为某控件(view)的点击事件增加自定义属性:
383
+
384
+ :::: el-tabs
385
+
386
+ ::: el-tab-pane label=Java
387
+
388
+ ```
389
+ TDAnalytics.setViewProperties(view,properties);
390
+ ```
391
+
392
+ :::
393
+
394
+ ::: el-tab-pane label=Kotlin
395
+
396
+ ```
397
+ TDAnalytics.setViewProperties(view,properties);
398
+ ```
399
+
400
+ :::
401
+
402
+ ::::
403
+
404
+ 参数`view`为需要设置自定义属性的 view,参数`properties`,类型为`JSONObject`,为设置的自定义属性,当上传该控件的点击事件时,将会添加这些属性。
405
+
406
+ 另外,对于`ExpandableListView`、`ListView`与`GridView`,还可以通过 Adapter 实现接口的方式,来增加点击某 item 时的自定义属性。
407
+
408
+ - `ExpandableListView`需实现`ThinkingExpandableListViewItemTrackProperties`接口
409
+ ```
410
+ public interface ThinkingExpandableListViewItemTrackProperties {
411
+ /**
412
+ * 增加点击 groupPosition、childPosition 处 item 时的属性
413
+ * @param groupPosition
414
+ * @param childPosition
415
+ * @return
416
+ * @throws JSONException
417
+ */
418
+ JSONObject getThinkingChildItemTrackProperties(int groupPosition, int childPosition) throws JSONException;
419
+
420
+ /**
421
+ * 增加点击 groupPosition 处 item 时的属性
422
+ * @param groupPosition
423
+ * @return
424
+ * @throws JSONException
425
+ */
426
+ JSONObject getThinkingGroupItemTrackProperties(int groupPosition) throws JSONException;
427
+ }
428
+ ```
429
+
430
+ - `ListView`与`GridView`需实现`ThinkingAdapterViewItemTrackProperties`接口
431
+ ```
432
+ public interface ThinkingAdapterViewItemTrackProperties {
433
+ /**
434
+ * 增加点击 position 处 item 时的属性
435
+ * @param position
436
+ * @return
437
+ * @throws JSONException
438
+ */
439
+ JSONObject getThinkingItemTrackProperties(int position) throws JSONException;
440
+ }
441
+ ```
442
+
443
+ ##### 3.5.3 对`AlertDialog`的点击事件增加页面(`Activity`)信息
444
+
445
+ 对于`AlertDialog`(`android.app.AlertDialog`与`android.support.v7.app.AlertDialog`)的点击事件,可以通过以下方法绑定所属页面(`Activity`),在其点击事件中将会加入所属页面的 `#screen_name` 与 `#title` 属性。
446
+
447
+ - 通过调用`dialog.show()`显示 dialog,请使用以下方法:
448
+ ```
449
+ dialog.setOwnerActivity(targetActivity);
450
+ ```
451
+
452
+ - 通过调用`builder.show()`显示 dialog,请使用以下方法:
453
+ ```
454
+ builder.show().setOwnerActivity(activity);
455
+ ```
456
+
457
+ ##### 3.5.4 通过注解`@ThinkingDataTrackViewOnClick`上传控件点击事件
458
+
459
+ 如果您使用的是`android:onclick`为控件(view)添加点击事件的调用方法,则可以在调用方法上添加注解`@ThinkingDataTrackViewOnClick`,当该调用方法被执行时,SDK 将会上传控件点击事件
460
+
461
+ ```
462
+ @ThinkingDataTrackViewOnClick
463
+ public void buttonOnClick(View v){}
464
+ ```
465
+
466
+ 如果方法`buttonOnClick`被调用,则会上传控件点击事件
467
+
468
+ #### 3.6 崩溃事件
469
+
470
+ 当 APP 出现未捕获异常时,会上报 APP 崩溃事件
471
+
472
+ - 事件名:ta_app_crash
473
+ - 预置属性:`#app_crashed_reason`,字符型,记录崩溃时的堆栈轨迹
474
+ ### 四、忽略自动采集事件
475
+
476
+ 您可以通过以下方式,忽略某页面或控件的自动采集事件
477
+
478
+ #### 4.1 忽略页面的自动采集事件
479
+
480
+ 对于某些页面(`Activity`),如果不想传输自动采集事件(包括页面浏览与控件点击事件),可以通过以下方法进行忽略:
481
+
482
+ :::: el-tabs
483
+
484
+ ::: el-tab-pane label=Java
485
+
486
+ ```
487
+ //单页面的忽略
488
+ TDAnalytics.ignoreAutoTrackActivity(MainActivity.class);
489
+ //多页面的忽略
490
+ List<Class<?>> classList = new ArrayList<>();
491
+ classList.add(MainActivity.class);
492
+ TDAnalytics.ignoreAutoTrackActivities(classList);
493
+ ```
494
+
495
+ :::
496
+
497
+ ::: el-tab-pane label=Kotlin
498
+
499
+ ```
500
+ //单页面的忽略
501
+ TDAnalytics.ignoreAutoTrackActivity(MainActivity::class.*java*)
502
+ //多页面的忽略
503
+ val classList: MutableList<Class<*>> = ArrayList()
504
+ classList.add(MainActivity::class.*java*)
505
+ TDAnalytics.ignoreAutoTrackActivities(classList)
506
+ ```
507
+
508
+ :::
509
+
510
+ ::::
511
+
512
+ 也可以在`Activity`或`Fragment`前添加注解`@ThinkingDataIgnoreTrackAppViewScreen`,忽略某个`Activity`或`Fragment`的页面浏览事件
513
+
514
+ :::: el-tabs
515
+
516
+ ::: el-tab-pane label=Java
517
+
518
+ ```
519
+ //忽略 TestActivity 的页面浏览事件
520
+ @ThinkingDataIgnoreTrackAppViewScreen
521
+ public class TestActivity extends AppCompatActivity {
522
+ ...
523
+ }
524
+ ```
525
+
526
+ :::
527
+
528
+ ::: el-tab-pane label=Kotlin
529
+
530
+ ```
531
+ //忽略 TestActivity 的页面浏览事件
532
+ @ThinkingDataIgnoreTrackAppViewScreen
533
+ class TestActivity : AppCompatActivity() {
534
+ ...
535
+ }
536
+ ```
537
+
538
+ :::
539
+
540
+ ::::
541
+
542
+ 在`Activity`前添加注解`@ThinkingDataIgnoreTrackAppViewScreenAndAppClick`,忽略某个`Activity`页面浏览事件与该页面下的控件点击事件
543
+
544
+ :::: el-tabs
545
+
546
+ ::: el-tab-pane label=Java
547
+
548
+ ```
549
+ //忽略 TestActivity 的页面浏览事件与该页面下的控件点击事件
550
+ @ThinkingDataIgnoreTrackAppViewScreenAndAppClick
551
+ public class TestActivity extends AppCompatActivity {
552
+ ...
553
+ }
554
+ ```
555
+
556
+ :::
557
+
558
+ ::: el-tab-pane label=Kotlin
559
+
560
+ ```
561
+ //忽略 TestActivity 的页面浏览事件与该页面下的控件点击事件
562
+ @ThinkingDataIgnoreTrackAppViewScreenAndAppClick
563
+ class TestActivity : AppCompatActivity() {
564
+ ...
565
+ }
566
+ ```
567
+
568
+ :::
569
+
570
+ ::::
571
+
572
+ #### 4.2 忽略某个类型控件的点击事件
573
+
574
+ 如果需要忽略某个类型控件的点击事件,可以使用以下方法进行忽略
575
+
576
+ :::: el-tabs
577
+
578
+ ::: el-tab-pane label=Java
579
+
580
+ ```
581
+ TDAnalytics.ignoreViewType(ignoredClass);
582
+ ```
583
+
584
+ :::
585
+
586
+ ::: el-tab-pane label=Kotlin
587
+
588
+ ```
589
+ TDAnalytics.ignoreViewType(ignoredClass)
590
+ ```
591
+
592
+ :::
593
+
594
+ ::::
595
+
596
+ - `ignoredClass`即为需要忽略的控件类型,比如`Dialog`、`Checkbox`等
597
+ #### 4.3 忽略某个元素(View)的点击事件
598
+
599
+ 如果希望忽略某个元素(View)的点击事件,可以使用以下方法进行忽略
600
+
601
+ :::: el-tabs
602
+
603
+ ::: el-tab-pane label=Java
604
+
605
+ ```
606
+ TDAnalytics.ignoreView(targetView);
607
+ ```
608
+
609
+ :::
610
+
611
+ ::: el-tab-pane label=Kotlin
612
+
613
+ ```
614
+ TDAnalytics.ignoreView(targetView)
615
+ ```
616
+
617
+ :::
618
+
619
+ ::::
620
+
621
+ - `targetView`即为需要忽略的 View
622
+ ### 五、使用注解快速设置事件
623
+
624
+ 如果需要监控某个方法的调用次数,或者某方法一经调用即需要上传一个事件,则可以使用注解`@ThinkingDataTrackEvent`快速设置需要上传的事件,需要注意的是,属性无法传入变量,因此只适合上传简单的事件
625
+
626
+ ```
627
+ //使用注解
628
+ @ThinkingDataTrackEvent(eventName = "event_name", properties = "{\"paramString\":\"value\",\"paramNumber\":123,\"paramBoolean\":true}")
629
+ public void fun(){}
630
+ ```
631
+
632
+ 此时如果方法`fun`被调用,则会上传一个事件名为`event_name`,属性为`"paramString":"value"`、`"paramNumber":123` 与 `"paramBoolean":true` 的事件
633
+
634
+ ### 六、自动采集事件的预置属性
635
+
636
+ 以下预置属性,是各个自动采集事件中所特有的预置属性
637
+
638
+ - APP 启动事件(ta_app_start)的预置属性
639
+ **属性****名**
640
+
641
+ **中文名**
642
+
643
+ **属性类型**
644
+
645
+ **说明**
646
+
647
+ #resume_from_background
648
+
649
+ 是否从后台唤醒
650
+
651
+ 布尔
652
+
653
+ 表示 APP 是被开启还是从后台唤醒,取值为 true 表示从后台唤醒,false 为直接开启
654
+
655
+ #start_reason
656
+
657
+ 应用启动来源
658
+
659
+ 文本
660
+
661
+ 内容为JSON字符串;应用使用url或者intent方式打开APP时,自动记录url内容以及intent中的data数据,样例参考:`{url:"thinkingdata://","data":{}}`
662
+
663
+ #background_duration
664
+
665
+ 后台停留时长
666
+
667
+ 数值
668
+
669
+ 记录两次start事件发生区间内,应用处于后台的时长,
670
+
671
+ 单位:秒
672
+
673
+ - APP 关闭事件(ta_app_end)的预置属性
674
+ **属性名**
675
+
676
+ **中文名**
677
+
678
+ **属性类型**
679
+
680
+ **说明**
681
+
682
+ #duration
683
+
684
+ 事件时长
685
+
686
+ 数值
687
+
688
+ 表示该次 APP 访问(自启动至结束)的时长,单位是秒
689
+
690
+ - APP 浏览页面事件(ta_app_view)的预置属性
691
+ **属性名**
692
+
693
+ **中文名**
694
+
695
+ 属性类型
696
+
697
+ **说明**
698
+
699
+ #title
700
+
701
+ 页面标题
702
+
703
+ 文本
704
+
705
+ 为控件所属`Activity`的标题,取值为`Activity`的`title`属性的值
706
+
707
+ #screen_name
708
+
709
+ 页面名称
710
+
711
+ 文本
712
+
713
+ 为控件所属`Activity`的包名.类名
714
+
715
+ #url
716
+
717
+ 页面地址
718
+
719
+ 文本
720
+
721
+ 当前页面的地址,需要调用`getScreenUrl`进行 url 的设置
722
+
723
+ #referrer
724
+
725
+ 前向地址
726
+
727
+ 文本
728
+
729
+ 跳转前页面的地址,跳转前页面需要调用`getScreenUrl`进行 url 的设置
730
+
731
+ - APP 控件点击事件(ta_app_click)的预置属性
732
+ **属性名**
733
+
734
+ **中文名**
735
+
736
+ 属性类型
737
+
738
+ **说明**
739
+
740
+ #title
741
+
742
+ 页面标题
743
+
744
+ 文本
745
+
746
+ 为控件所属`Activity`的标题,取值为`Activity`的`title`属性的值
747
+
748
+ #screen_name
749
+
750
+ 页面名称
751
+
752
+ 文本
753
+
754
+ 为控件所属`Activity`的包名.类名
755
+
756
+ #element_id
757
+
758
+ 元素 ID
759
+
760
+ 文本
761
+
762
+ 控件的 ID,默认使用`android:id`,可调用`setViewID`进行设置
763
+
764
+ #element_type
765
+
766
+ 元素类型
767
+
768
+ 文本
769
+
770
+ 控件的类型
771
+
772
+ #element_selector
773
+
774
+ 元素选择器
775
+
776
+ 文本
777
+
778
+ 为控件的`viewPath`的拼接
779
+
780
+ #element_position
781
+
782
+ 元素位置
783
+
784
+ 文本
785
+
786
+ 控件的位置信息,当控件存在`position`属性时才会上传
787
+
788
+ #element_content
789
+
790
+ 元素内容
791
+
792
+ 文本
793
+
794
+ 控件上的内容
795
+
796
+ - APP 崩溃事件(ta_app_crash)的预置属性
797
+ **属性名**
798
+
799
+ **中文名**
800
+
801
+ **属性类型**
802
+
803
+ **说明**
804
+
805
+ #app_crashed_reason
806
+
807
+ 异常信息
808
+
809
+ 文本
810
+
811
+ 字符型,记录崩溃时的堆栈轨迹
812
+
813
+ ### 七、可选插件
814
+
815
+ ::: tip 提示
816
+
817
+ 只有当您需要开启控件点击事件和 Fragment 页面浏览事件时,才需要集成此插件。
818
+
819
+ :::
820
+
821
+ ::: tip 提示
822
+
823
+ 从2.1.0版本开始,兼容Gradle8.0。
824
+
825
+ :::
826
+
827
+ 安卓分析SDK版本
828
+
829
+ 插件版本
830
+
831
+ [oldest - 3.0.0)
832
+
833
+ 1.2.0
834
+
835
+ [3.0.0 - 3.1.0]
836
+
837
+ 2.1.0
838
+
839
+ (3.1.0 - latest]
840
+
841
+ 2.2.0
842
+
843
+ ```
844
+ buildscript {
845
+ repositories {
846
+ google()
847
+ jcenter()
848
+ }
849
+ dependencies {
850
+ classpath 'cn.thinkingdata.android:android-gradle-plugin2:2.2.0'
851
+ }
852
+ }
853
+ ```
854
+
855
+ 可以在项目build.gradle文件中配置插件相关参数
856
+
857
+ ```
858
+ apply plugin: 'cn.thinkingdata.android'
859
+ android **{**
860
+
861
+ **}**
862
+ ThinkingAnalytics **{**
863
+ ** **debug = true
864
+ exclude = []
865
+ sdk**{**
866
+ ** **disableAndroidID = false
867
+ **}**
868
+ **}**
869
+ ```
870
+
871
+ 参数详解:
872
+
873
+ - debug :是否打开编译日志,true为打开编译日志,默认为false。
874
+ - exclude :排除扫描某个路径下的类,可以通过设置exclude = ['cn.thinkingdata.android','android.support']。
875
+ - useInclude 、include:只想扫描某个路径下的类,可以设置useInclude = true,include= ['cn.thinkingdata.android','android.support']。
876
+ - disableAndroidID :是否禁用调用系统API获取AndroidID,从插件V2.1.0版本开始,可通过设置disableAndroidID = true来配置。
877
+ ### 八、设置自定义属性
878
+
879
+ 您可以调用 `enableAutoTrack(List<ThinkingAnalyticsSDK.AutoTrackEventType>, JSONObject)`,打开自动采集功能,同时设置自定义属性
880
+
881
+ :::: el-tabs
882
+
883
+ ::: el-tab-pane label=Java
884
+
885
+ ```
886
+ JSONObject properties = new JSONObject();
887
+ try {
888
+ properties.put("auto_self_define_key", "auto_self_define_value");
889
+ } catch (Exception e) {
890
+ e.printStackTrace();
891
+ }
892
+ TDAnalytics.enableAutoTrack(typeList, properties);
893
+ ```
894
+
895
+ :::
896
+
897
+ ::: el-tab-pane label=Kotlin
898
+
899
+ ```
900
+ val properties = JSONObject()
901
+ properties.put("auto_self_define_key", "auto_self_define_value")
902
+ TDAnalytics.enableAutoTrack(typeList, properties)
903
+ ```
904
+
905
+ :::
906
+
907
+ ::::
908
+
909
+ ### 九、自动采集事件设置回调
910
+
911
+ 您可以通过设置回调,在已开启的自动采集事件发生时,获取到当前事件的事件类型以及所携带的事件属性,并且可以通过**设置返回值**的方式为该事件增加额外需要上报的属性。
912
+
913
+ :::: el-tabs
914
+
915
+ ::: el-tab-pane label=Java
916
+
917
+ ```
918
+ TDAnalytics.*enableAutoTrack*(TDAnalytics.TDAutoTrackEventType.*APP_END *| TDAnalytics.TDAutoTrackEventType.*APP_START*, new TDAnalytics.TDAutoTrackEventHandler() {
919
+ @Override
920
+ public JSONObject getPropertiesWithEventType(int eventType, JSONObject properties) {
921
+ try {
922
+ return new JSONObject("{\"keykey\":\"value1111\"}");
923
+ } catch (JSONException e) {
924
+ e.printStackTrace();
925
+ return null;
926
+ }
927
+ }
928
+ });
929
+ ```
930
+
931
+ :::
932
+
933
+ ::: el-tab-pane label=Kotlin
934
+
935
+ ```
936
+ TDAnalytics.enableAutoTrack(
937
+ TDAnalytics.TDAutoTrackEventType.*APP_END *or TDAnalytics.TDAutoTrackEventType.*APP_START*,
938
+ object : TDAutoTrackEventHandler {
939
+ override fun getAutoTrackEventProperties(p0: Int, p1: JSONObject?): JSONObject {
940
+ return JSONObject("{\"keykey\":\"value1111\"}");
941
+ }
942
+ })
943
+ ```
944
+
945
+ :::
946
+
947
+ ::::