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

docs/99: Add what is the difference between ua and ga4 #102

Merged
merged 1 commit into from
Aug 28, 2021
Merged

Conversation

alledy
Copy link
Member

@alledy alledy commented Aug 28, 2021

Description

ga4와 ua의 차이점에 대한 글입니다!
image

Help Wanted 👀

#67 머지되면 요기에 링크 걸면 좋겠네여 아직 pr 머지가 안돼서 걸진 않았습니다

Related Issues

resolve #99

Checklist ✋

  • 모든 변경점들을 확인했으며 적절히 설명했습니다.
  • 빌드가 정상적으로 수행됨을 확인했습니다. (yarn build)

@josworks27
Copy link
Member

LGTM 👍
GA 초심자인 만큼 UA와 GA4의 차이점에 대해 잘 몰랐습니다. 정리해 주신 내용을 보고 많은 도움이 되었습니다
제가 정리한 내용들은 범용성 측면에서 UA 기준에서 작성된 내용도 많은데, 저희 라이브러리 특성상 앞으로 GA4를 기준으로 정보를 전달해야 하지 않나 라는 생각이 들었습니다 🙇🏻‍♂️

Copy link
Member

@jiyoon1156 jiyoon1156 left a comment

Choose a reason for hiding this comment

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

명확하게 둘의 차이점을 잘 짚어주신 것 같습니다! LGTM👍

Copy link
Member

@MiryangJung MiryangJung left a comment

Choose a reason for hiding this comment

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

차이점을 제대로 알 수 있네요 좋습니다!

@alledy alledy merged commit 38dfec5 into main Aug 28, 2021
@alledy alledy deleted the docs/99 branch August 28, 2021 15:26
Copy link
Member

@uoon-dev uoon-dev left a comment

Choose a reason for hiding this comment

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

이해 쏙쏙 상세한 설명 감사합니다! 정리하느라 고생 많으셨어요 :)


## 계정 구조의 차이

UA와 GA4의 계정 구조 차이에 대해 살펴보겠습니다. 먼저 UA의 기본적인 계정 구조에 대한 부분을 알고 싶으시다면 이 핸드북의 GA 기본편을 보고 오셔도 좋습니다.
Copy link
Member

Choose a reason for hiding this comment

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

GA 기본편에 링크를 다는 것도 좋을 것 같아요!


1. **뷰 필터는 소급 적용되지 않는다**

여러분이 보고 싶은 특정한 데이터가 있어서 어떤 필터를 걸어 뷰를 생성했습니다. 이 날짜가 1월 1일이라고 가정해봅시다. 그 때부터 이 뷰는 필터에 따라서 처리된 데이터를 보여주기 시작합니다. 그런데 2월 1일에 여러분은 뷰 데이터가 이상하다는 것을 눈치챘습니다. 애초에 필터를 만들 때 실수로 잘못 만들어버린 것입니다. 그래서 이 때 필터를 제대로 설정해서 다시 설정합니다. 그렇게 되면 2월 1일부터는 제대로 필터링된 데이터를 볼 수 있지만 이 전에 잘못된 필터를 설정한 1월 1일부터 1월 31일까지의 데이터는 다시 새로운 필터를 적용해서 볼 수가 없습니다. 즉 그 기간의 데이터는 이미 잘못된 데이터이고 새로운 필터를 설정했다고 해서 이전 기간에 소급해서 적용할 수 없다는 것입니다. 그래서 속성에는 모든 데이터를 모아두는 뷰(Unfiltered View)를 항상 유지하라고 합니다. Original data가 모아져있는 뷰가 없다면, 우리는 앞선 예시에서처럼 필터를 잘못 걸었을 때 그 기간에 대한 데이터를 영영 잃어버리는 셈이니까요.
Copy link
Member

Choose a reason for hiding this comment

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

사소하지만 리뷰 남깁니다..! 핳

이 때 -> 이때
이 전 -> 이전
예시에서처럼 -> 예시처럼


## 마무리

지금까지 새로운 UA와 GA4의 차이점에 대해 알아봤습니다. 전반적으로 GA4는 UA보다 유연하게 데이터를 수집하고 통합적으로 볼 수 있다는 장점이 있는 것 같습니다. 그렇다면 지금 UA를 쓰고 있다면 GA4로 옮겨야 할까요? 만약 웹과 앱의 데이터를 하나의 속성에서 보고 싶다면 옮기는 게 좋겠고, 더 많은 보고서와 향상된 측정 기능을 사용하고 싶으면 고려해볼 수 있을 것 같습니다.
Copy link
Member

Choose a reason for hiding this comment

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

반영 안해도 되지만 일단 남겨보는 완전 사소한 리뷰..222
(앞선 설명이 모두 단언적이라 마무리 문장도 같이 맞춰주면 톤이 맞아 좋을 것 같아요 ㅎ)

장점이 있는 것 같습니다. -> 장점이 있습니다.

@alledy alledy self-assigned this Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UA와 GA4의 차이점
5 participants