이 문서에서는 모바일 애플리케이션에 reCAPTCHA를 통합할 때 사용자가 시작한 이벤트를 설명하는 데 사용되는 작업 이름에 대해 설명합니다.
사용자는 reCAPTCHA를 통합할 때 grecaptcha.enterprise.execute()의 action 매개변수에 작업 이름을 지정하게 됩니다. 고유하고 의미 있지만 사용자와 관련되지 않은 작업 이름을 사용하는 것이 좋습니다. 작업 이름은 대소문자를 구분하지 않으며 영숫자 문자, 슬래시, 밑줄만 사용할 수 있습니다. 페이지에 적용 가능한 작업이 여러 개 있으면 여러 작업 문자열을 함께 연결할 수 있습니다(예: cart_view_payment).
작업 이름을 사용하면 Google Cloud 콘솔의 reCAPTCHA 대시보드를 통해 사용자가 사이트를 사용하는 방법을 더욱 정확하게 파악할 수 있습니다.
다음 표에는 권장 작업 이름과 해당 이벤트의 예시가 나와 있습니다. 또한 권장 작업 이름을 사용하면 reCAPTCHA가 사용자 작업을 페이지 유형에 연결하여 공격자가 조작하거나 복제하려는 시도와 같은 다양한 형태의 공격을 모니터링하는 기능을 개선할 수 있습니다.
작업 이름
사용자 시작 이벤트
registration 또는 signup
모바일 애플리케이션에 등록 또는 가입
login
모바일 애플리케이션에 로그인
password_reset
비밀번호 재설정 요청
get_price
항목 가격 가져오기
cart_add
장바구니에 항목 추가
cart_view
장바구니의 콘텐츠 확인
payment_add
결제 정보 추가 또는 업데이트(예: 카드 세부정보 또는 주소)
checkout
모바일 애플리케이션에서 체크아웃
transaction_confirmed
트랜잭션이 처리되었음을 확인
play_song
목록에서 노래 재생
다음 단계
모바일 애플리케이션에서 작업 이름이 사용되는 방법에 대한 자세한 내용은 다음을 참조하세요.
[[["이해하기 쉬움","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 mobile applications.\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 mobile applications, see the following:\n - [Install reCAPTCHA keys on iOS](/recaptcha/docs/instrument-ios-apps)\n - [Install reCAPTCHA keys on Android](/recaptcha/docs/instrument-android-apps)"]]