From 14f01be642f52537412b70b084b49506aff4e70a Mon Sep 17 00:00:00 2001 From: Daniyar Itegulov Date: Thu, 11 Aug 2022 17:16:50 +1000 Subject: [PATCH] get rid of identify calls --- utils/eventtracking.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/eventtracking.js b/utils/eventtracking.js index 8c6826c1..c5c14e0f 100644 --- a/utils/eventtracking.js +++ b/utils/eventtracking.js @@ -54,10 +54,6 @@ const track = async (eventType, eventProperties, options) => { const accountID = options.accountId; const id = getSegmentID(shellSettings); analytics.alias({ previousId: accountID, userId: id }); - analytics.identify({ - userId: id, - traits: { account_id: accountID } - }); } const user_country = await getUserCountry();