diff --git a/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx b/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx index c64fa354c..4394ef283 100644 --- a/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx +++ b/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx @@ -85,7 +85,7 @@ export class AppsflyerPlugin extends DestinationPlugin { }, }; - if (JSON.parse(is_first_launch) === true) { + if (is_first_launch && JSON.parse(is_first_launch) === true) { if (af_status === 'Non-organic') { this.analytics?.track('Install Attributed', properties); } else {