-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(analytics): return Group ID with Returned Success #897
Conversation
…d is passed to analytics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I didn't notice this before:
The ReturnedEnrollmentEvent
class needs to be updated too, to accept the new parameter (maybe with a default of None
) and then make a call to self.update_event_properties()
if there is a value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 🚀
closes #890
Passes
eligibility.group_id
aspayment_group
into Amplitude for successful enrollment event