Skip to content

Feat(client): GA 태그 관리자 설치#334

Draft
gwagjiug wants to merge 5 commits into
developfrom
feat/ga/#333
Draft

Feat(client): GA 태그 관리자 설치#334
gwagjiug wants to merge 5 commits into
developfrom
feat/ga/#333

Conversation

@gwagjiug

Copy link
Copy Markdown
Member

📌 Summary

📚 Tasks

@gwagjiug gwagjiug self-assigned this Jul 19, 2025
@gwagjiug gwagjiug requested a review from a team as a code owner July 19, 2025 03:24
@gwagjiug gwagjiug requested review from 1jiwoo27, hansoojeongsj, jeonghoon11, jogpfls and minjeoong and removed request for a team July 19, 2025 03:24
@gwagjiug gwagjiug linked an issue Jul 19, 2025 that may be closed by this pull request
@github-actions

github-actions Bot commented Jul 19, 2025

Copy link
Copy Markdown
Contributor

✅ Storybook이 배포되었습니다.
🔗 바로가기

@hansoojeongsj hansoojeongsj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

처음 접하는 코드라 신기하네요!
이런 추적 도구를 도입해주셔서 감사합니다 :)
혹시 어떤 계기로 도입하게 된 건지, 그리고 우리 프로젝트에는 어떤 이점이 생기는지, 어떻게 확인하는지 등 이런 부분도 간단히 공유해주시면 좋을 것 같아요ㅎㅎ
덕분에 많이 배워갑니다! 최고

@jeonghoon11 jeonghoon11 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

구글 애널리틱스에 대해 처음 알게되었어요! 감사합니다!

@jogpfls jogpfls left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

GA가 구글 애널리틱스 줄임말인 것도 처음 알았고 GA 자체도 처음 알았네요... 수고하셨습니당 ~ 👍

Comment thread apps/client/index.html
Comment on lines +4 to +15
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-52MLV7GR');
</script>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

오오 신기하다

@gwagjiug gwagjiug marked this pull request as draft July 23, 2025 17:40
@jaine-p

jaine-p commented Jul 24, 2025

Copy link
Copy Markdown

벌써 GTM 붙여주다니 ,,, 감동입니다 🥹 기획도 분발해야겠네요 ~~

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.

[Feature] GA 설정

5 participants