Instrument Pendo Track Events#40
Open
novus-by-dhruv[bot] wants to merge 1 commit into
Open
Conversation
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
Adds Pendo Track Event instrumentation across 8 Angular components to capture 24 key user interactions including authentication flows, course/skill search, content creation, voting, and profile management. All events use client-side pendo.track() calls placed in success callbacks with relevant metadata properties for analytics segmentation.
Changes
user_registered,user_logged_in, andpassword_reset_requestedtrack events to login.component.tsemail_verification_resenttrack event to verify-email.component.tscourse_search_executedandcourse_name_search_executedtrack events to homepage.component.tsskill_search_executedtrack event to skill-search.component.tsstudent_search_executedtrack event to search-student-by-name.component.tscourse_addedtrack event to add-acourse.component.tscourse_pinned,course_unpinned,course_review_submitted,review_voted,faq_question_asked,faq_answer_submitted,course_content_uploaded,content_voted, andfaq_answer_deletedtrack events to course-details.component.tsreview_deleted,content_deleted,skill_added_to_profile,skill_removed_from_profile, andnotifications_clearedtrack events to myprofile.component.tsnew_skill_createdtrack event to add-skill.component.tsdeclare var pendo: any;to all 8 modified component files for TypeScript compatibilityNotes
pendo.track()API — requires the Pendo agent to be installed and initialized in the applicationnotifications_clearedevent captures the count before clearing so the notification volume is preserved in analyticsGenerated by Novus.