From 337ecef729c180522ec48447c04609e3c3129e59 Mon Sep 17 00:00:00 2001 From: Marc Jeffrey Date: Thu, 27 Jun 2024 15:19:12 +0400 Subject: [PATCH] [Posthog] fix swapped alias ids --- src/v0/destinations/posthog/data/PHAliasConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v0/destinations/posthog/data/PHAliasConfig.json b/src/v0/destinations/posthog/data/PHAliasConfig.json index 1992349e22..26fb61ea78 100644 --- a/src/v0/destinations/posthog/data/PHAliasConfig.json +++ b/src/v0/destinations/posthog/data/PHAliasConfig.json @@ -1,12 +1,12 @@ [ { - "destKey": "properties.alias", + "destKey": "properties.distinct_id", "sourceKeys": "userId", "sourceFromGenericMap": true, "required": true }, { - "destKey": "properties.distinct_id", + "destKey": "properties.alias", "sourceKeys": "previousId", "required": true },