Skip to content
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

[SP1] 앰플리튜드 이벤트 트래킹 - 어바웃, 솝티클 #200

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

solar3070
Copy link
Member

Summary

Comment

  • 어바웃 페이지와 솝티클 페이지의 클릭 이벤트를 트래킹하였습니다.
  • 프로젝트 상세 페이지의 경우 이벤트가 없어서 따로 작업한 것이 없습니다. (제가 놓친 부분이 있으면 말씀해주세요!)
  • @SeojinSeojin 스크롤 이벤트의 경우 공홈 개편 이후 다시 상의하기로 하였습니다. 일단은 보류하기로 하였습니다.

Copy link
Contributor

@f0rever0 f0rever0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다! 👍

@@ -0,0 +1,7 @@
import { RecordTitleType } from '@src/lib/types/about';

export const RECORD_TITLE: RecordTitleType = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한글로 타입 및 레코드를 만들면 번들링할 때 다시 영어로 바꿔주나요 ..!?? 그것이 궁금합니다!!!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일단 GPT 선생님이 아니라고 하는데 관련된 정확한 문서를 못찾겠네요... 더 찾아보겠습니다!

@@ -59,3 +59,8 @@ export interface AboutAPI {
getMemberInfo(part?: Part): Promise<GetMembersInfoResponse>;
getStudyInfo(generation?: number): Promise<GetStudyInfoResponse>;
}

export type RecordTitle = '활동 멤버' | '프로젝트' | '스터디';
export type RecordTitleType = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Record<RecordTitle, string>
으로도 작성할 수 있어요!!

Record 타입을 사용하면 key에 있는 값들이 모두 담겨야 타입이 완성되어서 편리합니다!~!!

@solar3070 solar3070 changed the title [SP1] 앰플리튜드 이벤트 트래킹 [SP1] 앰플리튜드 이벤트 트래킹 - 어바웃, 솝티클 Sep 26, 2023
@solar3070 solar3070 merged commit 6041a80 into develop Sep 28, 2023
1 check passed
@solar3070 solar3070 deleted the feat/#198-amplitude-event-tracking branch September 28, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

앰플리튜드 이벤트 트래킹 - 어바웃, 솝티클
3 participants