미국 주 개인 정보 보호법을 준수할 수 있도록 Google 모바일 광고 SDK에서는 Google 제한적인 데이터 처리 (RDP) 매개변수를 사용하여 RDP를 사용 설정할지 여부를 나타낼 수 있습니다. Google은 해당하는 미국 주에 글로벌 개인 정보 보호 플랫폼(GPP)도 지원합니다. Google 모바일 광고 SDK에서 두 신호 중 하나를 사용하면 SDK는 특정 고유 식별자 및 서비스를 프로비저닝할 때 처리된 기타 데이터를 제한합니다.
제한적인 데이터 처리가 규정 준수 계획을 어떻게 지원할 수 있는지, 언제 사용 설정할지를 결정해야 합니다. RDP 매개변수를 직접 사용하거나 GPP 사양으로 동의 및 개인 정보 보호 선택사항을 신호를 보내야 하는지 결정합니다.
이 가이드를 통해 광고 요청별로 RDP를 사용 설정하고 GPP 신호를 사용할 수 있습니다.
RDP 신호 사용 설정
RDP 신호를 사용 설정하도록 Google에 알리려면 true 값으로 gad_rdp 키를 UserDefaults 스토리지에 작성합니다.
동의 관리 플랫폼 또는 자체 맞춤 메시지로 동의 결정을 수집하는 경우 Google 모바일 광고 SDK는 로컬 저장소에 작성된 GPP 신호를 따릅니다. 사용자 메시지 플랫폼 (UMP) SDK는 GPP 신호 쓰기를 지원합니다. 미국 주 동의를 수집하려면 미국 IAB 지원을 참고하세요.
[null,null,["최종 업데이트: 2025-06-24(UTC)"],[[["The Google Mobile Ads SDK helps publishers comply with U.S. state privacy laws by offering two parameters to enable restricted data processing (RDP): Google's RDP signal and the IAB-defined `IABUSPrivacy_String`."],["Enabling RDP restricts Google's use of certain user data, resulting in the display of non-personalized ads."],["Publishers can enable RDP on a per-ad request basis using either Google's RDP signal (`gad_rdp` key in `UserDefaults`) or the IAB signal (`IABUSPrivacy_String` key in `UserDefaults`)."],["When using mediation, publishers should add their mediation partners to the CPRA ad partners list in AdMob, utilize the IAB signal, and consult each partner's documentation for CPRA compliance options."]]],["Publishers can enable restricted data processing (RDP) for U.S. state privacy laws compliance via the Google Mobile Ads SDK. This is achieved by setting either the `gad_rdp` key to `true` or providing a compliant `IABUSPrivacy_String` using `UserDefaults`. Utilizing either signal restricts Google's data processing and serves only non-personalized ads. For mediation, partners should be added to the CPRA ad partners list in the AdMob UI, and consider using the IAB signal via `UserDefaults`. Verify account permissions before configuring.\n"]]