-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Amplitude 사용자 트래킹 코드 고도화 (#979)
* refactor: @amplitude/analytics-browser에서 필요한 모듈만 사용하는 방식으로 변경 * style: 함수명 오타 수정 * feat: auth store에 카카오 유저 여부도 추가 * fix: 회원 행사 생성 완료 시 trackCompleteCreateEvent이벤트로 변경 (상위에서 이미 카카오 유저 판단하고 있음) * feat: Amplitude 트래킹 코드 추가 정의 * feat: 랜딩 페이지 최하단을 확인하는지를 체크하는 track 코드 적용 * feat: 전체 지출 내역 탭을 클릭했을 때 트래킹 코드 실행 * feat: 전체 사용자 이름 변경 수와 입금상태 변경 수를 트래킹하는 기능 구현 * feat: 행사 이벤트 이름을 변경할 때 트래킹 코드 삽입 * feat: 이미지 추가할 때 이미지 추가횟수 이벤트 발생 * feat: 유저 이름 변경 시 트래킹 코드 이벤트 발생 * feat: 은행 이름을 트래킹 하는 코드 추가 * feat: 회원 탈퇴를 트래킹하는 코드 추가 * feat: 행사 삭제 관련 트래킹 코드 추가 * feat: qr code 공유 방식 트래킹 코드 추가 * refactor: track + 동사 + 목적어 형태로 메서드 명 수정 * refactor: 범용적으로 사용할 수 있도록 컴포넌트 이름 변경
- Loading branch information
1 parent
4628f73
commit 52c9929
Showing
22 changed files
with
267 additions
and
85 deletions.
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.