Replies: 4 comments 1 reply
-
궁금한게 있습니다! amplitude에는 pageview라는 구분이 없다면, |
Beta Was this translation helpful? Give feedback.
-
제 의견은, 추상화된 interface는 동일하게 제공을 하는게 맞다고 생각합니다. 예를들어 pageview('/url/path') 라고 하면 자 여기서 ampt 에서 pageview라는 액션이 없다면, 우리가 만들면 되는거죠!
|
Beta Was this translation helpful? Give feedback.
-
AnalyticsProvider에서는 외부 라이브러리 디펜던시 없이 실제 외부 라이브러리의 헬퍼인 utility함수에선 실제로 우리가 만든 googleAnalytics.click 도 GA에는 없는 개념이죠 🤔 만약 amplitude.click 개념을 만들거라면 amplitude.pageView도 만들 수 있지 않을까요? |
Beta Was this translation helpful? Give feedback.
-
구두 논의: 영창님께서 정리해서 올려주실거예요 기대기대 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
관련 PR
#105
Discussion
amplitude util 함수 interface를 GA와 비슷하게 만들어야 하는가? 더 구체적으로 하자면
googleanalytics.pagview()
가 존재한다면,amplitude.pageview()
도 있어야 하는가?논의의 배경
또한 gtag 와 amplitude 각가 api의 규격이 달라서 공통적으로 빼기는 힘들듯
제안하는 방향성
위 제안의 이유
방향성에 공감한 뒤 정해야할 것
Beta Was this translation helpful? Give feedback.
All reactions