> For the complete documentation index, see [llms.txt](https://docs.ggwp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ggwp.com/kr/api-3/additional-features.md).

# 추가 기능

## 소개

플레이어의 행동과 커뮤니티 기여도를 가장 정확하고 완전하게 파악하기 위해 GGWP는 다양한 게임 맥락 입력을 통합합니다. 이 정보는 탐지를 더 확신 있게 하고, 사용자 평판 시스템을 보정하며, 새로운 심각도 수정을 추가하고, GGWP의 모더레이션 워크플로 패널에 추가 컨텍스트를 제공하는 데 사용되어 커뮤니티 관리자와 모더레이션 팀이 플레이어의 행동을 평가할 때 최선의 결정을 내릴 수 있도록 합니다.

## 외부 탐지

이 [리포트 API](/kr/api-3/standard-package/api.md) 는 귀사의 내부 탐지 및 다른 벤더의 탐지 수집을 지원합니다. 일반적인 활용 예는 게임에서 운영 중인 기존 안티치트 시스템과의 통합입니다. &#x20;

작동 방식은 특별한 키워드(`autodetected`)를 `reporter_id` 필드에 Reports API 호출 시 사용하는 것입니다. 이 통합이 활성화되면 GGWP 리포트 서비스는 해당 `autodetected` 사건을 검증된 제3자 출처에서 온 것으로 식별하여 신뢰도 및 평판 영향도를 자동으로 조정합니다.

다음은 외부 탐지를 사용한 Reports API의 업데이트된 호출 예시입니다:

```bash
curl --request POST 'https://api.ggwp.com/reporting/v1/report' \
--header 'x-api-key: api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "reporter_id":"autodetected",
    "reportee_id":"<player_id_2>",
    "reporter_name": "Game Anti-Cheat",
    "reportee_name": "Skuller89",
    "comment": "클라이언트 측 에임봇 탐지",
    "timestamp": "2022-12-30 07:44:37",
    "category": "Cheating",
    "session_id": "<unique_session_id>"
}'
```

어떤 경우에는 이러한 자동 탐지를 검증되거나 매우 신뢰할 수 있는 것으로 간주하지 않고, 오히려 의심스러운 활동의 대리 지표로 간주하고자 할 수 있습니다(예: 플레이어 행동에서 식별된 이상 징후가 치팅과 관련될 수 있으나 확실하지 않은 경우). 권장사항은 해당 보고서를 관련 카테고리(예: "Cheating")로 제출하되 `reporter_id` 필드를 다른 값(예: 귀사명)으로 변경하는 것입니다. 이렇게 하면 해당 보고서는 일반 플레이어 보고서로 처리되어 충분한 증거(다른 플레이어의 보고, 과거 이력 등)가 있을 때만 신뢰도가 증가합니다.&#x20;

더 미묘한 상황이나 맞춤 처리가 필요한 보고서 유형의 경우 귀하의 GGWP 어카운트 매니저에게 문의해 주십시오.&#x20;

## 문맥적 기능

다음은 GGWP가 상세 문서 참조와 함께 모더레이션 시스템에 통합할 수 있는 입력 목록입니다. 각 항목의 개별 적용 가능성은 귀하의 조직이 기록하는 게임 유형과 데이터에 따라 달라집니다. 궁금한 점이 있으시면 GGWP 계정 담당자에게 문의해 주세요.

{% content-ref url="/pages/09ff3ee28e4f97b59f24c9439a3bf7d49e0daa81" %}
[플레이어 상태](/kr/api-6/player-status.md)
{% endcontent-ref %}

{% content-ref url="/pages/9166c76e7c7e127c122d1d81519c42df426e3cb6" %}
[플레이어 활동](/kr/api-6/player-activity.md)
{% endcontent-ref %}

{% content-ref url="/pages/11a711191e9a1c5cce21bf24da056ceb5a161605" %}
[플레이어 활동: 배치](/kr/api-6/player-activity-batch.md)
{% endcontent-ref %}

{% content-ref url="/pages/cbb26a461f538199f955e3b14543cb2fdca743d8" %}
[플레이어 지출](/kr/api-6/player-spend.md)
{% endcontent-ref %}

{% content-ref url="/pages/1b381ead007e3550d97ba502bcef05569a0c2ade" %}
[플레이어 설정](/kr/api-6/player-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/334abbe353e2fb3ae02d8c6f98331347c8002438" %}
[소셜](/kr/api-6/social.md)
{% endcontent-ref %}

{% content-ref url="/pages/c5229ee924f7aaf732a8fbfecf219f73dad4753d" %}
[매치 정보](/kr/api-6/match-info.md)
{% endcontent-ref %}

{% content-ref url="/pages/da0ad18c52c0e35c637d879aa42ede0b765838e3" %}
[매치 통계](/kr/api-6/match-stats.md)
{% endcontent-ref %}

{% content-ref url="/pages/a134ffb673536d03f6d2c235c75195d21420799f" %}
[플레이어 진행](/kr/api-6/player-progression.md)
{% endcontent-ref %}

{% content-ref url="/pages/94cf127ef66c92a3acd850c67d5b2510daa5b689" %}
[원격 측정](/kr/api-6/telemetry.md)
{% endcontent-ref %}
