-
Notifications
You must be signed in to change notification settings - Fork 5
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
Amplitude 사용자 트래킹 코드 고도화 #979
Open
jinhokim98
wants to merge
17
commits into
fe-dev
Choose a base branch
from
feature/#978
base: fe-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3938776
refactor: @amplitude/analytics-browser에서 필요한 모듈만 사용하는 방식으로 변경
jinhokim98 0224d45
style: 함수명 오타 수정
jinhokim98 89e85d6
feat: auth store에 카카오 유저 여부도 추가
jinhokim98 edf6f4d
fix: 회원 행사 생성 완료 시 trackCompleteCreateEvent이벤트로 변경 (상위에서 이미 카카오 유저 판단…
jinhokim98 9c7c9bd
feat: Amplitude 트래킹 코드 추가 정의
jinhokim98 0446fe8
feat: 랜딩 페이지 최하단을 확인하는지를 체크하는 track 코드 적용
jinhokim98 fe8ea31
feat: 전체 지출 내역 탭을 클릭했을 때 트래킹 코드 실행
jinhokim98 26e58a2
feat: 전체 사용자 이름 변경 수와 입금상태 변경 수를 트래킹하는 기능 구현
jinhokim98 47b8c39
feat: 행사 이벤트 이름을 변경할 때 트래킹 코드 삽입
jinhokim98 de2d296
feat: 이미지 추가할 때 이미지 추가횟수 이벤트 발생
jinhokim98 09ad562
feat: 유저 이름 변경 시 트래킹 코드 이벤트 발생
jinhokim98 37c2e28
feat: 은행 이름을 트래킹 하는 코드 추가
jinhokim98 e6629ad
feat: 회원 탈퇴를 트래킹하는 코드 추가
jinhokim98 50b7cdc
feat: 행사 삭제 관련 트래킹 코드 추가
jinhokim98 a05a2b6
feat: qr code 공유 방식 트래킹 코드 추가
jinhokim98 d8a0725
refactor: track + 동사 + 목적어 형태로 메서드 명 수정
jinhokim98 1d216f1
refactor: 범용적으로 사용할 수 있도록 컴포넌트 이름 변경
jinhokim98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 2 additions & 5 deletions
7
client/src/components/AmplitudeInitializer/AmplitudeInitializer.tsx
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
20 changes: 5 additions & 15 deletions
20
client/src/components/ShareEventButton/DesktopShareEventButton.tsx
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
deleteEvent가 성공하고 나서야 tracking 되어야 하지 않나 싶어요!!
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.
오 맞네요! 수정했습니다