웹사이트에서 reCAPTCHA를 통합할 때 사용자가 시작한 이벤트를 설명하는 데 사용되는 작업 이름에 대해 설명하는 문서입니다.
사용자는 reCAPTCHA를 통합할 때 grecaptcha.enterprise.execute()의 action 매개변수에 작업 이름을 지정하게 됩니다. 고유하고 의미 있지만 사용자와 관련되지 않은 작업 이름을 사용하는 것이 좋습니다. 작업 이름은 대소문자를 구분하지 않으며 영숫자 문자, 슬래시, 밑줄만 사용할 수 있습니다. 페이지에 적용 가능한 작업이 여러 개 있으면 여러 작업 문자열을 함께 연결할 수 있습니다(예: cart_view_payment).
작업 이름을 사용하면 Google Cloud 콘솔의 reCAPTCHA 대시보드를 통해 사용자가 사이트를 사용하는 방법을 더욱 정확하게 파악할 수 있습니다.
다음 표에는 권장 작업 이름과 해당 이벤트의 예시가 나와 있습니다. 또한 권장 작업 이름을 사용하면 reCAPTCHA가 사용자 작업을 페이지 유형에 연결하여 공격자가 조작하거나 복제하려는 시도와 같은 다양한 형태의 공격을 모니터링하는 기능을 개선할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-17(UTC)"],[],[],null,["# Action names\n\nThis document explains action names that are used to describe user-initiated\nevents when integrating reCAPTCHA on websites.\n\nYou specify action names in the `action` parameter of `grecaptcha.enterprise.execute()`\nwhen integrating reCAPTCHA. We recommend using action names that\nare unique, meaningful, and not specific to users. Action names are not\ncase-sensitive and they can only contain alphanumeric characters, slashes, and\nunderscores. If you have a page with multiple applicable actions, you can\nconcatenate multiple action strings together, for example, `cart_view_payment`.\n\nAction names help you gain better visibility into how your users are using your\nsite through reCAPTCHA dashboards in the Google Cloud console.\n\nThe following table lists some recommended action names and examples of\ncorresponding events. Using the recommended action names also allows\nreCAPTCHA to associate user actions to page types, and improves the\nability to monitor for different forms of attacks, such as attackers attempting to\nfalsify or duplicate actions.\n| **Note:** Action names don't need to be confined to the following list, but we recommend applying these action names when appropriate.\n\nWhat's next\n-----------\n\n- To learn about how action names are used for websites, see the following:\n - [Install score-based keys on websites](/recaptcha/docs/instrument-web-pages)\n - [Install checkbox keys (checkbox challenge) on websites](/recaptcha/docs/instrument-web-pages-with-checkbox)"]]