웹사이트에 태그를 하나 이상 추가하여 Google 애널리틱스와 Google Ads 전환 측정 등의 측정 및 광고 제품에서 데이터를 수집할 수 있습니다. 태그를 추가할 때는 JavaScript 코드 변경이 필요한 Google 태그(gtag.js) 또는 태그 관리 시스템 내에서 구성 변경이 필요한 Google 태그 관리자와 같은 태그 관리 시스템을 사용할 수 있습니다.
모바일 앱에서 측정 태그와 광고 태그를 배포하려면 Firebase용 Google 애널리틱스 SDK를 사용하면 됩니다. SDK를 배포한 후 Google 태그 관리자를 사용하여 데이터를 수정하고 라우팅할 수도 있습니다.
<script> window.dataLayer = window.dataLayer ||[]; function gtag(){dataLayer.push(arguments);} gtag('js',newDate());
gtag('config','TAG_ID'); </script>
태그 관리자를 사용하여 Google 애널리틱스 및 Google Ads의 측정을 사용 설정하려면 Google 애널리틱스용 태그와 Google Ads 전환 태그를 만든 후 이 태그가 동일한 트리거를 통해 실행되도록 구성합니다. 컨테이너를 게시하면 웹사이트에서 바로 변경사항을 확인할 수 있습니다.
자세한 내용은 Google Ads 전환을 참고하세요.
[null,null,["최종 업데이트: 2024-02-06(UTC)"],[[["Tagging involves adding code snippets to web pages to gather data on visitor behavior and site performance."],["The Google tag streamlines tag management, allowing connection to multiple Google products with a single code snippet."],["Implementing tags can be done through Google Tag Manager or gtag.js, offering varying levels of coding involvement."],["Website builders and content management systems often provide integrations for simplified tag setup."],["Mobile app tagging utilizes the Google Analytics for Firebase SDK and can be managed through Tag Manager."]]],["Tagging involves adding code snippets to website pages to track user behavior and gain insights for informed decision-making. The Google tag, a unified code snippet, can be implemented across a website and connected to multiple Google products. Implementation methods include Google Tag Manager, which requires two code snippets and allows tag management without coding, and gtag.js, requiring one code snippet and JavaScript proficiency. Website builders and the Firebase SDK offer integrations for simplified implementation.\n"]]