IS_REENGAGEMENT constant Null safety

String const IS_REENGAGEMENT

A option enable re-engagement-feature of attribution. ("off" | "on_true" | "on_false")

  • Note: "off" uses touchpoint from install and deeplink event.
  • Note: "on_true" uses touchpoint from deeplink event only. Can be used by re-engagement campaign.
  • Note: "on_false" uses touchpoint from install event only. Can be used by UA(user-acquisition) campaign.

Implementation

static const IS_REENGAGEMENT = "is_reengagement";