Skip to content

Commit

Permalink
chore: added app_name identifier for registration segment event (open…
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed authored Jul 2, 2024
1 parent cc62389 commit 3aaf35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx/core/djangoapps/user_authn/views/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3aaf35e

Please sign in to comment.