menu
Is this helpful?

# 自動収集ガイド

# 自動収集イベントを有効

TDAnalytics.enableAutoTrack([AutoTrackEventType.APP_END, AutoTrackEventType.APP_START, AutoTrackEventType.APP_INSTALL])

# 自動収集イベントカスタムプロパティ設定

setAutoTrackPropertiesを呼び出して、自動収集イベントのプロパティを設定できます。

TDAnalytics.setAutoTrackProperties([AutoTrackEventType.APP_START], {
    auto_name: "xxx",
    auto_age: "xxx"
})