# 자동 수집 가이드
# 자동 수집 이벤트를 활성화
TDAnalytics.enableAutoTrack([AutoTrackEventType.APP_END, AutoTrackEventType.APP_START, AutoTrackEventType.APP_INSTALL])
# 자동 수집 이벤트 커스텀 속성 설정
setAutoTrackProperties
를 호출하여 자동 수집 이벤트의 속성을 설정할 수 있습니다.
TDAnalytics.setAutoTrackProperties([AutoTrackEventType.APP_START], {
auto_name: "xxx",
auto_age: "xxx"
})