fix: update event property (#32479)

Update event property name which was added to measure the conversion rate of registration through on ramp experience.

VAN-1478
This commit is contained in:
Mubbshar Anwar
2023-06-16 09:06:25 +05:00
committed by GitHub
parent a6c57811cd
commit c55f0961ba

View File

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