chore: added app_name identifier for registration segment event (#35063)

This commit is contained in:
Muhammad Abdullah Waheed
2024-07-02 15:31:47 +05:00
committed by GitHub
parent cc62389e70
commit 3aaf35e7ab

View File

@@ -393,6 +393,7 @@ def _track_user_registration(user, profile, params, third_party_provider, regist
'total_registration_time': round(float(params.get('totalRegistrationTime', '0'))),
'activation_key': registration.activation_key if registration else None,
'host': params.get('host', ''),
'app_name': params.get('app_name', ''),
'utm_campaign': params.get('utm_campaign', ''),
}
# VAN-738 - added below properties to experiment marketing emails opt in/out events on Braze.