Skip to content

Commit

Permalink
[add]: add index.md in web/glossary/beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Sep 4, 2023
1 parent e43f61a commit fe0759a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/ko/glossary/beacon/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Beacon
slug: Glossary/Beacon
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

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

There is a [W3C Draft Beacon Specification](https://w3c.github.io/beacon/) to standardize the beacon as an interface to asynchronously transfer HTTP data from User Agent to a web server prior to page load without negative performance impact.
성능에 부정적인 영향을 주지 않고 페이지 로드 전에 사용자 에이전트에서 웹 서버로 HTTP 데이터를 비동기적으로 전송하기 위한 인터페이스로 비콘을 표준화하는 [W3C 초안 비콘 명세](https://w3c.github.io/beacon/)가 있습니다.

## 같이 보기

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

0 comments on commit fe0759a

Please sign in to comment.