-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: 구글 애널리틱스 적용 #357
feat: 구글 애널리틱스 적용 #357
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,4 +1,4 @@ | |||
<!DOCTYPE html> | |||
<!doctype html> |
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.
요건 index.html 저장하면 자동으로 소문자로 변하네요.
index.html 내부의 ga 코드들은 삭제해도 react-ga4가 알아서 해주는 거같아서 제거했습니다.
index.html
Outdated
@@ -33,6 +36,16 @@ | |||
/> | |||
|
|||
<meta name="robots" content="All" /> | |||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZP5HX3Z90G"></script> | |||
<script> |
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.
해당 스크립트를 App에서 작성해도 되지않나요..?🧐 따로 index.html에서 작성하신 이유가 궁금해용!
📌 이슈번호
📗 요구 사항과 구현 내용
📖 구현 스크린샷
📖 PR 포인트 & 궁금한 점