You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the user profile is not being updated, even though I can clearly see two different utm_source values in the user panel.
How to reproduce
1.Set utm_source = test_source1 and use the above method. At this point, in the event panel of the user profile, the set_user_properties event is correctly logged, and both initial_utm_source and latest_utm_source are displayed correctly. The user properties appears to be updated as expected.
2.Change utm_source = test_source2 and repeat the steps from the first scenario. While the event panel still shows the correct values, but the latest_utm_source in the user properties do not get updated.
Additional context
2.
3.
Debug info
Session: https://us.posthog.com/project/sTMFPsFhdP1Ssg/replay/0193e1f6-18bb-7a17-9f62-e9b4b99ffa6b?t=3182
Admin: http://go/adminOrgUS/018f8629-1401-0000-c583-ef18814a6270 (project ID 75245)
Sentry: http://go/sentryUS/75245
The text was updated successfully, but these errors were encountered:
And PostHog will generate an initial value and save it to the person. utm_source is a campaign property and will get it's initial value set automatically.
CORRECTION: this doesn't seem to be working either. 👀
Bug Description
Bug description
When using posthog-react-native, I repeatedly use the following code:
However, the user profile is not being updated, even though I can clearly see two different utm_source values in the user panel.
How to reproduce
1.Set
utm_source = test_source1
and use the above method. At this point, in the event panel of the user profile, theset_user_properties
event is correctly logged, and bothinitial_utm_source
andlatest_utm_source
are displayed correctly. The user properties appears to be updated as expected.2.Change
utm_source = test_source2
and repeat the steps from the first scenario. While the event panel still shows the correct values, but thelatest_utm_source
in the user properties do not get updated.Additional context
2.
3.
Debug info
Session: https://us.posthog.com/project/sTMFPsFhdP1Ssg/replay/0193e1f6-18bb-7a17-9f62-e9b4b99ffa6b?t=3182 Admin: http://go/adminOrgUS/018f8629-1401-0000-c583-ef18814a6270 (project ID 75245) Sentry: http://go/sentryUS/75245
The text was updated successfully, but these errors were encountered: