目录
此内容是否有帮助?

# 自動収集ガイド

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

thinkingdata.enableAutoTrack([
  AutoTrackEventType.APP_END,
  AutoTrackEventType.APP_START,
  AutoTrackEventType.APP_INSTALL,
]);

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

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

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