feat: add GA event tracking for apply, auth, profile actions#109
Merged
feat: add GA event tracking for apply, auth, profile actions#109
Conversation
Add apply_destination param to all apply button click states: - external (authenticated apply) - login_redirect (unauthenticated) - revisit (already applied) - unlock_nudge (expert job eligibility)
- login_started: fires on "Get Started" click - logout: fires on logout confirmation - account_deleted: fires after successful deletion - resume_uploaded: fires after successful resume save (with skill_count) - resume_parse_failed: fires on parse error (with error message) - skills_saved: fires after skills editor save (with skill_count, source) - Remove unused JOB_LIST_VIEWED and JOB_DETAILS_VIEWED constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apply_destinationparam to all apply button click states (external, login_redirect, revisit, unlock_nudge)login_startedon "Get Started" clicklogoutandaccount_deletedon confirmationresume_uploaded(with skill_count) andresume_parse_failed(with error)skills_savedfrom the skills editor (with skill_count, source)JOB_LIST_VIEWEDandJOB_DETAILS_VIEWEDconstants (covered by GA4 defaultpage_view)Test plan
apply_button_clickedfires withapply_destination: login_redirectin GA Realtimeapply_destination: externallogin_startedfireslogoutfiresresume_uploadedfires withskill_countresume_parse_failedfires withresume_parse_errorskills_savedfires withskill_countandsource: editor