미국 주 개인 정보 보호법을 준수할 수 있도록 Google 모바일 광고 SDK에서는 Google 제한적인 데이터 처리 (RDP) 매개변수를 사용하여 RDP를 사용 설정할지 여부를 나타낼 수 있습니다. Google은 해당하는 미국 주에 Global Privacy Platform(GPP)도 지원합니다. Google 모바일 광고 SDK가 두 신호 중 하나를 사용하는 경우 SDK는 특정 고유 식별자를 제한하고 서비스를 제공할 때 기타 데이터가 처리됩니다.
제한적인 데이터 처리가 규정 준수 계획에 어떻게 도움이 될지와 언제 사용 설정할지를 결정해야 합니다. RDP 매개변수를 직접 사용할지 아니면 GPP 사양을 사용하여 동의 및 개인 정보 보호 선택사항을 알릴지 결정합니다.
이 가이드에서는 광고 요청별로 RDP를 사용 설정하고 GPP 신호를 사용하는 방법을 설명합니다.
RDP 신호 사용 설정
Google의 RDP 신호를 통해 RDP가 사용 설정되어야 한다는 점을 Google에 알리려면
rdp 키를 값이 1인 추가 매개변수로 입력하세요.
finalrequest=AdRequest(extras:{'rdp':'1'});
IAB GPP 신호 사용
동의 관리 플랫폼 또는 자체 맞춤 메시지를 사용하여 동의 결정을 수집하는 경우 Google 모바일 광고 SDK는 로컬 스토리지에 작성된 GPP 신호를 준수합니다. 사용자 메시지 플랫폼 (UMP) SDK는 GPP 신호 작성을 지원합니다. 미국 주 동의를 수집하려면 미국 IAB 지원을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-24(UTC)"],[[["Google Mobile Ads SDK allows publishers to enable restricted data processing (RDP) for US privacy law compliance using Google's RDP signal or the IAB-defined `IABUSPrivacy_String`."],["When RDP is enabled, Google restricts the use of certain data and serves non-personalized ads, overriding UI settings."],["Publishers can notify Google to enable RDP by inserting `rdp` with a value of `1` or `IABUSPrivacy_String` with a compliant value as extra parameters in ad requests."],["For mediation, publishers should add CPRA partners in AdMob UI, potentially use `UserDefaults` for IAB signal sharing with compliant partners, and consult each partner's documentation for CPRA compliance options."]]],["Publishers can use Google Mobile Ads SDK to enable restricted data processing (RDP) for compliance with U.S. privacy laws. This is achieved by setting RDP at the ad request level, using either Google's `rdp` signal with a value of `1` or the IAB-defined `IABUSPrivacy_String` signal. Both methods restrict data usage, resulting in non-personalized ads. Mediation users should add partners to the CPRA ad partners list and use `UserDefaults` to write the IAB signal, so partners can read it.\n"]]