-
Notifications
You must be signed in to change notification settings - Fork 0
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 추가 #850
Conversation
|
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.
설명 진짜 자세하고 잘 정리 되어 있네요 🫢
체계적으로 정리 잘 되어 있어서 너무 좋았어요 !!
고생했슴다 이진 최고 👍
@@ -52,29 +52,38 @@ const AdCarousel: React.FC<PropType> = props => { | |||
|
|||
const { data: me } = useQueryMyProfile(); | |||
|
|||
useEffect(() => {}, []); |
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.
근데 혹시 이건 왜 추가해놓은건가요?
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.
앗 지운다는 걸 깜빡했네요! 노티 감사합니당 :)
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.
굿!! 머지하면 될 것 같은데, yarn.lock 파일이 아마 충돌이 많이 날거야! 그럴 땐 한 쪽 사람의 yarn.lock 파일을 모두 선택하면 되는데.. 이건 이따 알려줄게!
🚩 관련 이슈
📋 작업 내용
📌 PR Point
Amplitude 란?
주요 기능
Amplitude Logging 이란?
사용법
Amplitude 계정 생성
계정 및 프로젝트 생성
[Amplitude | Product Analytics & Event Tracking Platform](https://amplitude.com/)
프로젝트 API 키 발급 → SDK 설정
Amplitude SDK 설치
SDK 설치
SDK 초기화
이벤트 로깅 설정
기본 이벤트 로깅
사용자 식별
사용자 식별을 위한 ID 설정
프로필 정보도 추가적으로 설정 가능
사용법 적용
yarn add @amplitude/ampli
yarn ampli pull
최신 스키마 가져오기src/ampli/index.ts
에 변경사항 반영됐나 확인[Crew Tracking Plan](https://www.notion.so/Crew-Tracking-Plan-e6fa18a6cfc14f1d83e612070c6393f9?pvs=21) 에서 필요한 이벤트 프로퍼티 확인
해당되는 곳에 onClick으로 적용
📸 스크린샷