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

[ko]: add index.md in web/glossary/beacon #15612

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions files/ko/glossary/beacon/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Beacon
slug: Glossary/Beacon
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**비콘** 은 마크업에 포함된 1픽셀 gif와 같은 작은 객체로, 웹 서버나 서드 파티 서버에 정보를 다시 전달하는 데 사용됩니다. 비콘은 일반적으로 통계 목적으로 사용자에 대한 정보를 제공하기 위해 포함됩니다. 비콘은 사용자 데이터를 수집하기 위해 서드 파티 스크립트에 포함되는 경우가 많습니다.

성능에 부정적인 영향을 주지 않고 페이지 로드 전에 사용자 에이전트에서 웹 서버로 HTTP 데이터를 비동기적으로 전송하기 위한 인터페이스로 비콘을 표준화하는 [W3C 초안 비콘 명세](https://w3c.github.io/beacon/)가 있습니다.

## 같이 보기

- [실제 사용자 모니터링 (RUM)](/ko/docs/Glossary/Real_User_Monitoring)